How To Install python-rosdep-doc on Fedora 36

In this tutorial we learn how to install python-rosdep-doc in Fedora 36. python-rosdep-doc is HTML documentation for ‘python-rosdep’

Introduction

In this tutorial we learn how to install python-rosdep-doc on Fedora 36.

What is python-rosdep-doc

HTML documentation for the ‘rosdep’ python module

We can use yum or dnf to install python-rosdep-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-rosdep-doc.

Install python-rosdep-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-rosdep-doc using dnf by running the following command:

sudo dnf -y install python-rosdep-doc

Install python-rosdep-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-rosdep-doc using yum by running the following command:

sudo yum -y install python-rosdep-doc

How To Uninstall python-rosdep-doc on Fedora 36

To uninstall only the python-rosdep-doc package we can use the following command:

sudo dnf remove python-rosdep-doc

python-rosdep-doc Package Contents on Fedora 36

/usr/share/doc/python-rosdep-doc
/usr/share/doc/python-rosdep-doc/html
/usr/share/doc/python-rosdep-doc/html/_modules
/usr/share/doc/python-rosdep-doc/html/_modules/index.html
/usr/share/doc/python-rosdep-doc/html/_modules/rosdep2
/usr/share/doc/python-rosdep-doc/html/_modules/rosdep2/core.html
/usr/share/doc/python-rosdep-doc/html/_modules/rosdep2/installers.html
/usr/share/doc/python-rosdep-doc/html/_modules/rosdep2/loader.html
/usr/share/doc/python-rosdep-doc/html/_modules/rosdep2/lookup.html
/usr/share/doc/python-rosdep-doc/html/_modules/rosdep2/model.html
/usr/share/doc/python-rosdep-doc/html/_modules/rosdep2/rospkg_loader.html
/usr/share/doc/python-rosdep-doc/html/_sources
/usr/share/doc/python-rosdep-doc/html/_sources/commands.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/contents.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/contributing_rules.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/developers_guide.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/man
/usr/share/doc/python-rosdep-doc/html/_sources/man/rosdep.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/overview.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/rosdep2_api.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/rosdep_yaml_format.rst.txt
/usr/share/doc/python-rosdep-doc/html/_sources/sources_list.rst.txt
/usr/share/doc/python-rosdep-doc/html/_static
/usr/share/doc/python-rosdep-doc/html/_static/basic.css
/usr/share/doc/python-rosdep-doc/html/_static/contents.png
/usr/share/doc/python-rosdep-doc/html/_static/doctools.js
/usr/share/doc/python-rosdep-doc/html/_static/documentation_options.js
/usr/share/doc/python-rosdep-doc/html/_static/file.png
/usr/share/doc/python-rosdep-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-rosdep-doc/html/_static/jquery.js
/usr/share/doc/python-rosdep-doc/html/_static/language_data.js
/usr/share/doc/python-rosdep-doc/html/_static/minus.png
/usr/share/doc/python-rosdep-doc/html/_static/navigation.png
/usr/share/doc/python-rosdep-doc/html/_static/plus.png
/usr/share/doc/python-rosdep-doc/html/_static/pygments.css
/usr/share/doc/python-rosdep-doc/html/_static/ros.png
/usr/share/doc/python-rosdep-doc/html/_static/searchtools.js
/usr/share/doc/python-rosdep-doc/html/_static/sphinxdoc.css
/usr/share/doc/python-rosdep-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-rosdep-doc/html/_static/underscore.js
/usr/share/doc/python-rosdep-doc/html/commands.html
/usr/share/doc/python-rosdep-doc/html/contents.html
/usr/share/doc/python-rosdep-doc/html/contributing_rules.html
/usr/share/doc/python-rosdep-doc/html/developers_guide.html
/usr/share/doc/python-rosdep-doc/html/genindex.html
/usr/share/doc/python-rosdep-doc/html/index.html
/usr/share/doc/python-rosdep-doc/html/man
/usr/share/doc/python-rosdep-doc/html/man/rosdep.html
/usr/share/doc/python-rosdep-doc/html/objects.inv
/usr/share/doc/python-rosdep-doc/html/overview.html
/usr/share/doc/python-rosdep-doc/html/py-modindex.html
/usr/share/doc/python-rosdep-doc/html/rosdep2_api.html
/usr/share/doc/python-rosdep-doc/html/rosdep_yaml_format.html
/usr/share/doc/python-rosdep-doc/html/search.html
/usr/share/doc/python-rosdep-doc/html/searchindex.js
/usr/share/doc/python-rosdep-doc/html/sources_list.html
/usr/share/licenses/python-rosdep-doc
/usr/share/licenses/python-rosdep-doc/LICENSE

References

Summary

In this tutorial we learn how to install python-rosdep-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).