How To Install wcm on Fedora 34
Introduction
In this tutorial we learn how to install wcm
on Fedora 34.
What is wcm
File manager mimicking the look-n-feel of Far Manager.
We can use yum
or dnf
to install wcm
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install wcm.
Install wcm 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 wcm
using dnf
by running the following command:
sudo dnf -y install wcm
Install wcm 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 wcm
using yum
by running the following command:
sudo yum -y install wcm
How To Uninstall wcm on Fedora 34
To uninstall only the wcm
package we can use the following command:
sudo dnf remove wcm
wcm Package Contents on Fedora 34
/usr/bin/wcm
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/612fa72f90ff327d0239441e08dfb77268d8f0
/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 34 using yum and dnf.