How To Install python3-sybil on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-sybil
on Rocky Linux 8.
What is python3-sybil
This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.
We can use yum
or dnf
to install python3-sybil
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-sybil.
Install python3-sybil 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-sybil
using dnf
by running the following command:
sudo dnf -y install python3-sybil
Install python3-sybil 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-sybil
using yum
by running the following command:
sudo yum -y install python3-sybil
How To Uninstall python3-sybil on Rocky Linux 8
To uninstall only the python3-sybil
package we can use the following command:
sudo dnf remove python3-sybil
python3-sybil Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/sybil
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/sybil-1.2.2-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/sybil/__init__.py
/usr/lib/python3.6/site-packages/sybil/__pycache__
/usr/lib/python3.6/site-packages/sybil/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/document.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/document.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/example.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/example.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/region.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/region.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/sybil.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/__pycache__/sybil.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/compat.py
/usr/lib/python3.6/site-packages/sybil/document.py
/usr/lib/python3.6/site-packages/sybil/example.py
/usr/lib/python3.6/site-packages/sybil/integration
/usr/lib/python3.6/site-packages/sybil/integration/__init__.py
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/nose.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/nose.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/pytest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/pytest.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/unittest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/integration/__pycache__/unittest.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/integration/nose.py
/usr/lib/python3.6/site-packages/sybil/integration/pytest.py
/usr/lib/python3.6/site-packages/sybil/integration/unittest.py
/usr/lib/python3.6/site-packages/sybil/parsers
/usr/lib/python3.6/site-packages/sybil/parsers/__init__.py
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/capture.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/capture.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/codeblock.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/codeblock.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/doctest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/doctest.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/skip.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/__pycache__/skip.cpython-36.pyc
/usr/lib/python3.6/site-packages/sybil/parsers/capture.py
/usr/lib/python3.6/site-packages/sybil/parsers/codeblock.py
/usr/lib/python3.6/site-packages/sybil/parsers/doctest.py
/usr/lib/python3.6/site-packages/sybil/parsers/skip.py
/usr/lib/python3.6/site-packages/sybil/region.py
/usr/lib/python3.6/site-packages/sybil/sybil.py
/usr/share/doc/python3-sybil
/usr/share/doc/python3-sybil/README.rst
/usr/share/licenses/python3-sybil
/usr/share/licenses/python3-sybil/license.rst
References
Summary
In this tutorial we learn how to install python3-sybil
on Rocky Linux 8 using yum and dnf.