How To Install cohomCalg on Fedora 36
Introduction
In this tutorial we learn how to install cohomCalg on Fedora 36.
What is cohomCalg
This package computes sheaf cohomologies for line bundles on toric varieties.
We can use yum or dnf to install cohomCalg on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cohomCalg.
Install cohomCalg 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 cohomCalg using dnf by running the following command:
sudo dnf -y install cohomCalg
Install cohomCalg 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 cohomCalg using yum by running the following command:
sudo yum -y install cohomCalg
How To Uninstall cohomCalg on Fedora 36
To uninstall only the cohomCalg package we can use the following command:
sudo dnf remove cohomCalg
cohomCalg Package Contents on Fedora 36
/usr/bin/cohomcalg
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/b949453c38a36007da9bbecf841ed15e3149e7
/usr/share/doc/cohomCalg
/usr/share/doc/cohomCalg/README.md
/usr/share/licenses/cohomCalg
/usr/share/licenses/cohomCalg/LICENSE
References
Summary
In this tutorial we learn how to install cohomCalg on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).