How To Install mfiler3 on Fedora 36
Introduction
In this tutorial we learn how to install mfiler3 on Fedora 36.
What is mfiler3
Minnu’s Filer3 is a two pane file manager under UNIX console.
We can use yum or dnf to install mfiler3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mfiler3.
Install mfiler3 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 mfiler3 using dnf by running the following command:
sudo dnf -y install mfiler3
Install mfiler3 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 mfiler3 using yum by running the following command:
sudo yum -y install mfiler3
How To Uninstall mfiler3 on Fedora 36
To uninstall only the mfiler3 package we can use the following command:
sudo dnf remove mfiler3
mfiler3 Package Contents on Fedora 36
/usr/bin/mfiler3
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/076be67e6adb6bcf60906964cf7f8a9674d570
/usr/lib/.build-id/78
/usr/lib/.build-id/78/b12b68b47baa781a941f91e5d68850358172fd
/usr/lib64/mfiler3
/usr/lib64/mfiler3/mfiler3.sa
/usr/lib64/mfiler3/mfiler3.sao
/usr/libexec/mfiler3
/usr/libexec/mfiler3/mattr
/usr/libexec/mfiler3/mfiler3
/usr/share/doc/mfiler3
/usr/share/doc/mfiler3/AUTHORS
/usr/share/doc/mfiler3/CHANGELOG.txt
/usr/share/doc/mfiler3/LICENSE
/usr/share/doc/mfiler3/README.en.txt
/usr/share/doc/mfiler3/README.ja.txt
/usr/share/doc/mfiler3/USAGE.en.txt
/usr/share/doc/mfiler3/USAGE.ja.txt
/usr/share/man/man1/mfiler3.1.gz
References
Summary
In this tutorial we learn how to install mfiler3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).