How To Install nautilus-python on Fedora 36
Introduction
In this tutorial we learn how to install nautilus-python
on Fedora 36.
What is nautilus-python
Python bindings for Nautilus
We can use yum
or dnf
to install nautilus-python
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nautilus-python.
Install nautilus-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 nautilus-python
using dnf
by running the following command:
sudo dnf -y install nautilus-python
Install nautilus-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 nautilus-python
using yum
by running the following command:
sudo yum -y install nautilus-python
How To Uninstall nautilus-python on Fedora 36
To uninstall only the nautilus-python
package we can use the following command:
sudo dnf remove nautilus-python
nautilus-python Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/af1ce5b50a76df1f56d24411082840da5a325d
/usr/lib/nautilus/extensions-3.0/libnautilus-python.so
/usr/share/doc/nautilus-python
/usr/share/doc/nautilus-python/AUTHORS
/usr/share/doc/nautilus-python/NEWS
/usr/share/doc/nautilus-python/README
/usr/share/licenses/nautilus-python
/usr/share/licenses/nautilus-python/COPYING
/usr/share/nautilus-python/extensions
References
Summary
In this tutorial we learn how to install nautilus-python
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nautilus-python on Fedora 36” linkTitle: “nautilus-python” type: “docs” description: “In this tutorial we learn how to install nautilus-python in Fedora 36. nautilus-python is Python bindings for Nautilus” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nautilus-python-featured.png
Introduction
In this tutorial we learn how to install nautilus-python
on Fedora 36.
What is nautilus-python
Python bindings for Nautilus
We can use yum
or dnf
to install nautilus-python
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nautilus-python.
Install nautilus-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 nautilus-python
using dnf
by running the following command:
sudo dnf -y install nautilus-python
Install nautilus-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 nautilus-python
using yum
by running the following command:
sudo yum -y install nautilus-python
How To Uninstall nautilus-python on Fedora 36
To uninstall only the nautilus-python
package we can use the following command:
sudo dnf remove nautilus-python
nautilus-python Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/c65d330dba3a17ec772307d11c435059fb3dda
/usr/lib64/nautilus/extensions-3.0/libnautilus-python.so
/usr/share/doc/nautilus-python
/usr/share/doc/nautilus-python/AUTHORS
/usr/share/doc/nautilus-python/NEWS
/usr/share/doc/nautilus-python/README
/usr/share/licenses/nautilus-python
/usr/share/licenses/nautilus-python/COPYING
/usr/share/nautilus-python/extensions
References
Summary
In this tutorial we learn how to install nautilus-python
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).