How To Install libgfan on Fedora 36
Introduction
In this tutorial we learn how to install libgfan
on Fedora 36.
What is libgfan
Gfanlib has two major features 1) high-level exact polyhedral cone and polyhedral fan classes; 2) fast exact mixed volume computation for lattice polytopes with overflow checking. In particular, gfanlib is missing the Gröbner basis part of gfan.
We can use yum
or dnf
to install libgfan
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgfan.
Install libgfan 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 libgfan
using dnf
by running the following command:
sudo dnf -y install libgfan
Install libgfan 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 libgfan
using yum
by running the following command:
sudo yum -y install libgfan
How To Uninstall libgfan on Fedora 36
To uninstall only the libgfan
package we can use the following command:
sudo dnf remove libgfan
libgfan Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/4c3b34a9648ac7c534293493e6bc2ec6e92636
/usr/lib64/libgfan.so.0
/usr/lib64/libgfan.so.0.0.0
/usr/share/doc/libgfan
/usr/share/doc/libgfan/README.txt
References
Summary
In this tutorial we learn how to install libgfan
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libgfan on Fedora 36” linkTitle: “libgfan” type: “docs” description: “In this tutorial we learn how to install libgfan in Fedora 36. libgfan is Polyhedral computations related to polynomial rings” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgfan-featured.png
Introduction
In this tutorial we learn how to install libgfan
on Fedora 36.
What is libgfan
Gfanlib has two major features 1) high-level exact polyhedral cone and polyhedral fan classes; 2) fast exact mixed volume computation for lattice polytopes with overflow checking. In particular, gfanlib is missing the Gröbner basis part of gfan.
We can use yum
or dnf
to install libgfan
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgfan.
Install libgfan 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 libgfan
using dnf
by running the following command:
sudo dnf -y install libgfan
Install libgfan 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 libgfan
using yum
by running the following command:
sudo yum -y install libgfan
How To Uninstall libgfan on Fedora 36
To uninstall only the libgfan
package we can use the following command:
sudo dnf remove libgfan
libgfan Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/6e1977723ad7db6fa17ffcc11ba10e2c712dce
/usr/lib/libgfan.so.0
/usr/lib/libgfan.so.0.0.0
/usr/share/doc/libgfan
/usr/share/doc/libgfan/README.txt
References
Summary
In this tutorial we learn how to install libgfan
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).