How to Install and Uninstall python3-tzlocal.noarch Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "python3-tzlocal.noarch" package

Here is a brief guide to show you how to install python3-tzlocal.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the python3-tzlocal.noarch package on Oracle Linux 9

Last metadata expiration check: 0:49:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-tzlocal
Version : 4.2
Release : 4.el9
Architecture : noarch
Size : 37 k
Source : python-tzlocal-4.2-4.el9.src.rpm
Repository : epel
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.