How To Install libtimezonemap on Fedora 34

libtimezonemap is Time zone map widget for Gtk+ Time zone map widget for Gtk+

Introduction

In this tutorial we learn how to install libtimezonemap on Fedora 34.

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. libtimezonemap 0.4.5.1 9.fc34 x86_64 1.9 M libtimezonemap-0.4.5.1-9.fc34.src.rpm fedora Time zone map widget for Gtk+ https GPLv3 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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libtimezonemap.

Install libtimezonemap 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 libtimezonemap using dnf by running the following command:

sudo dnf -y install libtimezonemap

Install libtimezonemap 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 libtimezonemap using yum by running the following command:

sudo yum -y install libtimezonemap

How To Uninstall libtimezonemap on Fedora 34

To uninstall only the libtimezonemap package we can use the following command:

sudo dnf remove libtimezonemap

libtimezonemap Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/a7b7e3aacf7bdad8667e03ee3656a272942c71
/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/ad
/usr/lib/.build-id/ad/959dc445472a91a08fd60fb66c8e212a3e41b1
/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 Fedora 34 using yum and dnf.