How To Install python-osrf-pycommon-doc on Fedora 36

In this tutorial we learn how to install python-osrf-pycommon-doc in Fedora 36. python-osrf-pycommon-doc is API Documentation for the osrf_pycommon Python modules

Introduction

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

What is python-osrf-pycommon-doc

HTML documentation generated from osrf_pycommon sources to be used in developing software which uses osrf_pycommon.

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

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

sudo dnf -y install python-osrf-pycommon-doc

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

sudo yum -y install python-osrf-pycommon-doc

How To Uninstall python-osrf-pycommon-doc on Fedora 36

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

sudo dnf remove python-osrf-pycommon-doc

python-osrf-pycommon-doc Package Contents on Fedora 36

/usr/share/doc/python-osrf-pycommon-doc
/usr/share/doc/python-osrf-pycommon-doc/html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/index.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/cli_utils
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/cli_utils/common.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/cli_utils/verb_pattern.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/process_utils
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/process_utils/async_execute_process.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/process_utils/async_execute_process_asyncio
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/process_utils/async_execute_process_asyncio/impl.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/process_utils/impl.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/terminal_color
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/terminal_color/ansi_re.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/terminal_color/impl.html
/usr/share/doc/python-osrf-pycommon-doc/html/_modules/osrf_pycommon/terminal_utils.html
/usr/share/doc/python-osrf-pycommon-doc/html/_sources
/usr/share/doc/python-osrf-pycommon-doc/html/_sources/cli_utils.rst.txt
/usr/share/doc/python-osrf-pycommon-doc/html/_sources/index.rst.txt
/usr/share/doc/python-osrf-pycommon-doc/html/_sources/process_utils.rst.txt
/usr/share/doc/python-osrf-pycommon-doc/html/_sources/terminal_color.rst.txt
/usr/share/doc/python-osrf-pycommon-doc/html/_sources/terminal_utils.rst.txt
/usr/share/doc/python-osrf-pycommon-doc/html/_static
/usr/share/doc/python-osrf-pycommon-doc/html/_static/basic.css
/usr/share/doc/python-osrf-pycommon-doc/html/_static/classic.css
/usr/share/doc/python-osrf-pycommon-doc/html/_static/default.css
/usr/share/doc/python-osrf-pycommon-doc/html/_static/doctools.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/documentation_options.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/file.png
/usr/share/doc/python-osrf-pycommon-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/jquery.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/language_data.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/minus.png
/usr/share/doc/python-osrf-pycommon-doc/html/_static/plus.png
/usr/share/doc/python-osrf-pycommon-doc/html/_static/pygments.css
/usr/share/doc/python-osrf-pycommon-doc/html/_static/searchtools.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/sidebar.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-osrf-pycommon-doc/html/_static/underscore.js
/usr/share/doc/python-osrf-pycommon-doc/html/cli_utils.html
/usr/share/doc/python-osrf-pycommon-doc/html/genindex.html
/usr/share/doc/python-osrf-pycommon-doc/html/index.html
/usr/share/doc/python-osrf-pycommon-doc/html/objects.inv
/usr/share/doc/python-osrf-pycommon-doc/html/process_utils.html
/usr/share/doc/python-osrf-pycommon-doc/html/py-modindex.html
/usr/share/doc/python-osrf-pycommon-doc/html/search.html
/usr/share/doc/python-osrf-pycommon-doc/html/searchindex.js
/usr/share/doc/python-osrf-pycommon-doc/html/terminal_color.html
/usr/share/doc/python-osrf-pycommon-doc/html/terminal_utils.html
/usr/share/licenses/python-osrf-pycommon-doc
/usr/share/licenses/python-osrf-pycommon-doc/LICENSE

References

Summary

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