How to Install and Uninstall cfitsio.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "cfitsio.x86_64" package

Please follow the instructions below to install cfitsio.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

$ sudo dnf remove cfitsio.x86_64 $ sudo dnf autoremove

3. Information about the cfitsio.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:32:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cfitsio
Version : 4.1.0
Release : 1.el9
Architecture : x86_64
Size : 590 k
Source : cfitsio-4.1.0-1.el9.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.