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

Last updated: October 07,2024

1. Install "python3-tzlocal.noarch" package

Learn how to install python3-tzlocal.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 4:36:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-tzlocal
Version : 2.1
Release : 3.fc36
Architecture : noarch
Size : 36 k
Source : python-tzlocal-2.1-3.fc36.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.