How To Install python-packaging-doc on Fedora 36
Introduction
In this tutorial we learn how to install python-packaging-doc
on Fedora 36.
What is python-packaging-doc
Documentation for python-packaging
We can use yum
or dnf
to install python-packaging-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-packaging-doc.
Install python-packaging-doc 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 python-packaging-doc
using dnf
by running the following command:
sudo dnf -y install python-packaging-doc
Install python-packaging-doc 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 python-packaging-doc
using yum
by running the following command:
sudo yum -y install python-packaging-doc
How To Uninstall python-packaging-doc on Fedora 36
To uninstall only the python-packaging-doc
package we can use the following command:
sudo dnf remove python-packaging-doc
python-packaging-doc Package Contents on Fedora 36
/usr/share/doc/python-packaging-doc
/usr/share/doc/python-packaging-doc/html
/usr/share/doc/python-packaging-doc/html/_modules
/usr/share/doc/python-packaging-doc/html/_modules/index.html
/usr/share/doc/python-packaging-doc/html/_modules/packaging
/usr/share/doc/python-packaging-doc/html/_modules/packaging/markers.html
/usr/share/doc/python-packaging-doc/html/_modules/packaging/requirements.html
/usr/share/doc/python-packaging-doc/html/_modules/packaging/specifiers.html
/usr/share/doc/python-packaging-doc/html/_modules/packaging/tags.html
/usr/share/doc/python-packaging-doc/html/_modules/packaging/utils.html
/usr/share/doc/python-packaging-doc/html/_modules/packaging/version.html
/usr/share/doc/python-packaging-doc/html/_sources
/usr/share/doc/python-packaging-doc/html/_sources/changelog.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/development
/usr/share/doc/python-packaging-doc/html/_sources/development/getting-started.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/development/index.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/development/release-process.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/development/reviewing-patches.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/development/submitting-patches.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/index.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/markers.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/requirements.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/security.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/specifiers.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/tags.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/utils.rst.txt
/usr/share/doc/python-packaging-doc/html/_sources/version.rst.txt
/usr/share/doc/python-packaging-doc/html/_static
/usr/share/doc/python-packaging-doc/html/_static/alabaster.css
/usr/share/doc/python-packaging-doc/html/_static/basic.css
/usr/share/doc/python-packaging-doc/html/_static/custom.css
/usr/share/doc/python-packaging-doc/html/_static/doctools.js
/usr/share/doc/python-packaging-doc/html/_static/documentation_options.js
/usr/share/doc/python-packaging-doc/html/_static/file.png
/usr/share/doc/python-packaging-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-packaging-doc/html/_static/jquery.js
/usr/share/doc/python-packaging-doc/html/_static/language_data.js
/usr/share/doc/python-packaging-doc/html/_static/minus.png
/usr/share/doc/python-packaging-doc/html/_static/plus.png
/usr/share/doc/python-packaging-doc/html/_static/pygments.css
/usr/share/doc/python-packaging-doc/html/_static/searchtools.js
/usr/share/doc/python-packaging-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-packaging-doc/html/_static/underscore.js
/usr/share/doc/python-packaging-doc/html/changelog.html
/usr/share/doc/python-packaging-doc/html/development
/usr/share/doc/python-packaging-doc/html/development/getting-started.html
/usr/share/doc/python-packaging-doc/html/development/index.html
/usr/share/doc/python-packaging-doc/html/development/release-process.html
/usr/share/doc/python-packaging-doc/html/development/reviewing-patches.html
/usr/share/doc/python-packaging-doc/html/development/submitting-patches.html
/usr/share/doc/python-packaging-doc/html/genindex.html
/usr/share/doc/python-packaging-doc/html/index.html
/usr/share/doc/python-packaging-doc/html/markers.html
/usr/share/doc/python-packaging-doc/html/objects.inv
/usr/share/doc/python-packaging-doc/html/requirements.html
/usr/share/doc/python-packaging-doc/html/search.html
/usr/share/doc/python-packaging-doc/html/searchindex.js
/usr/share/doc/python-packaging-doc/html/security.html
/usr/share/doc/python-packaging-doc/html/specifiers.html
/usr/share/doc/python-packaging-doc/html/tags.html
/usr/share/doc/python-packaging-doc/html/utils.html
/usr/share/doc/python-packaging-doc/html/version.html
/usr/share/licenses/python-packaging-doc
/usr/share/licenses/python-packaging-doc/LICENSE
/usr/share/licenses/python-packaging-doc/LICENSE.APACHE
/usr/share/licenses/python-packaging-doc/LICENSE.BSD
References
Summary
In this tutorial we learn how to install python-packaging-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).