How To Install python3-sphinxtesters on Fedora 36
Introduction
In this tutorial we learn how to install python3-sphinxtesters
on Fedora 36.
What is python3-sphinxtesters
This package contains utilities for testing Sphinx extensions.
We can use yum
or dnf
to install python3-sphinxtesters
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-sphinxtesters.
Install python3-sphinxtesters 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-sphinxtesters
using dnf
by running the following command:
sudo dnf -y install python3-sphinxtesters
Install python3-sphinxtesters 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-sphinxtesters
using yum
by running the following command:
sudo yum -y install python3-sphinxtesters
How To Uninstall python3-sphinxtesters on Fedora 36
To uninstall only the python3-sphinxtesters
package we can use the following command:
sudo dnf remove python3-sphinxtesters
python3-sphinxtesters Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/sphinxtesters
/usr/lib/python3.10/site-packages/sphinxtesters-0.2.3.dist-info
/usr/lib/python3.10/site-packages/sphinxtesters-0.2.3.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/sphinxtesters-0.2.3.dist-info/LICENSE
/usr/lib/python3.10/site-packages/sphinxtesters-0.2.3.dist-info/METADATA
/usr/lib/python3.10/site-packages/sphinxtesters-0.2.3.dist-info/WHEEL
/usr/lib/python3.10/site-packages/sphinxtesters-0.2.3.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/sphinxtesters/__init__.py
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/sphinxutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/sphinxutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/tmpdirs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/__pycache__/tmpdirs.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/_version.py
/usr/lib/python3.10/site-packages/sphinxtesters/sphinxutils.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__init__.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_modified_pagebuilder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_modified_pagebuilder.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_pagebuilder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_pagebuilder.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_proj1.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_proj1.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_sources_builder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_sources_builder.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_testapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_testapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_tmpdirs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/__pycache__/test_tmpdirs.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/__pycache__
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/__pycache__/conf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/__pycache__/conf.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/_static
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/_static/README.txt
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/a_page.rst
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/conf.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests/proj1/index.rst
/usr/lib/python3.10/site-packages/sphinxtesters/tests/test_modified_pagebuilder.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests/test_pagebuilder.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests/test_proj1.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests/test_sources_builder.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests/test_testapp.py
/usr/lib/python3.10/site-packages/sphinxtesters/tests/test_tmpdirs.py
/usr/lib/python3.10/site-packages/sphinxtesters/tmpdirs.py
/usr/share/doc/python3-sphinxtesters
/usr/share/doc/python3-sphinxtesters/README.html
/usr/share/doc/python3-sphinxtesters/html
/usr/share/doc/python3-sphinxtesters/html/_sources
/usr/share/doc/python3-sphinxtesters/html/_sources/devel
/usr/share/doc/python3-sphinxtesters/html/_sources/devel/make_release.rst.txt
/usr/share/doc/python3-sphinxtesters/html/_sources/index.rst.txt
/usr/share/doc/python3-sphinxtesters/html/_sources/introduction.rst.txt
/usr/share/doc/python3-sphinxtesters/html/_static
/usr/share/doc/python3-sphinxtesters/html/_static/alabaster.css
/usr/share/doc/python3-sphinxtesters/html/_static/basic.css
/usr/share/doc/python3-sphinxtesters/html/_static/custom.css
/usr/share/doc/python3-sphinxtesters/html/_static/doctools.js
/usr/share/doc/python3-sphinxtesters/html/_static/documentation_options.js
/usr/share/doc/python3-sphinxtesters/html/_static/file.png
/usr/share/doc/python3-sphinxtesters/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-sphinxtesters/html/_static/jquery.js
/usr/share/doc/python3-sphinxtesters/html/_static/language_data.js
/usr/share/doc/python3-sphinxtesters/html/_static/minus.png
/usr/share/doc/python3-sphinxtesters/html/_static/plus.png
/usr/share/doc/python3-sphinxtesters/html/_static/pygments.css
/usr/share/doc/python3-sphinxtesters/html/_static/searchtools.js
/usr/share/doc/python3-sphinxtesters/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-sphinxtesters/html/_static/underscore.js
/usr/share/doc/python3-sphinxtesters/html/devel
/usr/share/doc/python3-sphinxtesters/html/devel/make_release.html
/usr/share/doc/python3-sphinxtesters/html/genindex.html
/usr/share/doc/python3-sphinxtesters/html/index.html
/usr/share/doc/python3-sphinxtesters/html/introduction.html
/usr/share/doc/python3-sphinxtesters/html/objects.inv
/usr/share/doc/python3-sphinxtesters/html/search.html
/usr/share/doc/python3-sphinxtesters/html/searchindex.js
/usr/share/licenses/python3-sphinxtesters
/usr/share/licenses/python3-sphinxtesters/LICENSE
References
Summary
In this tutorial we learn how to install python3-sphinxtesters
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).