How To Install 4ti2 on Fedora 36
Introduction
In this tutorial we learn how to install 4ti2 on Fedora 36.
What is 4ti2
A software package for algebraic, geometric and combinatorial problems on linear spaces. This package uses Environment Modules. Prior to invoking the binaries, you must run “module load 4ti2-x86_64” to modify your PATH.
We can use yum or dnf to install 4ti2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 4ti2.
Install 4ti2 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 4ti2 using dnf by running the following command:
sudo dnf -y install 4ti2
Install 4ti2 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 4ti2 using yum by running the following command:
sudo yum -y install 4ti2
How To Uninstall 4ti2 on Fedora 36
To uninstall only the 4ti2 package we can use the following command:
sudo dnf remove 4ti2
4ti2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/44d5e627a7a47deb301cd1d806aa79c840bd12
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/a419da856915ccbc77beb40e688f63c679b24a
/usr/lib/.build-id/61
/usr/lib/.build-id/61/a8354b6e0ef686d11a8a64f88a5064cf06def9
/usr/lib/.build-id/67
/usr/lib/.build-id/67/7e0c4e7299fcaa2f6414808c60fdd05c66750a
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/70e412107d586d4b068bea4da36a02491b91e0
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/2a7f19a6d426e551fc0311c443e43e7bf4741a
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/ab1f160336a9ddcc5db59bdadbb42af2617ee8
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/2aef285093914a8066ec6a3ffa0a1d8667ca5e
/usr/lib64/4ti2
/usr/lib64/4ti2/bin
/usr/lib64/4ti2/bin/4ti2gmp
/usr/lib64/4ti2/bin/4ti2int32
/usr/lib64/4ti2/bin/4ti2int64
/usr/lib64/4ti2/bin/circuits
/usr/lib64/4ti2/bin/genmodel
/usr/lib64/4ti2/bin/gensymm
/usr/lib64/4ti2/bin/graver
/usr/lib64/4ti2/bin/groebner
/usr/lib64/4ti2/bin/hilbert
/usr/lib64/4ti2/bin/markov
/usr/lib64/4ti2/bin/minimize
/usr/lib64/4ti2/bin/normalform
/usr/lib64/4ti2/bin/output
/usr/lib64/4ti2/bin/ppi
/usr/lib64/4ti2/bin/qsolve
/usr/lib64/4ti2/bin/rays
/usr/lib64/4ti2/bin/walk
/usr/lib64/4ti2/bin/zbasis
/usr/lib64/4ti2/bin/zsolve
/usr/share/doc/4ti2
/usr/share/doc/4ti2/4ti2_manual.pdf
/usr/share/modulefiles/4ti2-x86_64
References
Summary
In this tutorial we learn how to install 4ti2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).