How to Install and Uninstall pytz.noarch Package on Amazon Linux 2

Last updated: April 29,2024

1. Install "pytz.noarch" package

Here is a brief guide to show you how to install pytz.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install pytz.noarch

2. Uninstall "pytz.noarch" package

This tutorial shows how to uninstall pytz.noarch on Amazon Linux 2:

$ sudo yum remove pytz.noarch $ sudo yum autoremove

3. Information about the pytz.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : pytz
Arch : noarch
Version : 2016.10
Release : 2.amzn2.0.1
Size : 46 k
Repo : amzn2-core/2/x86_64
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.