Unable to find a match CCfits

Unable to find a match CCfits

 

I got the below error “Unable to find a match CCfits” while trying to install CCfits package on my CentOS8 server.
 

[root@linux /]# yum install 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

 

[root@server /]# yum install epel-release -y

===================================================================================================
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

 

[root@linux /]# dnf install CCfits

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

 

wget https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/c/cfitsio-3.47-1.el8.x86_64.rpm

rpm -Uvh cfitsio-3.47-1.el8.x86_64.rpm

 

Step 3 : Install CCfits package using rpm command

 

[root@Linux /]# rpm -Uvh CCfits-2.5-14.el8.x86_64.rpm
Verifying… ################################# [100%]
Preparing… ################################# [100%]
Updating / installing…
1:CCfits-2.5-14.el8 ################################# [100%]