How To Install nautilus-python-devel on Rocky Linux 8

In this tutorial we learn how to install nautilus-python-devel on Rocky Linux 8. nautilus-python-devel is Python bindings for Nautilus

Introduction

In this tutorial we learn how to install nautilus-python-devel on Rocky Linux 8.

What is nautilus-python-devel

Python bindings for Nautilus

We can use yum or dnf to install nautilus-python-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install nautilus-python-devel.

Install nautilus-python-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install nautilus-python-devel

Install nautilus-python-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install nautilus-python-devel

How To Uninstall nautilus-python-devel on Rocky Linux 8

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

sudo dnf remove nautilus-python-devel

nautilus-python-devel Package Contents on Rocky Linux 8

/usr/lib64/pkgconfig/nautilus-python.pc
/usr/share/doc/nautilus-python-devel
/usr/share/doc/nautilus-python-devel/examples
/usr/share/doc/nautilus-python-devel/examples/Makefile
/usr/share/doc/nautilus-python-devel/examples/Makefile.am
/usr/share/doc/nautilus-python-devel/examples/Makefile.in
/usr/share/doc/nautilus-python-devel/examples/README
/usr/share/doc/nautilus-python-devel/examples/background-image.py
/usr/share/doc/nautilus-python-devel/examples/block-size-column.py
/usr/share/doc/nautilus-python-devel/examples/location-widget-provider.py
/usr/share/doc/nautilus-python-devel/examples/md5sum-property-page.py
/usr/share/doc/nautilus-python-devel/examples/open-terminal.py
/usr/share/doc/nautilus-python-devel/examples/submenu.py
/usr/share/doc/nautilus-python-devel/examples/update-file-info-async.py
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/nautilus-python
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-column-provider.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-column.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-file-info.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-info-provider.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-location-widget-provider.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-menu-item.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-menu-provider.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-menu.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-property-page-provider.html
/usr/share/gtk-doc/html/nautilus-python/class-nautilus-python-property-page.html
/usr/share/gtk-doc/html/nautilus-python/enum-nautilus-python-operation-result.html
/usr/share/gtk-doc/html/nautilus-python/home.png
/usr/share/gtk-doc/html/nautilus-python/index.html
/usr/share/gtk-doc/html/nautilus-python/index.sgml
/usr/share/gtk-doc/html/nautilus-python/left-insensitive.png
/usr/share/gtk-doc/html/nautilus-python/left.png
/usr/share/gtk-doc/html/nautilus-python/nautilus-python-class-reference.html
/usr/share/gtk-doc/html/nautilus-python/nautilus-python-enum-reference.html
/usr/share/gtk-doc/html/nautilus-python/nautilus-python-overview-example.html
/usr/share/gtk-doc/html/nautilus-python/nautilus-python-overview-methods.html
/usr/share/gtk-doc/html/nautilus-python/nautilus-python-overview.html
/usr/share/gtk-doc/html/nautilus-python/nautilus-python-provider-reference.html
/usr/share/gtk-doc/html/nautilus-python/nautilus-python.devhelp2
/usr/share/gtk-doc/html/nautilus-python/right-insensitive.png
/usr/share/gtk-doc/html/nautilus-python/right.png
/usr/share/gtk-doc/html/nautilus-python/style.css
/usr/share/gtk-doc/html/nautilus-python/up-insensitive.png
/usr/share/gtk-doc/html/nautilus-python/up.png

References

Summary

In this tutorial we learn how to install nautilus-python-devel on Rocky Linux 8 using yum and dnf.