How to Install and Uninstall CCfits.x86_64 Package on Fedora 38

Last updated: November 27,2024

1. Install "CCfits.x86_64" package

Here is a brief guide to show you how to install CCfits.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install CCfits.x86_64

2. Uninstall "CCfits.x86_64" package

Please follow the step by step instructions below to uninstall CCfits.x86_64 on Fedora 38:

$ sudo dnf remove CCfits.x86_64 $ sudo dnf autoremove

3. Information about the CCfits.x86_64 package on Fedora 38

Last metadata expiration check: 0:53:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : CCfits
Version : 2.6
Release : 6.fc38
Architecture : x86_64
Size : 225 k
Source : CCfits-2.6-6.fc38.src.rpm
Repository : fedora
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.