How To Install kiwix-tools on Fedora 36
Introduction
In this tutorial we learn how to install kiwix-tools
on Fedora 36.
What is kiwix-tools
The Kiwix tools is a collection of Kiwix related command line tools.
We can use yum
or dnf
to install kiwix-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kiwix-tools.
Install kiwix-tools 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 kiwix-tools
using dnf
by running the following command:
sudo dnf -y install kiwix-tools
Install kiwix-tools 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 kiwix-tools
using yum
by running the following command:
sudo yum -y install kiwix-tools
How To Uninstall kiwix-tools on Fedora 36
To uninstall only the kiwix-tools
package we can use the following command:
sudo dnf remove kiwix-tools
kiwix-tools Package Contents on Fedora 36
/usr/bin/kiwix-manage
/usr/bin/kiwix-read
/usr/bin/kiwix-search
/usr/bin/kiwix-serve
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/8342b00f4d16cc93acb37bfb5c84c3c9e1567c
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/09736faf43e7077261e6b3b2d6f18b19c8a00c
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/18a47ddd3c6f8975bfc85ddfd5cb3ec39e2fc5
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/5f1a7460969618072762a63bf11d4609b35a7a
/usr/share/doc/kiwix-tools
/usr/share/doc/kiwix-tools/AUTHORS
/usr/share/doc/kiwix-tools/Changelog
/usr/share/doc/kiwix-tools/README.md
/usr/share/licenses/kiwix-tools
/usr/share/licenses/kiwix-tools/COPYING
/usr/share/man/fr/man1/kiwix-manage.1.gz
/usr/share/man/fr/man1/kiwix-serve.1.gz
/usr/share/man/man1/kiwix-manage.1.gz
/usr/share/man/man1/kiwix-read.1.gz
/usr/share/man/man1/kiwix-search.1.gz
/usr/share/man/man1/kiwix-serve.1.gz
References
Summary
In this tutorial we learn how to install kiwix-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).