How To Install mcqd on Fedora 36
Introduction
In this tutorial we learn how to install mcqd
on Fedora 36.
What is mcqd
This package computes MaxCliqueDyn, a fast exact algorithm for finding a maximum clique in an undirected graph.
We can use yum
or dnf
to install mcqd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mcqd.
Install mcqd 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
using dnf
by running the following command:
sudo dnf -y install mcqd
Install mcqd 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
using yum
by running the following command:
sudo yum -y install mcqd
How To Uninstall mcqd on Fedora 36
To uninstall only the mcqd
package we can use the following command:
sudo dnf remove mcqd
mcqd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/32e412ece7f10f21fe060d997c180c1d652bf5
/usr/lib64/libmcqd.so.0
/usr/lib64/libmcqd.so.0.0.0
/usr/share/doc/mcqd
/usr/share/doc/mcqd/README.md
/usr/share/licenses/mcqd
/usr/share/licenses/mcqd/COPYING
References
Summary
In this tutorial we learn how to install mcqd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install mcqd on Fedora 36” linkTitle: “mcqd” type: “docs” description: “In this tutorial we learn how to install mcqd in Fedora 36. mcqd is Maximum clique in an undirected graph” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mcqd-featured.png
Introduction
In this tutorial we learn how to install mcqd
on Fedora 36.
What is mcqd
This package computes MaxCliqueDyn, a fast exact algorithm for finding a maximum clique in an undirected graph.
We can use yum
or dnf
to install mcqd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mcqd.
Install mcqd 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
using dnf
by running the following command:
sudo dnf -y install mcqd
Install mcqd 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
using yum
by running the following command:
sudo yum -y install mcqd
How To Uninstall mcqd on Fedora 36
To uninstall only the mcqd
package we can use the following command:
sudo dnf remove mcqd
mcqd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/223dd24ac7e09da1b722c019965e9e40fe1217
/usr/lib/libmcqd.so.0
/usr/lib/libmcqd.so.0.0.0
/usr/share/doc/mcqd
/usr/share/doc/mcqd/README.md
/usr/share/licenses/mcqd
/usr/share/licenses/mcqd/COPYING
References
Summary
In this tutorial we learn how to install mcqd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).