Unable to find a match CCfits
Unable to find a match CCfits
No match for argument: CCfits
Error: Unable to find a match: CCfits
Extra Packages for Enterprise Linux (EPEL) repository should be installed before installing CCfits package. Do the below steps to install CCfits package on CentOS 8 server.
Step 1 : Log into CentOS 8 server as ‘root’ user
Steps 2 : Run the command ‘yum install epel-release -y’ to install EPEL repository
===================================================================================================
Package Architecture Version Repository Size
===================================================================================================
Installing:
epel-release noarch 8-8.el8 extras 23 k
Transaction Summary
===================================================================================================
Install 1 Package
Total download size: 23 k
Installed size: 32 k
Is this ok [y/N]:y
Steps 3 : You can install CCfits package either using yum or dnf command
OR
[root@linux /]# yum install CCfits
Dependencies resolved.
===================================================================================================
Package Architecture Version Repository Size
===================================================================================================
Installing:
CCfits x86_64 2.5-14.el8 epel 226 k
Installing dependencies:
cfitsio x86_64 3.47-1.el8 epel 577 k
Transaction Summary
===================================================================================================
Install 2 Packages
Total download size: 803 k
Installed size: 2.5 M
Is this ok [y/N]: y
Method 2 : Download and install epel-release and CCfits rpm
Step 1 : Log into CentOS 8 server as ‘root’ user
Step 2 : Install the dependency ‘cfitsio’ before installing CCfits
rpm -Uvh cfitsio-3.47-1.el8.x86_64.rpm
Step 3 : Install CCfits package using rpm command
Verifying… ################################# [100%]
Preparing… ################################# [100%]
Updating / installing…
1:CCfits-2.5-14.el8 ################################# [100%]