How to Install and Uninstall pytz.src Package on Oracle Linux 9

Last updated: July 02,2024

1. Install "pytz.src" package

Here is a brief guide to show you how to install pytz.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pytz.src

2. Uninstall "pytz.src" package

Please follow the guidelines below to uninstall pytz.src on Oracle Linux 9:

$ sudo dnf remove pytz.src $ sudo dnf autoremove

3. Information about the pytz.src package on Oracle Linux 9

Last metadata expiration check: 0:08:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pytz
Version : 2021.1
Release : 5.el9
Architecture : src
Size : 328 k
Source : None
Repository : ol9_appstream
Summary : World Timezone Definitions for Python
URL : http://pytz.sourceforge.net/
License : MIT
Description : pytz brings the Olson tz database into Python. This library allows accurate
: and cross platform timezone calculations using Python 2.3 or higher. It
: also solves the issue of ambiguous times at the end of daylight savings,
: which you can read more about in the Python Library Reference
: (datetime.tzinfo).
:
: Almost all (over 540) of the Olson timezones are supported.