How To Install wcm on Fedora 36
In this tutorial we learn how to install wcm in Fedora 36. wcm is WCM Commander
Introduction
In this tutorial we learn how to install wcm on Fedora 36.
What is wcm
File manager mimicking the look-n-feel of Far Manager.
We can use yum or dnf to install wcm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wcm.
Install wcm 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 wcm using dnf by running the following command:
sudo dnf -y install wcm
Install wcm 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 wcm using yum by running the following command:
sudo yum -y install wcm
How To Uninstall wcm on Fedora 36
To uninstall only the wcm package we can use the following command:
sudo dnf remove wcm
wcm Package Contents on Fedora 36
/usr/bin/wcm
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/18c0c7cdeecc3d2721d09a2141048f1739d109
/usr/share/appdata/wcm.appdata.xml
/usr/share/applications/wcm.desktop
/usr/share/doc/wcm
/usr/share/doc/wcm/CHANGELOG.txt
/usr/share/doc/wcm/Contributors.txt
/usr/share/doc/wcm/README.md
/usr/share/icons/hicolor/128x128/apps/wcm.png
/usr/share/icons/hicolor/16x16/apps/wcm.png
/usr/share/icons/hicolor/22x22/apps/wcm.png
/usr/share/icons/hicolor/24x24/apps/wcm.png
/usr/share/icons/hicolor/32x32/apps/wcm.png
/usr/share/icons/hicolor/48x48/apps/wcm.png
/usr/share/icons/hicolor/64x64/apps/wcm.png
/usr/share/icons/hicolor/72x72/apps/wcm.png
/usr/share/icons/hicolor/96x96/apps/wcm.png
/usr/share/licenses/wcm
/usr/share/licenses/wcm/LICENSE
/usr/share/man/man1/wcm.1.gz
/usr/share/pixmaps/wcm.png
/usr/share/wcm
/usr/share/wcm/config.default
/usr/share/wcm/lang
/usr/share/wcm/lang/help.ru
/usr/share/wcm/lang/list
/usr/share/wcm/lang/ltext.ru
/usr/share/wcm/shl
/usr/share/wcm/shl/c.shl
/usr/share/wcm/shl/config.cfg
/usr/share/wcm/shl/config.shl
/usr/share/wcm/shl/cpp.shl
/usr/share/wcm/shl/glsl.shl
/usr/share/wcm/shl/java.shl
/usr/share/wcm/shl/latex.shl
/usr/share/wcm/shl/pas.shl
/usr/share/wcm/shl/perl.shl
/usr/share/wcm/shl/php.shl
/usr/share/wcm/shl/python.shl
/usr/share/wcm/shl/sh.shl
/usr/share/wcm/shl/shl.shl
/usr/share/wcm/shl/shlconfig.shl
/usr/share/wcm/shl/shlconfig_v2.shl
/usr/share/wcm/shl/sql.shl
/usr/share/wcm/shl/undef.shl
/usr/share/wcm/shl/xml.shl
/usr/share/wcm/styles
/usr/share/wcm/styles/Black.style
/usr/share/wcm/styles/Default.style
/usr/share/wcm/styles/README
/usr/share/wcm/styles/README.solarized
/usr/share/wcm/styles/Solarized-light.style
/usr/share/wcm/styles/Solarized.style
/usr/share/wcm/styles/Solarized.style.src
/usr/share/wcm/styles/White.style
References
Summary
In this tutorial we learn how to install wcm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).