How to Install and Uninstall CCfits.i686 Package on Fedora 35

Last updated: October 05,2024

1. Install "CCfits.i686" package

Please follow the steps below to install CCfits.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install CCfits.i686

2. Uninstall "CCfits.i686" package

Here is a brief guide to show you how to uninstall CCfits.i686 on Fedora 35:

$ sudo dnf remove CCfits.i686 $ sudo dnf autoremove

3. Information about the CCfits.i686 package on Fedora 35

Last metadata expiration check: 5:51:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : CCfits
Version : 2.6
Release : 2.fc35
Architecture : i686
Size : 232 k
Source : CCfits-2.6-2.fc35.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.