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

Last updated: September 20,2024

1. Install "CCfits.x86_64" package

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

$ sudo dnf update $ sudo dnf install CCfits.x86_64

2. Uninstall "CCfits.x86_64" package

Learn how to uninstall CCfits.x86_64 on Oracle Linux 9:

$ sudo dnf remove CCfits.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:29:02 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : CCfits
Version : 2.6
Release : 6.el9
Architecture : x86_64
Size : 219 k
Source : CCfits-2.6-6.el9.src.rpm
Repository : epel
Summary : A C++ interface for cfitsio
URL : http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits
License : BSD
Description : CCfits is an object oriented interface to the cfitsio library. It is designed
: to make the capabilities of cfitsio available to programmers working in C++.
: It is written in ANSI C++ and implemented using the C++ Standard Library
: with namespaces, exception handling, and member template functions.