How To Install nemo-python on Fedora 36
Introduction
In this tutorial we learn how to install nemo-python
on Fedora 36.
What is nemo-python
Python scripting extension for Nemo
We can use yum
or dnf
to install nemo-python
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nemo-python.
Install nemo-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 nemo-python
using dnf
by running the following command:
sudo dnf -y install nemo-python
Install nemo-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 nemo-python
using yum
by running the following command:
sudo yum -y install nemo-python
How To Uninstall nemo-python on Fedora 36
To uninstall only the nemo-python
package we can use the following command:
sudo dnf remove nemo-python
nemo-python Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/5050d852fccb2c8e976ec91782b416d248abc7
/usr/lib64/nemo/extensions-3.0/libnemo-python.so
/usr/share/doc/nemo-python
/usr/share/doc/nemo-python/README
/usr/share/doc/nemo-python/examples
/usr/share/doc/nemo-python/examples/README
/usr/share/doc/nemo-python/examples/background-image.py
/usr/share/doc/nemo-python/examples/block-size-column.py
/usr/share/doc/nemo-python/examples/location-widget-provider.py
/usr/share/doc/nemo-python/examples/md5sum-property-page.py
/usr/share/doc/nemo-python/examples/open-terminal.py
/usr/share/doc/nemo-python/examples/submenu.py
/usr/share/doc/nemo-python/examples/update-file-info-async.py
/usr/share/licenses/nemo-python
/usr/share/licenses/nemo-python/COPYING
/usr/share/nemo-python
/usr/share/nemo-python/extensions
References
Summary
In this tutorial we learn how to install nemo-python
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).