How to Install and Uninstall pytz.noarch Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "pytz.noarch" package

Please follow the step by step instructions below to install pytz.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install pytz.noarch

2. Uninstall "pytz.noarch" package

Please follow the guidelines below to uninstall pytz.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove pytz.noarch $ sudo yum autoremove

3. Information about the pytz.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : pytz
Arch : noarch
Version : 2016.10
Release : 2.el7
Size : 186 k
Repo : installed
From repo : base
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).
:
: Amost all (over 540) of the Olson timezones are supported.