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

Last updated: October 05,2024

1. Install "python3-tzlocal.noarch" package

Please follow the instructions below to install python3-tzlocal.noarch on Fedora 35

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

2. Uninstall "python3-tzlocal.noarch" package

Here is a brief guide to show you how to uninstall python3-tzlocal.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:44:09 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-tzlocal
Version : 2.1
Release : 2.fc35
Architecture : noarch
Size : 36 k
Source : python-tzlocal-2.1-2.fc35.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.