How To Install libnormaliz on Fedora 34
Introduction
In this tutorial we learn how to install libnormaliz
on Fedora 34.
What is libnormaliz
This package contains the normaliz internals as a library, often called libnormaliz. libnormaliz 3.9.0 1.fc34 x86_64 1.6 M normaliz-3.9.0-1.fc34.src.rpm updates Normaliz internals as a library https GPLv3+ This package contains the normaliz internals as a library, often called libnormaliz.
We can use yum
or dnf
to install libnormaliz
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libnormaliz.
Install libnormaliz 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 libnormaliz
using dnf
by running the following command:
sudo dnf -y install libnormaliz
Install libnormaliz 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 libnormaliz
using yum
by running the following command:
sudo yum -y install libnormaliz
How To Uninstall libnormaliz on Fedora 34
To uninstall only the libnormaliz
package we can use the following command:
sudo dnf remove libnormaliz
libnormaliz Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/2e817e802d027419b7b8263130e773bcd02313
/usr/lib/libnormaliz.so.3
/usr/lib/libnormaliz.so.3.8.10
/usr/share/licenses/libnormaliz
/usr/share/licenses/libnormaliz/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/7ada5a808f6ede009f03a1d2dd0e42d44a851f
/usr/lib64/libnormaliz.so.3
/usr/lib64/libnormaliz.so.3.9.0
/usr/share/licenses/libnormaliz
/usr/share/licenses/libnormaliz/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/d000c69149874512ff05dc1ef07082dfe6f3f2
/usr/lib64/libnormaliz.so.3
/usr/lib64/libnormaliz.so.3.8.10
/usr/share/licenses/libnormaliz
/usr/share/licenses/libnormaliz/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/4670825e9d24e41c9c5c43e4fd07a623aef7ff
/usr/lib/libnormaliz.so.3
/usr/lib/libnormaliz.so.3.9.0
/usr/share/licenses/libnormaliz
/usr/share/licenses/libnormaliz/COPYING
References
- [libnormaliz website](https://www.normaliz.uni-osnabrueck.de/ https://www.normaliz.uni-osnabrueck.de/)
Summary
In this tutorial we learn how to install libnormaliz
on Fedora 34 using yum and dnf.