How To Install mfiler4 on Fedora 36
In this tutorial we learn how to install mfiler4 in Fedora 36. mfiler4 is 2 pane file manager with a embedded shell
Introduction
In this tutorial we learn how to install mfiler4
on Fedora 36.
What is mfiler4
mfiler4 is a 2pane file manager with a embedded shell.
We can use yum
or dnf
to install mfiler4
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mfiler4.
Install mfiler4 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 mfiler4
using dnf
by running the following command:
sudo dnf -y install mfiler4
Install mfiler4 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 mfiler4
using yum
by running the following command:
sudo yum -y install mfiler4
How To Uninstall mfiler4 on Fedora 36
To uninstall only the mfiler4
package we can use the following command:
sudo dnf remove mfiler4
mfiler4 Package Contents on Fedora 36
/etc/mfiler4
/etc/mfiler4/mfiler4.xyzsh
/usr/bin/mfiler4
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/dcf04483f35ec989f68cd9f6a6ab83479cce5b
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/66bf1f637ec636a12af492545b46372065eb67
/usr/libexec/mfiler4
/usr/libexec/mfiler4/mattr
/usr/libexec/mfiler4/mfiler4
/usr/share/doc/mfiler4-1.3.1
/usr/share/doc/mfiler4-1.3.1/AUTHORS
/usr/share/doc/mfiler4-1.3.1/CHANGELOG
/usr/share/doc/mfiler4-1.3.1/LICENSE
/usr/share/doc/mfiler4-1.3.1/README
/usr/share/doc/mfiler4-1.3.1/README.ja
/usr/share/doc/mfiler4-1.3.1/USAGE.ja.txt
/usr/share/doc/mfiler4-1.3.1/USAGE.txt
/usr/share/man/man1/mfiler4.1.gz
References
Summary
In this tutorial we learn how to install mfiler4
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).