How To Install python-tinyrpc-doc on Fedora 36

In this tutorial we learn how to install python-tinyrpc-doc in Fedora 36. python-tinyrpc-doc is Documentation for tinyrpc library

Introduction

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

What is python-tinyrpc-doc

Documentation for tinyrpc library

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

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

sudo dnf -y install python-tinyrpc-doc

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

sudo yum -y install python-tinyrpc-doc

How To Uninstall python-tinyrpc-doc on Fedora 36

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

sudo dnf remove python-tinyrpc-doc

python-tinyrpc-doc Package Contents on Fedora 36

/usr/share/doc/python-tinyrpc-doc
/usr/share/doc/python-tinyrpc-doc/README.rst
/usr/share/doc/python-tinyrpc-doc/html
/usr/share/doc/python-tinyrpc-doc/html/_images
/usr/share/doc/python-tinyrpc-doc/html/_images/uml.png
/usr/share/doc/python-tinyrpc-doc/html/_sources
/usr/share/doc/python-tinyrpc-doc/html/_sources/client.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/dispatch.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/examples.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/index.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/jsonrpc.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/protocols.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/server.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/structure.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_sources/transports.rst.txt
/usr/share/doc/python-tinyrpc-doc/html/_static
/usr/share/doc/python-tinyrpc-doc/html/_static/basic.css
/usr/share/doc/python-tinyrpc-doc/html/_static/css
/usr/share/doc/python-tinyrpc-doc/html/_static/css/badge_only.css
/usr/share/doc/python-tinyrpc-doc/html/_static/css/theme.css
/usr/share/doc/python-tinyrpc-doc/html/_static/doctools.js
/usr/share/doc/python-tinyrpc-doc/html/_static/documentation_options.js
/usr/share/doc/python-tinyrpc-doc/html/_static/file.png
/usr/share/doc/python-tinyrpc-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-tinyrpc-doc/html/_static/jquery.js
/usr/share/doc/python-tinyrpc-doc/html/_static/js
/usr/share/doc/python-tinyrpc-doc/html/_static/js/badge_only.js
/usr/share/doc/python-tinyrpc-doc/html/_static/js/theme.js
/usr/share/doc/python-tinyrpc-doc/html/_static/language_data.js
/usr/share/doc/python-tinyrpc-doc/html/_static/minus.png
/usr/share/doc/python-tinyrpc-doc/html/_static/plus.png
/usr/share/doc/python-tinyrpc-doc/html/_static/pygments.css
/usr/share/doc/python-tinyrpc-doc/html/_static/searchtools.js
/usr/share/doc/python-tinyrpc-doc/html/_static/uml.png
/usr/share/doc/python-tinyrpc-doc/html/_static/uml.xmi
/usr/share/doc/python-tinyrpc-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-tinyrpc-doc/html/_static/underscore.js
/usr/share/doc/python-tinyrpc-doc/html/client.html
/usr/share/doc/python-tinyrpc-doc/html/dispatch.html
/usr/share/doc/python-tinyrpc-doc/html/examples.html
/usr/share/doc/python-tinyrpc-doc/html/genindex.html
/usr/share/doc/python-tinyrpc-doc/html/index.html
/usr/share/doc/python-tinyrpc-doc/html/jsonrpc.html
/usr/share/doc/python-tinyrpc-doc/html/objects.inv
/usr/share/doc/python-tinyrpc-doc/html/protocols.html
/usr/share/doc/python-tinyrpc-doc/html/search.html
/usr/share/doc/python-tinyrpc-doc/html/searchindex.js
/usr/share/doc/python-tinyrpc-doc/html/server.html
/usr/share/doc/python-tinyrpc-doc/html/structure.html
/usr/share/doc/python-tinyrpc-doc/html/transports.html
/usr/share/licenses/python-tinyrpc-doc
/usr/share/licenses/python-tinyrpc-doc/LICENSE

References

Summary

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