How To Install symmetrica on Fedora 34
Introduction
In this tutorial we learn how to install symmetrica
on Fedora 34.
What is symmetrica
Symmetrica is a collection of routines, written in the programming language C, through which the user can readily write his/her own programs. Routines which manipulate many types of mathematical objects are available. symmetrica 3.0.1 3.fc34 x86_64 2.8 M symmetrica-3.0.1-3.fc34.src.rpm fedora A Collection of Routines for Solving Symmetric Groups https MIT Symmetrica is a collection of routines, written in the programming language C, through which the user can readily write his/her own programs. Routines which manipulate many types of mathematical objects are available.
We can use yum
or dnf
to install symmetrica
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install symmetrica.
Install symmetrica 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 symmetrica
using dnf
by running the following command:
sudo dnf -y install symmetrica
Install symmetrica 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 symmetrica
using yum
by running the following command:
sudo yum -y install symmetrica
How To Uninstall symmetrica on Fedora 34
To uninstall only the symmetrica
package we can use the following command:
sudo dnf remove symmetrica
symmetrica Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/d3e11e837c42232290701401ace0c87b9ce91e
/usr/lib64/libsymmetrica.so.2
/usr/lib64/libsymmetrica.so.2.0.0
/usr/share/doc/symmetrica
/usr/share/doc/symmetrica/README.md
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/f83d15756496dcdc0358e72adf39d4deefb8ea
/usr/lib/libsymmetrica.so.2
/usr/lib/libsymmetrica.so.2.0.0
/usr/share/doc/symmetrica
/usr/share/doc/symmetrica/README.md
References
- [symmetrica website](https://gitlab.com/sagemath/symmetrica/ https://gitlab.com/sagemath/symmetrica/)
Summary
In this tutorial we learn how to install symmetrica
on Fedora 34 using yum and dnf.