How To Install kchmviewer on Fedora 36

In this tutorial we learn how to install kchmviewer in Fedora 36. kchmviewer is CHM viewer

Introduction

In this tutorial we learn how to install kchmviewer on Fedora 36.

What is kchmviewer

KchmViewer is a chm (MS HTML help file format) viewer. This package contains the Qt-only version.

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

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

sudo dnf -y install kchmviewer

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

sudo yum -y install kchmviewer

How To Uninstall kchmviewer on Fedora 36

To uninstall only the kchmviewer package we can use the following command:

sudo dnf remove kchmviewer

kchmviewer Package Contents on Fedora 36

/usr/bin/kchmviewer
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/0b795e916a59c8dbf984d7edb99cd073672b43
/usr/share/applications/net.kchmviewer.kchmviewer.desktop

References

Summary

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