How To Install python3-aniso8601 on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-aniso8601
on Rocky Linux 8.
What is python3-aniso8601
Python 3 library for parsing date strings in ISO 8601 format into datetime format.
We can use yum
or dnf
to install python3-aniso8601
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-aniso8601.
Install python3-aniso8601 on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-aniso8601
using dnf
by running the following command:
sudo dnf -y install python3-aniso8601
Install python3-aniso8601 on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-aniso8601
using yum
by running the following command:
sudo yum -y install python3-aniso8601
How To Uninstall python3-aniso8601 on Rocky Linux 8
To uninstall only the python3-aniso8601
package we can use the following command:
sudo dnf remove python3-aniso8601
python3-aniso8601 Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/aniso8601
/usr/lib/python3.6/site-packages/aniso8601-9.0.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/aniso8601-9.0.1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/aniso8601-9.0.1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/aniso8601-9.0.1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/aniso8601-9.0.1-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/aniso8601-9.0.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/aniso8601/__init__.py
/usr/lib/python3.6/site-packages/aniso8601/__pycache__
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/date.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/date.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/decimalfraction.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/decimalfraction.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/duration.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/duration.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/interval.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/interval.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/resolution.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/resolution.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/time.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/time.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/timezone.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/timezone.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/utcoffset.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/__pycache__/utcoffset.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders
/usr/lib/python3.6/site-packages/aniso8601/builders/__init__.py
/usr/lib/python3.6/site-packages/aniso8601/builders/__pycache__
/usr/lib/python3.6/site-packages/aniso8601/builders/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/__pycache__/python.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/__pycache__/python.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/python.py
/usr/lib/python3.6/site-packages/aniso8601/builders/tests
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__init__.py
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__pycache__
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__pycache__/test_init.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__pycache__/test_init.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__pycache__/test_python.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/__pycache__/test_python.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/test_init.py
/usr/lib/python3.6/site-packages/aniso8601/builders/tests/test_python.py
/usr/lib/python3.6/site-packages/aniso8601/compat.py
/usr/lib/python3.6/site-packages/aniso8601/date.py
/usr/lib/python3.6/site-packages/aniso8601/decimalfraction.py
/usr/lib/python3.6/site-packages/aniso8601/duration.py
/usr/lib/python3.6/site-packages/aniso8601/exceptions.py
/usr/lib/python3.6/site-packages/aniso8601/interval.py
/usr/lib/python3.6/site-packages/aniso8601/resolution.py
/usr/lib/python3.6/site-packages/aniso8601/tests
/usr/lib/python3.6/site-packages/aniso8601/tests/__init__.py
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_date.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_date.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_decimalfraction.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_decimalfraction.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_duration.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_duration.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_init.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_init.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_interval.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_interval.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_time.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_time.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_timezone.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_timezone.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_utcoffset.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/__pycache__/test_utcoffset.cpython-36.pyc
/usr/lib/python3.6/site-packages/aniso8601/tests/compat.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_compat.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_date.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_decimalfraction.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_duration.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_init.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_interval.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_time.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_timezone.py
/usr/lib/python3.6/site-packages/aniso8601/tests/test_utcoffset.py
/usr/lib/python3.6/site-packages/aniso8601/time.py
/usr/lib/python3.6/site-packages/aniso8601/timezone.py
/usr/lib/python3.6/site-packages/aniso8601/utcoffset.py
/usr/share/doc/python3-aniso8601
/usr/share/doc/python3-aniso8601/README.rst
/usr/share/licenses/python3-aniso8601
/usr/share/licenses/python3-aniso8601/LICENSE
References
Summary
In this tutorial we learn how to install python3-aniso8601
on Rocky Linux 8 using yum and dnf.