How To Install python-autobahn-doc on Fedora 36

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

Introduction

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

What is python-autobahn-doc

Documentation for python-autobahn.

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

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

sudo dnf -y install python-autobahn-doc

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

sudo yum -y install python-autobahn-doc

How To Uninstall python-autobahn-doc on Fedora 36

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

sudo dnf remove python-autobahn-doc

python-autobahn-doc Package Contents on Fedora 36

/usr/share/doc/python-autobahn-doc
/usr/share/doc/python-autobahn-doc/docs
/usr/share/doc/python-autobahn-doc/docs/.gitignore
/usr/share/doc/python-autobahn-doc/docs/Makefile
/usr/share/doc/python-autobahn-doc/docs/_extensions
/usr/share/doc/python-autobahn-doc/docs/_extensions/txsphinx.py
/usr/share/doc/python-autobahn-doc/docs/_static
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots/rinkeby-faucet.png
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots/xbr-cli-not-a-member-yet.png
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots/xbr-metamask-1.png
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots/xbr-metamask-2.png
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots/xbr-metamask-3.png
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots/xbr-token-transfer-after.png
/usr/share/doc/python-autobahn-doc/docs/_static/screenshots/xbr-token-transfer.png
/usr/share/doc/python-autobahn-doc/docs/_static/wamp-demos.png
/usr/share/doc/python-autobahn-doc/docs/asynchronous-programming.rst
/usr/share/doc/python-autobahn-doc/docs/changelog.rst
/usr/share/doc/python-autobahn-doc/docs/conf.py
/usr/share/doc/python-autobahn-doc/docs/contents.rst
/usr/share/doc/python-autobahn-doc/docs/index.rst
/usr/share/doc/python-autobahn-doc/docs/installation.rst
/usr/share/doc/python-autobahn-doc/docs/listings
/usr/share/doc/python-autobahn-doc/docs/listings/README
/usr/share/doc/python-autobahn-doc/docs/listings/aio_complete.py
/usr/share/doc/python-autobahn-doc/docs/listings/index.py
/usr/share/doc/python-autobahn-doc/docs/listings/programming.py
/usr/share/doc/python-autobahn-doc/docs/listings/tx_complete.py
/usr/share/doc/python-autobahn-doc/docs/listings/webapp.py
/usr/share/doc/python-autobahn-doc/docs/reference
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.asyncio.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.rawsocket.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.twisted.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.util.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.wamp.component.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.wamp.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.websocket.rst
/usr/share/doc/python-autobahn-doc/docs/reference/autobahn.xbr.rst
/usr/share/doc/python-autobahn-doc/docs/spelling_wordlist.txt
/usr/share/doc/python-autobahn-doc/docs/wamp
/usr/share/doc/python-autobahn-doc/docs/wamp/aio-repl.rst
/usr/share/doc/python-autobahn-doc/docs/wamp/examples.rst
/usr/share/doc/python-autobahn-doc/docs/wamp/programming.rst
/usr/share/doc/python-autobahn-doc/docs/websocket
/usr/share/doc/python-autobahn-doc/docs/websocket/examples.rst
/usr/share/doc/python-autobahn-doc/docs/websocket/programming.rst
/usr/share/doc/python-autobahn-doc/docs/work
/usr/share/doc/python-autobahn-doc/docs/work/README.md
/usr/share/doc/python-autobahn-doc/docs/work/advanced.rst
/usr/share/doc/python-autobahn-doc/docs/work/apps.rst
/usr/share/doc/python-autobahn-doc/docs/work/compression.rst
/usr/share/doc/python-autobahn-doc/docs/work/programming.rst
/usr/share/doc/python-autobahn-doc/docs/work/twisted.rst
/usr/share/doc/python-autobahn-doc/docs/work/work.rst
/usr/share/doc/python-autobahn-doc/docs/xbr-cli.rst
/usr/share/doc/python-autobahn-doc/docs/xbr.rst
/usr/share/licenses/python-autobahn-doc
/usr/share/licenses/python-autobahn-doc/LICENSE

References

Summary

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