How To Install nemo-fileroller on Fedora 36
Introduction
In this tutorial we learn how to install nemo-fileroller
on Fedora 36.
What is nemo-fileroller
This package contains the file-roller extension for the Nemo.
We can use yum
or dnf
to install nemo-fileroller
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nemo-fileroller.
Install nemo-fileroller 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-fileroller
using dnf
by running the following command:
sudo dnf -y install nemo-fileroller
Install nemo-fileroller 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-fileroller
using yum
by running the following command:
sudo yum -y install nemo-fileroller
How To Uninstall nemo-fileroller on Fedora 36
To uninstall only the nemo-fileroller
package we can use the following command:
sudo dnf remove nemo-fileroller
nemo-fileroller Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/ec76bba8b125de318677c22b187e800d04fd5c
/usr/lib64/nemo/extensions-3.0/libnemo-fileroller.so
/usr/share/doc/nemo-fileroller
/usr/share/doc/nemo-fileroller/README
/usr/share/licenses/nemo-fileroller
/usr/share/licenses/nemo-fileroller/COPYING
References
Summary
In this tutorial we learn how to install nemo-fileroller
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).