How To Install CTL-docs on Fedora 36

In this tutorial we learn how to install CTL-docs in Fedora 36. CTL-docs is Documentation for CTL

Introduction

In this tutorial we learn how to install CTL-docs on Fedora 36.

What is CTL-docs

This package contains documentation files for CTL.

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

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

sudo dnf -y install CTL-docs

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

sudo yum -y install CTL-docs

How To Uninstall CTL-docs on Fedora 36

To uninstall only the CTL-docs package we can use the following command:

sudo dnf remove CTL-docs

CTL-docs Package Contents on Fedora 36

/usr/share/doc/CTL-docs
/usr/share/doc/CTL-docs/CtlManual.doc
/usr/share/doc/CTL-docs/CtlManual.pdf

References

Summary

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