How to Install and Uninstall python3-pytz Package on openSUSE Leap

Last updated: May 07,2024

1. Install "python3-pytz" package

In this section, we are going to explain the necessary steps to install python3-pytz on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytz

2. Uninstall "python3-pytz" package

This guide let you learn how to uninstall python3-pytz on openSUSE Leap:

$ sudo zypper remove python3-pytz

3. Information about the python3-pytz package on openSUSE Leap

Information for package python3-pytz:
-------------------------------------
Repository : Main Repository
Name : python3-pytz
Version : 2022.1-150300.3.6.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 244.7 KiB
Installed : No
Status : not installed
Source package : python-pytz-2022.1-150300.3.6.1.src
Upstream URL : https://pythonhosted.org/pytz/
Summary : World timezone definitions, modern and historical
Description :
pytz - World Timezone Definitions for Python
pytz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.4
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 of the Olson timezones are supported.