How to Install and Uninstall fpack.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "fpack.x86_64" package

Here is a brief guide to show you how to install fpack.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install fpack.x86_64

2. Uninstall "fpack.x86_64" package

This is a short guide on how to uninstall fpack.x86_64 on Rocky Linux 8:

$ sudo dnf remove fpack.x86_64 $ sudo dnf autoremove

3. Information about the fpack.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:35:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : fpack
Version : 3.47
Release : 1.el8
Architecture : x86_64
Size : 608 k
Source : cfitsio-3.47-1.el8.src.rpm
Repository : epel
Summary : FITS image compression and decompression utilities
URL : http://heasarc.gsfc.nasa.gov/fitsio/
License : MIT
Description : fpack optimally compresses FITS format images and funpack restores them
: to the original state.
:
: * Integer format images are losslessly compressed using the Rice
: compression algorithm.
: * typically 30% better compression than GZIP
: * about 3 times faster compression speed than GZIP
: * about the same uncompression speed as GUNZIP
:
: * Floating-point format images are compressed with a lossy algorithm
: * truncates the image pixel noise by a user-specified amount to
: produce much higher compression than by lossless techniques
: * the precision of scientific measurements in the compressed image
: (relative to those in the original image) depends on the selected
: amount of compression