How To Install cliquer on Fedora 36
Introduction
In this tutorial we learn how to install cliquer on Fedora 36.
What is cliquer
The main cliquer package contains a command-line interface to the cliquer library. Note that the upstream binary name is “cl”, which is too generic for Fedora. Therefore, the binary is named “cliquer”.
We can use yum or dnf to install cliquer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cliquer.
Install cliquer 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 cliquer using dnf by running the following command:
sudo dnf -y install cliquer
Install cliquer 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 cliquer using yum by running the following command:
sudo yum -y install cliquer
How To Uninstall cliquer on Fedora 36
To uninstall only the cliquer package we can use the following command:
sudo dnf remove cliquer
cliquer Package Contents on Fedora 36
/usr/bin/cliquer
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/1e56cb196180122a6fc063436dafa681b2e28a
/usr/share/doc/cliquer
/usr/share/doc/cliquer/cliquer.pdf
/usr/share/doc/cliquer/cliquer_bm.pdf
/usr/share/doc/cliquer/cliquer_fm.pdf
/usr/share/man/man1/cliquer.1.gz
References
Summary
In this tutorial we learn how to install cliquer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).