How to Install and Uninstall python3-pytz.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "python3-pytz.noarch" package

This guide covers the steps necessary to install python3-pytz.noarch on CentOS Stream 9

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

2. Uninstall "python3-pytz.noarch" package

Learn how to uninstall python3-pytz.noarch on CentOS Stream 9:

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

3. Information about the python3-pytz.noarch package on CentOS Stream 9

Last metadata expiration check: 2:59:00 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pytz
Version : 2021.1
Release : 5.el9
Architecture : noarch
Size : 51 k
Source : pytz-2021.1-5.el9.src.rpm
Repository : 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.