How To Install mfiler3 on Fedora 34
Introduction
In this tutorial we learn how to install mfiler3
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install mfiler3.
Install mfiler3 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install mfiler3
using dnf
by running the following command:
sudo dnf -y install mfiler3
Install mfiler3 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the mfiler3
package we can use the following command:
sudo dnf remove mfiler3
mfiler3 Package Contents on Fedora 34
/usr/bin/mfiler3
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/3021580644030faccaf849a0df96a9d8d336c3
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/df06e8b63152b80daddc0593872f99a03cae0d
/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 34 using yum and dnf.