How To Install bliss on Fedora 36
Introduction
In this tutorial we learn how to install bliss on Fedora 36.
What is bliss
Bliss is an open source tool for computing automorphism groups and canonical forms of graphs. It has both a command line user interface as well as C++ and C programming language APIs.
We can use yum or dnf to install bliss on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bliss.
Install bliss 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 bliss using dnf by running the following command:
sudo dnf -y install bliss
Install bliss 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 bliss using yum by running the following command:
sudo yum -y install bliss
How To Uninstall bliss on Fedora 36
To uninstall only the bliss package we can use the following command:
sudo dnf remove bliss
bliss Package Contents on Fedora 36
/usr/bin/bliss
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/35672a00fa2e4c201f90f4d6fa30fb8e098d92
/usr/share/man/man1/bliss.1.gz
References
Summary
In this tutorial we learn how to install bliss on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).