How To Install exo-devel on Fedora 36

In this tutorial we learn how to install exo-devel in Fedora 36. exo-devel is Development tools for exo library

Introduction

In this tutorial we learn how to install exo-devel on Fedora 36.

What is exo-devel

Development tools and static libraries and header files for the exo library.

We can use yum or dnf to install exo-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install exo-devel.

Install exo-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install exo-devel using dnf by running the following command:

sudo dnf -y install exo-devel

Install exo-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install exo-devel using yum by running the following command:

sudo yum -y install exo-devel

How To Uninstall exo-devel on Fedora 36

To uninstall only the exo-devel package we can use the following command:

sudo dnf remove exo-devel

exo-devel Package Contents on Fedora 36

/usr/include/exo-2
/usr/include/exo-2/exo
/usr/include/exo-2/exo/exo-binding.h
/usr/include/exo-2/exo/exo-cell-renderer-icon.h
/usr/include/exo-2/exo/exo-config.h
/usr/include/exo-2/exo/exo-enum-types.h
/usr/include/exo-2/exo/exo-execute.h
/usr/include/exo-2/exo/exo-gdk-pixbuf-extensions.h
/usr/include/exo-2/exo/exo-gobject-extensions.h
/usr/include/exo-2/exo/exo-gtk-extensions.h
/usr/include/exo-2/exo/exo-icon-chooser-dialog.h
/usr/include/exo-2/exo/exo-icon-chooser-model.h
/usr/include/exo-2/exo/exo-icon-view.h
/usr/include/exo-2/exo/exo-job.h
/usr/include/exo-2/exo/exo-simple-job.h
/usr/include/exo-2/exo/exo-string.h
/usr/include/exo-2/exo/exo-thumbnail-preview.h
/usr/include/exo-2/exo/exo-thumbnail.h
/usr/include/exo-2/exo/exo-tree-view.h
/usr/include/exo-2/exo/exo-utils.h
/usr/include/exo-2/exo/exo.h
/usr/lib/libexo-2.so
/usr/lib/pkgconfig/exo-2.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/exo-2
/usr/share/gtk-doc/html/exo-2/ExoCellRendererIcon.html
/usr/share/gtk-doc/html/exo-2/ExoIconChooserDialog.html
/usr/share/gtk-doc/html/exo-2/ExoIconView.html
/usr/share/gtk-doc/html/exo-2/ExoJob.html
/usr/share/gtk-doc/html/exo-2/ExoSimpleJob.html
/usr/share/gtk-doc/html/exo-2/ExoTreeView.html
/usr/share/gtk-doc/html/exo-2/ch01.html
/usr/share/gtk-doc/html/exo-2/exo-2.devhelp2
/usr/share/gtk-doc/html/exo-2/exo-Binding-Properties-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-Executing-Applications.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-GObject.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-Gtk.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-gdk-pixbuf.html
/usr/share/gtk-doc/html/exo-2/exo-Miscellaneous-Utility-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-String-Utility-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-Version-Information.html
/usr/share/gtk-doc/html/exo-2/exo-cell-renderers.html
/usr/share/gtk-doc/html/exo-2/exo-extensions.html
/usr/share/gtk-doc/html/exo-2/exo-jobs.html
/usr/share/gtk-doc/html/exo-2/exo-miscelleanous.html
/usr/share/gtk-doc/html/exo-2/exo-overview.html
/usr/share/gtk-doc/html/exo-2/exo-widgets.html
/usr/share/gtk-doc/html/exo-2/home.png
/usr/share/gtk-doc/html/exo-2/index.html
/usr/share/gtk-doc/html/exo-2/ix15.html
/usr/share/gtk-doc/html/exo-2/left-insensitive.png
/usr/share/gtk-doc/html/exo-2/left.png
/usr/share/gtk-doc/html/exo-2/right-insensitive.png
/usr/share/gtk-doc/html/exo-2/right.png
/usr/share/gtk-doc/html/exo-2/style.css
/usr/share/gtk-doc/html/exo-2/up-insensitive.png
/usr/share/gtk-doc/html/exo-2/up.png

References

Summary

In this tutorial we learn how to install exo-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install exo-devel on Fedora 36” linkTitle: “exo-devel” type: “docs” description: “In this tutorial we learn how to install exo-devel in Fedora 36. exo-devel is Development tools for exo library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/exo-devel-featured.png

Introduction

In this tutorial we learn how to install exo-devel on Fedora 36.

What is exo-devel

Development tools and static libraries and header files for the exo library.

We can use yum or dnf to install exo-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install exo-devel.

Install exo-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install exo-devel using dnf by running the following command:

sudo dnf -y install exo-devel

Install exo-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install exo-devel using yum by running the following command:

sudo yum -y install exo-devel

How To Uninstall exo-devel on Fedora 36

To uninstall only the exo-devel package we can use the following command:

sudo dnf remove exo-devel

exo-devel Package Contents on Fedora 36

/usr/include/exo-2
/usr/include/exo-2/exo
/usr/include/exo-2/exo/exo-binding.h
/usr/include/exo-2/exo/exo-cell-renderer-icon.h
/usr/include/exo-2/exo/exo-config.h
/usr/include/exo-2/exo/exo-enum-types.h
/usr/include/exo-2/exo/exo-execute.h
/usr/include/exo-2/exo/exo-gdk-pixbuf-extensions.h
/usr/include/exo-2/exo/exo-gobject-extensions.h
/usr/include/exo-2/exo/exo-gtk-extensions.h
/usr/include/exo-2/exo/exo-icon-chooser-dialog.h
/usr/include/exo-2/exo/exo-icon-chooser-model.h
/usr/include/exo-2/exo/exo-icon-view.h
/usr/include/exo-2/exo/exo-job.h
/usr/include/exo-2/exo/exo-simple-job.h
/usr/include/exo-2/exo/exo-string.h
/usr/include/exo-2/exo/exo-thumbnail-preview.h
/usr/include/exo-2/exo/exo-thumbnail.h
/usr/include/exo-2/exo/exo-tree-view.h
/usr/include/exo-2/exo/exo-utils.h
/usr/include/exo-2/exo/exo.h
/usr/lib64/libexo-2.so
/usr/lib64/pkgconfig/exo-2.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/exo-2
/usr/share/gtk-doc/html/exo-2/ExoCellRendererIcon.html
/usr/share/gtk-doc/html/exo-2/ExoIconChooserDialog.html
/usr/share/gtk-doc/html/exo-2/ExoIconView.html
/usr/share/gtk-doc/html/exo-2/ExoJob.html
/usr/share/gtk-doc/html/exo-2/ExoSimpleJob.html
/usr/share/gtk-doc/html/exo-2/ExoTreeView.html
/usr/share/gtk-doc/html/exo-2/ch01.html
/usr/share/gtk-doc/html/exo-2/exo-2.devhelp2
/usr/share/gtk-doc/html/exo-2/exo-Binding-Properties-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-Executing-Applications.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-GObject.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-Gtk.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-gdk-pixbuf.html
/usr/share/gtk-doc/html/exo-2/exo-Miscellaneous-Utility-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-String-Utility-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-Version-Information.html
/usr/share/gtk-doc/html/exo-2/exo-cell-renderers.html
/usr/share/gtk-doc/html/exo-2/exo-extensions.html
/usr/share/gtk-doc/html/exo-2/exo-jobs.html
/usr/share/gtk-doc/html/exo-2/exo-miscelleanous.html
/usr/share/gtk-doc/html/exo-2/exo-overview.html
/usr/share/gtk-doc/html/exo-2/exo-widgets.html
/usr/share/gtk-doc/html/exo-2/home.png
/usr/share/gtk-doc/html/exo-2/index.html
/usr/share/gtk-doc/html/exo-2/ix15.html
/usr/share/gtk-doc/html/exo-2/left-insensitive.png
/usr/share/gtk-doc/html/exo-2/left.png
/usr/share/gtk-doc/html/exo-2/right-insensitive.png
/usr/share/gtk-doc/html/exo-2/right.png
/usr/share/gtk-doc/html/exo-2/style.css
/usr/share/gtk-doc/html/exo-2/up-insensitive.png
/usr/share/gtk-doc/html/exo-2/up.png

References

Summary

In this tutorial we learn how to install exo-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).