How to Install and Uninstall python2-pytz.noarch Package on Oracle Linux 8

Last updated: November 25,2024

1. Install "python2-pytz.noarch" package

Here is a brief guide to show you how to install python2-pytz.noarch on Oracle Linux 8

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

2. Uninstall "python2-pytz.noarch" package

Please follow the step by step instructions below to uninstall python2-pytz.noarch on Oracle Linux 8:

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

3. Information about the python2-pytz.noarch package on Oracle Linux 8

Last metadata expiration check: 6:23:14 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-pytz
Version : 2017.2
Release : 12.module+el8.3.0+7833+4aaf98ce
Architecture : noarch
Size : 54 k
Source : pytz-2017.2-12.module+el8.3.0+7833+4aaf98ce.src.rpm
Repository : ol8_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.