How To Install fedmsg-doc on Fedora 36

In this tutorial we learn how to install fedmsg-doc in Fedora 36. fedmsg-doc is Documentation for the fedmsg library and CLI

Introduction

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

What is fedmsg-doc

Documentation for the fedmsg library and CLI.

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

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

sudo dnf -y install fedmsg-doc

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

sudo yum -y install fedmsg-doc

How To Uninstall fedmsg-doc on Fedora 36

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

sudo dnf remove fedmsg-doc

fedmsg-doc Package Contents on Fedora 36

/usr/share/doc/fedmsg-doc
/usr/share/doc/fedmsg-doc/README.rst
/usr/share/doc/fedmsg-doc/html
/usr/share/doc/fedmsg-doc/html/_modules
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/collectd.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/gateway.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/hub.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/ircbot.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/logger.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/relay.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/replay.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/commands/tail.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/config.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/consumers.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/crypto.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/encoding
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/encoding/sqla.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/meta
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/meta.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/meta/base.html
/usr/share/doc/fedmsg-doc/html/_modules/fedmsg/replay.html
/usr/share/doc/fedmsg-doc/html/_modules/index.html
/usr/share/doc/fedmsg-doc/html/_modules/json.html
/usr/share/doc/fedmsg-doc/html/_sources
/usr/share/doc/fedmsg-doc/html/_sources/api.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/changelog.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/commands.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/configuration.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/contributing.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/deployment.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/index.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/installation.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/publishing.rst.txt
/usr/share/doc/fedmsg-doc/html/_sources/subscribing.rst.txt
/usr/share/doc/fedmsg-doc/html/_static
/usr/share/doc/fedmsg-doc/html/_static/alabaster.css
/usr/share/doc/fedmsg-doc/html/_static/basic.css
/usr/share/doc/fedmsg-doc/html/_static/custom.css
/usr/share/doc/fedmsg-doc/html/_static/doctools.js
/usr/share/doc/fedmsg-doc/html/_static/documentation_options.js
/usr/share/doc/fedmsg-doc/html/_static/fedmsg.png
/usr/share/doc/fedmsg-doc/html/_static/fedmsg.xcf
/usr/share/doc/fedmsg-doc/html/_static/file.png
/usr/share/doc/fedmsg-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/fedmsg-doc/html/_static/jquery.js
/usr/share/doc/fedmsg-doc/html/_static/language_data.js
/usr/share/doc/fedmsg-doc/html/_static/minus.png
/usr/share/doc/fedmsg-doc/html/_static/plus.png
/usr/share/doc/fedmsg-doc/html/_static/pygments.css
/usr/share/doc/fedmsg-doc/html/_static/searchtools.js
/usr/share/doc/fedmsg-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/fedmsg-doc/html/_static/underscore.js
/usr/share/doc/fedmsg-doc/html/api.html
/usr/share/doc/fedmsg-doc/html/changelog.html
/usr/share/doc/fedmsg-doc/html/commands.html
/usr/share/doc/fedmsg-doc/html/configuration.html
/usr/share/doc/fedmsg-doc/html/contributing.html
/usr/share/doc/fedmsg-doc/html/deployment.html
/usr/share/doc/fedmsg-doc/html/genindex.html
/usr/share/doc/fedmsg-doc/html/index.html
/usr/share/doc/fedmsg-doc/html/installation.html
/usr/share/doc/fedmsg-doc/html/objects.inv
/usr/share/doc/fedmsg-doc/html/publishing.html
/usr/share/doc/fedmsg-doc/html/py-modindex.html
/usr/share/doc/fedmsg-doc/html/search.html
/usr/share/doc/fedmsg-doc/html/searchindex.js
/usr/share/doc/fedmsg-doc/html/subscribing.html
/usr/share/licenses/fedmsg-doc
/usr/share/licenses/fedmsg-doc/LICENSE

References

Summary

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