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.
The output should look something like this:
After updating yum database, We can install 4ti2
using dnf
by running the following command:
Install 4ti2 on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install 4ti2
using yum
by running the following command:
How To Uninstall 4ti2 on Fedora 34
To uninstall only the 4ti2
package we can use the following command:
4ti2 Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install 4ti2
on Fedora 34 using yum and dnf.