How To Install python3-colander on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-colander
on Rocky Linux 8.
What is python3-colander
An extensible package which can be used to - deserialize and validate a data structure composed of strings, mappings, and lists. - serialize an arbitrary data structure to a data structure composed of strings, mappings, and lists. Python 3 version.
We can use yum
or dnf
to install python3-colander
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-colander.
Install python3-colander 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-colander
using dnf
by running the following command:
sudo dnf -y install python3-colander
Install python3-colander 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-colander
using yum
by running the following command:
sudo yum -y install python3-colander
How To Uninstall python3-colander on Rocky Linux 8
To uninstall only the python3-colander
package we can use the following command:
sudo dnf remove python3-colander
python3-colander Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/colander
/usr/lib/python3.6/site-packages/colander-1.7.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/colander-1.7.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/colander-1.7.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/colander-1.7.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/colander-1.7.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/colander-1.7.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/colander-1.7.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/colander/__init__.py
/usr/lib/python3.6/site-packages/colander/__pycache__
/usr/lib/python3.6/site-packages/colander/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colander/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/colander/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colander/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/colander/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colander/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/colander/compat.py
/usr/lib/python3.6/site-packages/colander/interfaces.py
/usr/lib/python3.6/site-packages/colander/locale
/usr/lib/python3.6/site-packages/colander/locale/colander.pot
/usr/lib/python3.6/site-packages/colander/locale/cs
/usr/lib/python3.6/site-packages/colander/locale/cs/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/cs/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/cs/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/de
/usr/lib/python3.6/site-packages/colander/locale/de/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/de/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/de/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/el
/usr/lib/python3.6/site-packages/colander/locale/el/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/el/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/el/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/es
/usr/lib/python3.6/site-packages/colander/locale/es/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/es/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/es/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/fi
/usr/lib/python3.6/site-packages/colander/locale/fi/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/fi/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/fi/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/fr
/usr/lib/python3.6/site-packages/colander/locale/fr/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/fr/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/fr/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/it
/usr/lib/python3.6/site-packages/colander/locale/it/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/it/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/it/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/ja
/usr/lib/python3.6/site-packages/colander/locale/ja/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/ja/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/ja/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/nl
/usr/lib/python3.6/site-packages/colander/locale/nl/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/nl/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/nl/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/pl
/usr/lib/python3.6/site-packages/colander/locale/pl/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/pl/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/pl/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/pt
/usr/lib/python3.6/site-packages/colander/locale/pt/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/pt/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/pt/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/pt_BR
/usr/lib/python3.6/site-packages/colander/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/pt_BR/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/pt_BR/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/ro
/usr/lib/python3.6/site-packages/colander/locale/ro/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/ro/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/ro/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/ru
/usr/lib/python3.6/site-packages/colander/locale/ru/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/ru/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/ru/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/sv
/usr/lib/python3.6/site-packages/colander/locale/sv/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/sv/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/sv/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/zh_Hans
/usr/lib/python3.6/site-packages/colander/locale/zh_Hans/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/zh_Hans/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/zh_Hans/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/locale/zh_Hant
/usr/lib/python3.6/site-packages/colander/locale/zh_Hant/LC_MESSAGES
/usr/lib/python3.6/site-packages/colander/locale/zh_Hant/LC_MESSAGES/colander.mo
/usr/lib/python3.6/site-packages/colander/locale/zh_Hant/LC_MESSAGES/colander.po
/usr/lib/python3.6/site-packages/colander/tests
/usr/lib/python3.6/site-packages/colander/tests/__init__.py
/usr/lib/python3.6/site-packages/colander/tests/__pycache__
/usr/lib/python3.6/site-packages/colander/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colander/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/colander/tests/__pycache__/test_colander.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colander/tests/__pycache__/test_colander.cpython-36.pyc
/usr/lib/python3.6/site-packages/colander/tests/__pycache__/test_interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colander/tests/__pycache__/test_interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/colander/tests/test_colander.py
/usr/lib/python3.6/site-packages/colander/tests/test_interfaces.py
/usr/share/doc/python3-colander
/usr/share/doc/python3-colander/CHANGES.rst
/usr/share/doc/python3-colander/CONTRIBUTORS.txt
/usr/share/doc/python3-colander/README.rst
/usr/share/doc/python3-colander/docs
/usr/share/doc/python3-colander/docs/Makefile
/usr/share/doc/python3-colander/docs/api.rst
/usr/share/doc/python3-colander/docs/basics.rst
/usr/share/doc/python3-colander/docs/binding.rst
/usr/share/doc/python3-colander/docs/changes.rst
/usr/share/doc/python3-colander/docs/conf.py
/usr/share/doc/python3-colander/docs/extending.rst
/usr/share/doc/python3-colander/docs/glossary.rst
/usr/share/doc/python3-colander/docs/index.rst
/usr/share/doc/python3-colander/docs/interfaces.rst
/usr/share/doc/python3-colander/docs/manipulation.rst
/usr/share/doc/python3-colander/docs/null_and_drop.rst
/usr/share/licenses/python3-colander
/usr/share/licenses/python3-colander/COPYRIGHT.txt
/usr/share/licenses/python3-colander/LICENSE.txt
References
Summary
In this tutorial we learn how to install python3-colander
on Rocky Linux 8 using yum and dnf.