How To Install 4ti2 on Fedora 34
Introduction
In this tutorial we learn how to install 4ti2
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install 4ti2.
Install 4ti2 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install 4ti2
using dnf
by running the following command:
sudo dnf -y install 4ti2
Install 4ti2 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the 4ti2
package we can use the following command:
sudo dnf remove 4ti2
4ti2 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/df307832fb5ddb084e445a9e737319fd35f006
/usr/lib/.build-id/21
/usr/lib/.build-id/21/8d3cc279885ecd8476f92fb6d37f432684ef18
/usr/lib/.build-id/37
/usr/lib/.build-id/37/702941b17f9a9e0993af25a0adcbc76a0c0f31
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/0673988d9f74050da6db55414e6aec985af04b
/usr/lib/.build-id/59
/usr/lib/.build-id/59/10d755cd251df0716b0ccb91184f5a7f6aa263
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/ba3e643ffb27bbc83777f44b2eee7f3b1c302d
/usr/lib/.build-id/72
/usr/lib/.build-id/72/d8aff8e0fe172744621faa54621613138a87a0
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/677213666f5519130f3e480f91cc1ebbab3043
/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 34 using yum and dnf.