How to Install and Uninstall cfitsio.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 10,2024

1. Install "cfitsio.x86_64" package

Please follow the instructions below to install cfitsio.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install cfitsio.x86_64

2. Uninstall "cfitsio.x86_64" package

Please follow the step by step instructions below to uninstall cfitsio.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove cfitsio.x86_64 $ sudo dnf autoremove

3. Information about the cfitsio.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:02:42 ago on Sun May 9 13:03:46 2021.
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.