How To Install python3-pendulum on Fedora 36

In this tutorial we learn how to install python3-pendulum in Fedora 36. python3-pendulum is Python datetimes made easy

Introduction

In this tutorial we learn how to install python3-pendulum on Fedora 36.

What is python3-pendulum

Unlike other datetime libraries for Python, Pendulum is a drop-in replacement for the standard datetime class (it inherits from it), so, basically, you can replace all your datetime instances by DateTime instances in you code. It also removes the notion of naive datetimes timezone-aware and by default in UTC for ease of use.

We can use yum or dnf to install python3-pendulum on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pendulum.

Install python3-pendulum on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-pendulum using dnf by running the following command:

sudo dnf -y install python3-pendulum

Install python3-pendulum on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-pendulum using yum by running the following command:

sudo yum -y install python3-pendulum

How To Uninstall python3-pendulum on Fedora 36

To uninstall only the python3-pendulum package we can use the following command:

sudo dnf remove python3-pendulum

python3-pendulum Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/3b80495e8c733e3c2c0090fc9a0b5d623e05fd
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/ea49306827869b010753078d88cfc84e87380a
/usr/lib64/python3.10/site-packages/pendulum
/usr/lib64/python3.10/site-packages/pendulum-2.1.2.dist-info
/usr/lib64/python3.10/site-packages/pendulum-2.1.2.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/pendulum-2.1.2.dist-info/LICENSE
/usr/lib64/python3.10/site-packages/pendulum-2.1.2.dist-info/METADATA
/usr/lib64/python3.10/site-packages/pendulum-2.1.2.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/pendulum/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/__version__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/constants.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/date.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/date.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/datetime.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/datetime.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/duration.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/duration.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/exceptions.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/helpers.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/parser.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/period.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/period.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/time.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/__pycache__/time.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/__version__.py
/usr/lib64/python3.10/site-packages/pendulum/_extensions
/usr/lib64/python3.10/site-packages/pendulum/_extensions/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/_extensions/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/_extensions/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/_extensions/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/_extensions/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/_extensions/__pycache__/helpers.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/_extensions/_helpers.c
/usr/lib64/python3.10/site-packages/pendulum/_extensions/_helpers.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pendulum/_extensions/helpers.py
/usr/lib64/python3.10/site-packages/pendulum/constants.py
/usr/lib64/python3.10/site-packages/pendulum/date.py
/usr/lib64/python3.10/site-packages/pendulum/datetime.py
/usr/lib64/python3.10/site-packages/pendulum/duration.py
/usr/lib64/python3.10/site-packages/pendulum/exceptions.py
/usr/lib64/python3.10/site-packages/pendulum/formatting
/usr/lib64/python3.10/site-packages/pendulum/formatting/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/formatting/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/formatting/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/formatting/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/formatting/__pycache__/difference_formatter.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/formatting/__pycache__/difference_formatter.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/formatting/__pycache__/formatter.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/formatting/__pycache__/formatter.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/formatting/difference_formatter.py
/usr/lib64/python3.10/site-packages/pendulum/formatting/formatter.py
/usr/lib64/python3.10/site-packages/pendulum/helpers.py
/usr/lib64/python3.10/site-packages/pendulum/locales
/usr/lib64/python3.10/site-packages/pendulum/locales/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/da
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/da/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/da/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/da/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/de
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/de/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/de/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/de/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/en
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/en/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/en/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/en/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/es
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/es/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/es/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/es/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fa
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fa/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fo
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fo/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fr
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/fr/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/id
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/id/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/id/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/id/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/it
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/it/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/it/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/it/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/ko
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/ko/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/lt
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/lt/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nb
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nb/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nl
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nl/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nn
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/nn/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/pl
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/pl/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/pt_br/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/ru
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/ru/locale.py
/usr/lib64/python3.10/site-packages/pendulum/locales/zh
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__pycache__/custom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__pycache__/custom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__pycache__/locale.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/__pycache__/locale.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/custom.py
/usr/lib64/python3.10/site-packages/pendulum/locales/zh/locale.py
/usr/lib64/python3.10/site-packages/pendulum/mixins
/usr/lib64/python3.10/site-packages/pendulum/mixins/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/mixins/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/mixins/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/mixins/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/mixins/__pycache__/default.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/mixins/__pycache__/default.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/mixins/default.py
/usr/lib64/python3.10/site-packages/pendulum/parser.py
/usr/lib64/python3.10/site-packages/pendulum/parsing
/usr/lib64/python3.10/site-packages/pendulum/parsing/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/parsing/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/parsing/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/parsing/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/parsing/__pycache__/iso8601.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/parsing/__pycache__/iso8601.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/parsing/_iso8601.c
/usr/lib64/python3.10/site-packages/pendulum/parsing/_iso8601.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pendulum/parsing/exceptions
/usr/lib64/python3.10/site-packages/pendulum/parsing/exceptions/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/parsing/exceptions/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/parsing/exceptions/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/parsing/exceptions/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/parsing/iso8601.py
/usr/lib64/python3.10/site-packages/pendulum/period.py
/usr/lib64/python3.10/site-packages/pendulum/py.typed
/usr/lib64/python3.10/site-packages/pendulum/time.py
/usr/lib64/python3.10/site-packages/pendulum/tz
/usr/lib64/python3.10/site-packages/pendulum/tz/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/exceptions.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/local_timezone.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/local_timezone.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/timezone.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/__pycache__/timezone.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/data
/usr/lib64/python3.10/site-packages/pendulum/tz/data/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/tz/data/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/tz/data/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/data/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/data/__pycache__/windows.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/data/__pycache__/windows.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/data/windows.py
/usr/lib64/python3.10/site-packages/pendulum/tz/exceptions.py
/usr/lib64/python3.10/site-packages/pendulum/tz/local_timezone.py
/usr/lib64/python3.10/site-packages/pendulum/tz/timezone.py
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/exceptions.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/posix_timezone.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/posix_timezone.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/reader.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/reader.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/timezone.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/timezone.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/transition.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/transition.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/transition_type.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/__pycache__/transition_type.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/exceptions.py
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/posix_timezone.py
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/reader.py
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/timezone.py
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/transition.py
/usr/lib64/python3.10/site-packages/pendulum/tz/zoneinfo/transition_type.py
/usr/lib64/python3.10/site-packages/pendulum/utils
/usr/lib64/python3.10/site-packages/pendulum/utils/__init__.py
/usr/lib64/python3.10/site-packages/pendulum/utils/__pycache__
/usr/lib64/python3.10/site-packages/pendulum/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/utils/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pendulum/utils/__pycache__/_compat.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pendulum/utils/_compat.py
/usr/share/doc/python3-pendulum
/usr/share/doc/python3-pendulum/README.rst
/usr/share/licenses/python3-pendulum
/usr/share/licenses/python3-pendulum/LICENSE

References

Summary

In this tutorial we learn how to install python3-pendulum on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).