How To Install libbraiding on Fedora 34
Introduction
In this tutorial we learn how to install libbraiding
on Fedora 34.
What is libbraiding
This library allows various computations on braid groups, such as normal forms. libbraiding 1.1 2.fc34 x86_64 92 k libbraiding-1.1-2.fc34.src.rpm fedora Library for computations on braid groups https GPLv2+ This library allows various computations on braid groups, such as normal forms.
We can use yum
or dnf
to install libbraiding
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libbraiding.
Install libbraiding 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 libbraiding
using dnf
by running the following command:
sudo dnf -y install libbraiding
Install libbraiding 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 libbraiding
using yum
by running the following command:
sudo yum -y install libbraiding
How To Uninstall libbraiding on Fedora 34
To uninstall only the libbraiding
package we can use the following command:
sudo dnf remove libbraiding
libbraiding Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/e16dd4c32d4121f28c7a8c347837f97cbae89a
/usr/lib64/libbraiding.so.0
/usr/lib64/libbraiding.so.0.0.0
/usr/share/doc/libbraiding
/usr/share/doc/libbraiding/README.md
/usr/share/licenses/libbraiding
/usr/share/licenses/libbraiding/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/186df3b54584d1e348bf6c162aa50171b5173b
/usr/lib/libbraiding.so.0
/usr/lib/libbraiding.so.0.0.0
/usr/share/doc/libbraiding
/usr/share/doc/libbraiding/README.md
/usr/share/licenses/libbraiding
/usr/share/licenses/libbraiding/LICENSE
References
- [libbraiding website](https://github.com/miguelmarco/libbraiding https://github.com/miguelmarco/libbraiding)
Summary
In this tutorial we learn how to install libbraiding
on Fedora 34 using yum and dnf.