How To Install wmclock on Fedora 36
Introduction
In this tutorial we learn how to install wmclock
on Fedora 36.
What is wmclock
Wmclock is an applet which displays the date and time in a dockable tile in the same style as the clock from the N*XTSTEP operating system. Wmclock is specially designed for the WindowMaker window manager, by Alfredo Kojima, and features multiple language support, twenty-four-hour and twelve-hour (am/pm) time display, and, optionally, can run a user-specified program on a mouse click. Wmclock is derived from asclock, a similar clock for the AfterStep window manager.
We can use yum
or dnf
to install wmclock
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wmclock.
Install wmclock 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 wmclock
using dnf
by running the following command:
sudo dnf -y install wmclock
Install wmclock 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 wmclock
using yum
by running the following command:
sudo yum -y install wmclock
How To Uninstall wmclock on Fedora 36
To uninstall only the wmclock
package we can use the following command:
sudo dnf remove wmclock
wmclock Package Contents on Fedora 36
/usr/bin/wmclock
/usr/lib/.build-id
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/3a7b84206f3a194549f2896330e82ee9c30d52
/usr/share/doc/wmclock
/usr/share/doc/wmclock/COPYING
/usr/share/doc/wmclock/README
/usr/share/man/man1/wmclock.1.gz
/usr/share/wmclock
/usr/share/wmclock/lang.breton
/usr/share/wmclock/lang.breton/month.xpm
/usr/share/wmclock/lang.breton/weekday.xpm
/usr/share/wmclock/lang.croatian
/usr/share/wmclock/lang.croatian/month.xpm
/usr/share/wmclock/lang.croatian/weekday.xpm
/usr/share/wmclock/lang.czech
/usr/share/wmclock/lang.czech/month.xpm
/usr/share/wmclock/lang.czech/weekday.xpm
/usr/share/wmclock/lang.danish
/usr/share/wmclock/lang.danish/month.xpm
/usr/share/wmclock/lang.danish/weekday.xpm
/usr/share/wmclock/lang.dutch
/usr/share/wmclock/lang.dutch/month.xpm
/usr/share/wmclock/lang.dutch/weekday.xpm
/usr/share/wmclock/lang.english
/usr/share/wmclock/lang.english/month.xpm
/usr/share/wmclock/lang.english/weekday.xpm
/usr/share/wmclock/lang.french
/usr/share/wmclock/lang.french/month.xpm
/usr/share/wmclock/lang.french/weekday.xpm
/usr/share/wmclock/lang.french2
/usr/share/wmclock/lang.french2/month.xpm
/usr/share/wmclock/lang.french2/weekday.xpm
/usr/share/wmclock/lang.german
/usr/share/wmclock/lang.german/month.xpm
/usr/share/wmclock/lang.german/weekday.xpm
/usr/share/wmclock/lang.hungarian
/usr/share/wmclock/lang.hungarian/month.xpm
/usr/share/wmclock/lang.hungarian/weekday.xpm
/usr/share/wmclock/lang.indonesian
/usr/share/wmclock/lang.indonesian/month.xpm
/usr/share/wmclock/lang.indonesian/weekday.xpm
/usr/share/wmclock/lang.italian
/usr/share/wmclock/lang.italian/month.xpm
/usr/share/wmclock/lang.italian/weekday.xpm
/usr/share/wmclock/lang.norwegian
/usr/share/wmclock/lang.norwegian/month.xpm
/usr/share/wmclock/lang.norwegian/weekday.xpm
/usr/share/wmclock/lang.polish
/usr/share/wmclock/lang.polish/month.xpm
/usr/share/wmclock/lang.polish/weekday.xpm
/usr/share/wmclock/lang.portuguese
/usr/share/wmclock/lang.portuguese/month.xpm
/usr/share/wmclock/lang.portuguese/weekday.xpm
/usr/share/wmclock/lang.russian
/usr/share/wmclock/lang.russian/month.xpm
/usr/share/wmclock/lang.russian/weekday.xpm
/usr/share/wmclock/lang.slovene
/usr/share/wmclock/lang.slovene/month.xpm
/usr/share/wmclock/lang.slovene/weekday.xpm
/usr/share/wmclock/lang.spanish
/usr/share/wmclock/lang.spanish/month.xpm
/usr/share/wmclock/lang.spanish/weekday.xpm
/usr/share/wmclock/lang.swedish
/usr/share/wmclock/lang.swedish/month.xpm
/usr/share/wmclock/lang.swedish/weekday.xpm
/usr/share/wmclock/lang.ukrainian
/usr/share/wmclock/lang.ukrainian/month.xpm
/usr/share/wmclock/lang.ukrainian/weekday.xpm
References
Summary
In this tutorial we learn how to install wmclock
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).