How to Install and Uninstall python3-tzlocal.noarch Package on Fedora 34

Last updated: May 17,2024

1. Install "python3-tzlocal.noarch" package

This guide covers the steps necessary to install python3-tzlocal.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-tzlocal.noarch

2. Uninstall "python3-tzlocal.noarch" package

This guide let you learn how to uninstall python3-tzlocal.noarch on Fedora 34:

$ sudo dnf remove python3-tzlocal.noarch $ sudo dnf autoremove

3. Information about the python3-tzlocal.noarch package on Fedora 34

Last metadata expiration check: 2:47:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-tzlocal
Version : 2.0.0
Release : 4.fc34
Architecture : noarch
Size : 34 k
Source : python-tzlocal-2.0.0-4.fc34.src.rpm
Repository : fedora
Summary : A Python module that tries to figure out what your local timezone is
URL : https://github.com/regebro/tzlocal
License : MIT
Description : This Python module returns a tzinfo object with the local timezone information.
: It requires pytz, and returns pytz tzinfo objects. This module attempts to fix
: a glaring hole in pytz, that there is no way to get the local timezone
: information, unless you know the zoneinfo name.