How To Install libaec on Fedora 36
Introduction
In this tutorial we learn how to install libaec
on Fedora 36.
What is libaec
Libaec provides fast loss-less compression of 1 up to 32 bit wide signed or unsigned integers (samples). The library achieves best results for low entropy data as often encountered in space imaging instrument data or numerical model output from weather or climate simulations. While floating point representations are not directly supported, they can also be efficiently coded by grouping exponents and mantissa. Libaec implements Golomb Rice coding as defined in the Space Data System Standard documents 121.0-B-2 and 120.0-G-2. Libaec includes a free drop-in replacement for the SZIP library (http
We can use yum
or dnf
to install libaec
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libaec.
Install libaec on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libaec
using dnf
by running the following command:
sudo dnf -y install libaec
Install libaec on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libaec
using yum
by running the following command:
sudo yum -y install libaec
How To Uninstall libaec on Fedora 36
To uninstall only the libaec
package we can use the following command:
sudo dnf remove libaec
libaec Package Contents on Fedora 36
/usr/bin/aec
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/978b4e406564e6b5088cfe369cdbe0e85af704
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/10036ed30756a6fc7d168bf8236058db12cf47
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/5a8d82a2dfefdbd955233ad4497e4711947857
/usr/lib/libaec.so.0
/usr/lib/libaec.so.0.0.12
/usr/lib/libsz.so.2
/usr/lib/libsz.so.2.0.1
/usr/share/doc/libaec
/usr/share/doc/libaec/CHANGELOG.md
/usr/share/doc/libaec/README.SZIP
/usr/share/doc/libaec/README.md
/usr/share/licenses/libaec
/usr/share/licenses/libaec/LICENSE.txt
/usr/share/licenses/libaec/patent.txt
/usr/share/man/man1/aec.1.gz
References
Summary
In this tutorial we learn how to install libaec
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libaec on Fedora 36” linkTitle: “libaec” type: “docs” description: “In this tutorial we learn how to install libaec in Fedora 36. libaec is Adaptive Entropy Coding library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libaec-featured.png
Introduction
In this tutorial we learn how to install libaec
on Fedora 36.
What is libaec
Libaec provides fast loss-less compression of 1 up to 32 bit wide signed or unsigned integers (samples). The library achieves best results for low entropy data as often encountered in space imaging instrument data or numerical model output from weather or climate simulations. While floating point representations are not directly supported, they can also be efficiently coded by grouping exponents and mantissa. Libaec implements Golomb Rice coding as defined in the Space Data System Standard documents 121.0-B-2 and 120.0-G-2. Libaec includes a free drop-in replacement for the SZIP library (http
We can use yum
or dnf
to install libaec
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libaec.
Install libaec on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libaec
using dnf
by running the following command:
sudo dnf -y install libaec
Install libaec on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libaec
using yum
by running the following command:
sudo yum -y install libaec
How To Uninstall libaec on Fedora 36
To uninstall only the libaec
package we can use the following command:
sudo dnf remove libaec
libaec Package Contents on Fedora 36
/usr/bin/aec
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/6c2cd1465b570088bf7b196321a59988b5d7eb
/usr/lib/.build-id/87
/usr/lib/.build-id/87/5bfdf9b14ac23c9c20a0e14b187125929f5ef3
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/c2b8583e0801d478c97351b8f4105699e84ebe
/usr/lib64/libaec.so.0
/usr/lib64/libaec.so.0.0.12
/usr/lib64/libsz.so.2
/usr/lib64/libsz.so.2.0.1
/usr/share/doc/libaec
/usr/share/doc/libaec/CHANGELOG.md
/usr/share/doc/libaec/README.SZIP
/usr/share/doc/libaec/README.md
/usr/share/licenses/libaec
/usr/share/licenses/libaec/LICENSE.txt
/usr/share/licenses/libaec/patent.txt
/usr/share/man/man1/aec.1.gz
References
Summary
In this tutorial we learn how to install libaec
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).