How To Install libtimezonemap on Rocky Linux 8
Introduction
In this tutorial we learn how to install libtimezonemap on Rocky Linux 8.
What is libtimezonemap
libtimezonemap is a time zone map widget for Gtk+. The widget displays a world map with a highlighted region representing the selected time zone, and the location can be changed by clicking on the map. This library is a fork of the of the code from gnome-control-center’s datetime panel, which was itself a fork of Ubiquity’s timezone map.
We can use yum or dnf to install libtimezonemap on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libtimezonemap.
Install libtimezonemap on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libtimezonemap using dnf by running the following command:
sudo dnf -y install libtimezonemap
Install libtimezonemap on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libtimezonemap using yum by running the following command:
sudo yum -y install libtimezonemap
How To Uninstall libtimezonemap on Rocky Linux 8
To uninstall only the libtimezonemap package we can use the following command:
sudo dnf remove libtimezonemap
libtimezonemap Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/2df649548c156537c3d761f3efecde73556fed
/usr/lib/girepository-1.0/TimezoneMap-1.0.typelib
/usr/lib/libtimezonemap.so.1
/usr/lib/libtimezonemap.so.1.0.0
/usr/share/doc/libtimezonemap
/usr/share/doc/libtimezonemap/README
/usr/share/doc/libtimezonemap/TODO
/usr/share/libtimezonemap
/usr/share/libtimezonemap/admin1Codes.txt
/usr/share/libtimezonemap/backward
/usr/share/libtimezonemap/citiesInfo.txt
/usr/share/libtimezonemap/countryInfo.txt
/usr/share/libtimezonemap/pin.png
/usr/share/libtimezonemap/time_zones_countryInfo-orig.svg
/usr/share/licenses/libtimezonemap
/usr/share/licenses/libtimezonemap/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/2e90de2935255fbb6c5c0566ab887b449e017f
/usr/lib64/girepository-1.0/TimezoneMap-1.0.typelib
/usr/lib64/libtimezonemap.so.1
/usr/lib64/libtimezonemap.so.1.0.0
/usr/share/doc/libtimezonemap
/usr/share/doc/libtimezonemap/README
/usr/share/doc/libtimezonemap/TODO
/usr/share/libtimezonemap
/usr/share/libtimezonemap/admin1Codes.txt
/usr/share/libtimezonemap/backward
/usr/share/libtimezonemap/citiesInfo.txt
/usr/share/libtimezonemap/countryInfo.txt
/usr/share/libtimezonemap/pin.png
/usr/share/libtimezonemap/time_zones_countryInfo-orig.svg
/usr/share/licenses/libtimezonemap
/usr/share/licenses/libtimezonemap/COPYING
References
Summary
In this tutorial we learn how to install libtimezonemap on Rocky Linux 8 using yum and dnf.