How to Install and Uninstall cfitsio.x86_64 Package on Fedora 36

Last updated: November 28,2024

1. Install "cfitsio.x86_64" package

Please follow the instructions below to install cfitsio.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install cfitsio.x86_64

2. Uninstall "cfitsio.x86_64" package

This guide covers the steps necessary to uninstall cfitsio.x86_64 on Fedora 36:

$ sudo dnf remove cfitsio.x86_64 $ sudo dnf autoremove

3. Information about the cfitsio.x86_64 package on Fedora 36

Last metadata expiration check: 0:22:56 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : cfitsio
Version : 4.0.0
Release : 2.fc36
Architecture : x86_64
Size : 595 k
Source : cfitsio-4.0.0-2.fc36.src.rpm
Repository : fedora
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.