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

Last updated: September 20,2024

1. Install "cfitsio.x86_64" package

This guide let you learn how to install cfitsio.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install cfitsio.x86_64

2. Uninstall "cfitsio.x86_64" package

Please follow the steps below to uninstall cfitsio.x86_64 on Rocky Linux 8:

$ sudo dnf remove cfitsio.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:47:31 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : cfitsio
Version : 3.47
Release : 1.el8
Architecture : x86_64
Size : 577 k
Source : cfitsio-3.47-1.el8.src.rpm
Repository : epel
Summary : Library for manipulating FITS data files
URL : http://heasarc.gsfc.nasa.gov/fitsio/
License : MIT
Description : CFITSIO is a library of C and FORTRAN subroutines for reading and writing
: data files in FITS (Flexible Image Transport System) data format. CFITSIO
: simplifies the task of writing software that deals with FITS files by
: providing an easy to use set of high-level routines that insulate the
: programmer from the internal complexities of the FITS file format. At the
: same time, CFITSIO provides many advanced features that have made it the
: most widely used FITS file programming interface in the astronomical
: community.