How To Install thunarx-python on Fedora 36

In this tutorial we learn how to install thunarx-python in Fedora 36. thunarx-python is Python bindings for the Thunar Extension Framework

Introduction

In this tutorial we learn how to install thunarx-python on Fedora 36.

What is thunarx-python

These bindings allow one to create python plugins for Thunar. Summary

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

Install thunarx-python 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 thunarx-python using dnf by running the following command:

sudo dnf -y install thunarx-python

Install thunarx-python 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 thunarx-python using yum by running the following command:

sudo yum -y install thunarx-python

How To Uninstall thunarx-python on Fedora 36

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

sudo dnf remove thunarx-python

thunarx-python Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/f23a0d07adf5975469cf2d1f2d997dd14b92db
/usr/lib64/thunarx-3
/usr/lib64/thunarx-3/thunarx-python.so
/usr/share/doc/thunarx-python
/usr/share/doc/thunarx-python/AUTHORS
/usr/share/doc/thunarx-python/ChangeLog
/usr/share/doc/thunarx-python/NEWS
/usr/share/doc/thunarx-python/README
/usr/share/doc/thunarx-python/examples
/usr/share/doc/thunarx-python/examples/thunarx-menu-plugin.py
/usr/share/doc/thunarx-python/examples/thunarx-preferences-plugin.py
/usr/share/doc/thunarx-python/examples/thunarx-property-page-plugin.py
/usr/share/doc/thunarx-python/examples/thunarx-renamer-plugin.py
/usr/share/doc/thunarx-python/examples/thunarx-submenu-plugin.py
/usr/share/gtk-doc/html/thunarx-python
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-file-info.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-menu-item.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-menu-provider.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-menu.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-preferences-provider.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-property-page-provider.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-property-page.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-renamer-provider.html
/usr/share/gtk-doc/html/thunarx-python/class-thunarx-python-renamer.html
/usr/share/gtk-doc/html/thunarx-python/home.png
/usr/share/gtk-doc/html/thunarx-python/index.html
/usr/share/gtk-doc/html/thunarx-python/left-insensitive.png
/usr/share/gtk-doc/html/thunarx-python/left.png
/usr/share/gtk-doc/html/thunarx-python/right-insensitive.png
/usr/share/gtk-doc/html/thunarx-python/right.png
/usr/share/gtk-doc/html/thunarx-python/thunarx-python-class-reference.html
/usr/share/gtk-doc/html/thunarx-python/thunarx-python-overview-example.html
/usr/share/gtk-doc/html/thunarx-python/thunarx-python-overview.html
/usr/share/gtk-doc/html/thunarx-python/thunarx-python-provider-reference.html
/usr/share/gtk-doc/html/thunarx-python/thunarx-python.devhelp2
/usr/share/gtk-doc/html/thunarx-python/up-insensitive.png
/usr/share/gtk-doc/html/thunarx-python/up.png
/usr/share/licenses/thunarx-python
/usr/share/licenses/thunarx-python/COPYING
/usr/share/thunarx-python/extensions

References

Summary

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