How To Install chmlib on Fedora 36
Introduction
In this tutorial we learn how to install chmlib
on Fedora 36.
What is chmlib
CHMLIB is a library for dealing with ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I’ve come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
We can use yum
or dnf
to install chmlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install chmlib.
Install chmlib 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 chmlib
using dnf
by running the following command:
sudo dnf -y install chmlib
Install chmlib 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 chmlib
using yum
by running the following command:
sudo yum -y install chmlib
How To Uninstall chmlib on Fedora 36
To uninstall only the chmlib
package we can use the following command:
sudo dnf remove chmlib
chmlib Package Contents on Fedora 36
---
title: "How To Install chmlib on Fedora 36"
linkTitle: "chmlib"
type: "docs"
description: "In this tutorial we learn how to install chmlib in Fedora 36. chmlib is Library for dealing with ITSS/CHM format files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/chmlib-featured.png
---
## Introduction
In this tutorial we learn how to install `chmlib` on Fedora 36.
### What is `chmlib`
> CHMLIB is a library for dealing with ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
We can use `yum` or `dnf` to install `chmlib` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install chmlib.
## Install chmlib on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install chmlib
using dnf
by running the following command:
sudo dnf -y install chmlib
Install chmlib 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 chmlib
using yum
by running the following command:
sudo yum -y install chmlib
How To Uninstall chmlib on Fedora 36
To uninstall only the chmlib
package we can use the following command:
sudo dnf remove chmlib
chmlib Package Contents on Fedora 36
/usr/bin/chm_http
/usr/bin/enum_chmLib
/usr/bin/enumdir_chmLib
/usr/bin/extract_chmLib
/usr/bin/test_chmLib
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/bb63e9ca9aa739b8be0ff3c3d5f482a6e516b1
/usr/lib/.build-id/55
/usr/lib/.build-id/55/a09dd49dfab6eaf677649d5fee0c66b2edd8df
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/d1195ab20c16a3021136bcbd1883be14852d70
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/1b7c2714aee7e6fd0a2598c6a4a4e039538f82
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/da285907e876e6d6a39631848ec0edf5807828
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/2fe091f50954318cb0e3a03ae10c9679e3584d
/usr/lib/libchm.so.0
/usr/lib/libchm.so.0.0.0
/usr/share/doc/chmlib
/usr/share/doc/chmlib/AUTHORS
/usr/share/doc/chmlib/COPYING
/usr/share/doc/chmlib/NEWS
/usr/share/doc/chmlib/README
References
Summary
In this tutorial we learn how to install chmlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/chm_http /usr/bin/enum_chmLib /usr/bin/enumdir_chmLib /usr/bin/extract_chmLib /usr/bin/test_chmLib /usr/lib/.build-id /usr/lib/.build-id/43 /usr/lib/.build-id/43/ab511f84d95ca05d04f0b88219d1232e5ab1ac /usr/lib/.build-id/5b /usr/lib/.build-id/5b/893ef259cac2c0e58467d0eeb6a385a65563cd /usr/lib/.build-id/7f /usr/lib/.build-id/7f/5ddf1869bdd42e99db5264aa92b078117f87c3 /usr/lib/.build-id/86 /usr/lib/.build-id/86/589eae11f6f4a7fa4a94af389817573b912eaa /usr/lib/.build-id/dc /usr/lib/.build-id/dc/7c10c38dc45a9d07b6a63b3d467ba0e9603bde /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/a573cd7e57b8649fddb3c602ac2679c348fa6d /usr/lib64/libchm.so.0 /usr/lib64/libchm.so.0.0.0 /usr/share/doc/chmlib /usr/share/doc/chmlib/AUTHORS /usr/share/doc/chmlib/COPYING /usr/share/doc/chmlib/NEWS /usr/share/doc/chmlib/README
## References
* [chmlib website](http://www.jedrea.com/chmlib/)
## Summary
In this tutorial we learn how to install `chmlib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).