How To Install dlrn-doc on Fedora 36

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

Introduction

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

What is dlrn-doc

DLRN builds and maintains yum repositories following upstream commits from a Git repo. This package contains the DLRN documentation.

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

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

sudo dnf -y install dlrn-doc

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

sudo yum -y install dlrn-doc

How To Uninstall dlrn-doc on Fedora 36

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

sudo dnf remove dlrn-doc

dlrn-doc Package Contents on Fedora 36

/usr/share/doc/dlrn-doc
/usr/share/doc/dlrn-doc/CONTRIBUTING.rst
/usr/share/doc/dlrn-doc/HACKING.rst
/usr/share/doc/dlrn-doc/README.rst
/usr/share/doc/dlrn-doc/html
/usr/share/doc/dlrn-doc/html/_images
/usr/share/doc/dlrn-doc/html/_images/DLRN.png
/usr/share/doc/dlrn-doc/html/_sources
/usr/share/doc/dlrn-doc/html/_sources/api.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/contributing.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/index.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/installation.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/internals.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/intro.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/repositories.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/troubleshooting.rst.txt
/usr/share/doc/dlrn-doc/html/_sources/usage.rst.txt
/usr/share/doc/dlrn-doc/html/_static
/usr/share/doc/dlrn-doc/html/_static/basic.css
/usr/share/doc/dlrn-doc/html/_static/css
/usr/share/doc/dlrn-doc/html/_static/css/badge_only.css
/usr/share/doc/dlrn-doc/html/_static/css/theme.css
/usr/share/doc/dlrn-doc/html/_static/doctools.js
/usr/share/doc/dlrn-doc/html/_static/documentation_options.js
/usr/share/doc/dlrn-doc/html/_static/file.png
/usr/share/doc/dlrn-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/dlrn-doc/html/_static/jquery.js
/usr/share/doc/dlrn-doc/html/_static/js
/usr/share/doc/dlrn-doc/html/_static/js/badge_only.js
/usr/share/doc/dlrn-doc/html/_static/js/theme.js
/usr/share/doc/dlrn-doc/html/_static/language_data.js
/usr/share/doc/dlrn-doc/html/_static/minus.png
/usr/share/doc/dlrn-doc/html/_static/plus.png
/usr/share/doc/dlrn-doc/html/_static/pygments.css
/usr/share/doc/dlrn-doc/html/_static/searchtools.js
/usr/share/doc/dlrn-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/dlrn-doc/html/_static/underscore.js
/usr/share/doc/dlrn-doc/html/api.html
/usr/share/doc/dlrn-doc/html/contributing.html
/usr/share/doc/dlrn-doc/html/genindex.html
/usr/share/doc/dlrn-doc/html/index.html
/usr/share/doc/dlrn-doc/html/installation.html
/usr/share/doc/dlrn-doc/html/internals.html
/usr/share/doc/dlrn-doc/html/intro.html
/usr/share/doc/dlrn-doc/html/objects.inv
/usr/share/doc/dlrn-doc/html/repositories.html
/usr/share/doc/dlrn-doc/html/search.html
/usr/share/doc/dlrn-doc/html/searchindex.js
/usr/share/doc/dlrn-doc/html/troubleshooting.html
/usr/share/doc/dlrn-doc/html/usage.html
/usr/share/licenses/dlrn-doc
/usr/share/licenses/dlrn-doc/LICENSE

References

Summary

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