How to Install and Uninstall libaec.i686 Package on Fedora 38

Last updated: January 18,2025

1. Install "libaec.i686" package

This is a short guide on how to install libaec.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libaec.i686

2. Uninstall "libaec.i686" package

Please follow the step by step instructions below to uninstall libaec.i686 on Fedora 38:

$ sudo dnf remove libaec.i686 $ sudo dnf autoremove

3. Information about the libaec.i686 package on Fedora 38

Last metadata expiration check: 1:10:48 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : libaec
Version : 1.0.6
Release : 4.fc38
Architecture : i686
Size : 44 k
Source : libaec-1.0.6-4.fc38.src.rpm
Repository : fedora
Summary : Adaptive Entropy Coding library
URL : https://gitlab.dkrz.de/k202009/libaec
License : BSD
Description : 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://www.hdfgroup.org/doc_resource/SZIP).