How To Install nemo-extensions on Fedora 36
Introduction
In this tutorial we learn how to install nemo-extensions
on Fedora 36.
What is nemo-extensions
This package provides the libraries used by nemo extensions.
We can use yum
or dnf
to install nemo-extensions
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nemo-extensions.
Install nemo-extensions 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-extensions
using dnf
by running the following command:
sudo dnf -y install nemo-extensions
Install nemo-extensions 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-extensions
using yum
by running the following command:
sudo yum -y install nemo-extensions
How To Uninstall nemo-extensions on Fedora 36
To uninstall only the nemo-extensions
package we can use the following command:
sudo dnf remove nemo-extensions
nemo-extensions Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/f74acf83920cccd2361dd49ef22a9bf528bede
/usr/lib64/girepository-1.0/Nemo-3.0.typelib
/usr/lib64/libnemo-extension.so.1
/usr/lib64/libnemo-extension.so.1.4.0
/usr/lib64/nemo
/usr/lib64/nemo/extensions-3.0
/usr/share/licenses/nemo-extensions
/usr/share/licenses/nemo-extensions/COPYING.EXTENSIONS
/usr/share/licenses/nemo-extensions/COPYING.LIB
References
Summary
In this tutorial we learn how to install nemo-extensions
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).