How To Install mcqd-tool on Fedora 36
Introduction
In this tutorial we learn how to install mcqd-tool
on Fedora 36.
What is mcqd-tool
This package provides a command line tool for computing the maximum clique of an undirected graph. Input is in DIMACS format.
We can use yum
or dnf
to install mcqd-tool
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mcqd-tool.
Install mcqd-tool 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 mcqd-tool
using dnf
by running the following command:
sudo dnf -y install mcqd-tool
Install mcqd-tool 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 mcqd-tool
using yum
by running the following command:
sudo yum -y install mcqd-tool
How To Uninstall mcqd-tool on Fedora 36
To uninstall only the mcqd-tool
package we can use the following command:
sudo dnf remove mcqd-tool
mcqd-tool Package Contents on Fedora 36
/usr/bin/mcqd
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/36a89a60f45ae4e47f50dbed45de425eb95278
References
Summary
In this tutorial we learn how to install mcqd-tool
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).