How To Install conu-doc on Fedora 36

In this tutorial we learn how to install conu-doc in Fedora 36. conu-doc is conu documentation

Introduction

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

What is conu-doc

Documentation for conu.

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

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

sudo dnf -y install conu-doc

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

sudo yum -y install conu-doc

How To Uninstall conu-doc on Fedora 36

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

sudo dnf remove conu-doc

conu-doc Package Contents on Fedora 36

/usr/share/doc/conu-doc
/usr/share/doc/conu-doc/html
/usr/share/doc/conu-doc/html/_sources
/usr/share/doc/conu-doc/html/_sources/asciinema.rst.txt
/usr/share/doc/conu-doc/html/_sources/examples.rst.txt
/usr/share/doc/conu-doc/html/_sources/index.rst.txt
/usr/share/doc/conu-doc/html/_sources/installation.rst.txt
/usr/share/doc/conu-doc/html/_sources/new_releases.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference
/usr/share/doc/conu-doc/html/_sources/reference/api_index.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/container.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/docker_container.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/docker_image.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/docker_index.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/filesystem_api.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/fixtures_index.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/helpers_index.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/image.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/k8s_deployment.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/k8s_index.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/k8s_pod.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/k8s_service.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/metadata.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/origin_index.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/other.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/probe.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/util_filesystem.rst.txt
/usr/share/doc/conu-doc/html/_sources/reference/util_index.rst.txt
/usr/share/doc/conu-doc/html/_static
/usr/share/doc/conu-doc/html/_static/basic.css
/usr/share/doc/conu-doc/html/_static/doctools.js
/usr/share/doc/conu-doc/html/_static/documentation_options.js
/usr/share/doc/conu-doc/html/_static/file.png
/usr/share/doc/conu-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/conu-doc/html/_static/jquery.js
/usr/share/doc/conu-doc/html/_static/language_data.js
/usr/share/doc/conu-doc/html/_static/minus.png
/usr/share/doc/conu-doc/html/_static/plus.png
/usr/share/doc/conu-doc/html/_static/pygments.css
/usr/share/doc/conu-doc/html/_static/searchtools.js
/usr/share/doc/conu-doc/html/_static/traditional.css
/usr/share/doc/conu-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/conu-doc/html/_static/underscore.js
/usr/share/doc/conu-doc/html/asciinema.html
/usr/share/doc/conu-doc/html/examples.html
/usr/share/doc/conu-doc/html/genindex.html
/usr/share/doc/conu-doc/html/index.html
/usr/share/doc/conu-doc/html/installation.html
/usr/share/doc/conu-doc/html/new_releases.html
/usr/share/doc/conu-doc/html/objects.inv
/usr/share/doc/conu-doc/html/py-modindex.html
/usr/share/doc/conu-doc/html/reference
/usr/share/doc/conu-doc/html/reference/api_index.html
/usr/share/doc/conu-doc/html/reference/container.html
/usr/share/doc/conu-doc/html/reference/docker_container.html
/usr/share/doc/conu-doc/html/reference/docker_image.html
/usr/share/doc/conu-doc/html/reference/docker_index.html
/usr/share/doc/conu-doc/html/reference/filesystem_api.html
/usr/share/doc/conu-doc/html/reference/fixtures_index.html
/usr/share/doc/conu-doc/html/reference/helpers_index.html
/usr/share/doc/conu-doc/html/reference/image.html
/usr/share/doc/conu-doc/html/reference/index.html
/usr/share/doc/conu-doc/html/reference/k8s_deployment.html
/usr/share/doc/conu-doc/html/reference/k8s_index.html
/usr/share/doc/conu-doc/html/reference/k8s_pod.html
/usr/share/doc/conu-doc/html/reference/k8s_service.html
/usr/share/doc/conu-doc/html/reference/metadata.html
/usr/share/doc/conu-doc/html/reference/origin_index.html
/usr/share/doc/conu-doc/html/reference/other.html
/usr/share/doc/conu-doc/html/reference/probe.html
/usr/share/doc/conu-doc/html/reference/util_filesystem.html
/usr/share/doc/conu-doc/html/reference/util_index.html
/usr/share/doc/conu-doc/html/search.html
/usr/share/doc/conu-doc/html/searchindex.js
/usr/share/licenses/conu-doc
/usr/share/licenses/conu-doc/LICENSE

References

Summary

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