Knowledgebase

Centos 7 Error : No package available/Nothing to do.  Print this Article

How to solve “No package available” error during yum installation in Centos 7.


Step : Install EPEL repository

# yum -y install epel-release
 
OR

Download the EPEL repository rpm file from fedora project as below:

# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Install from the downloaded EPEL repo rpm file

# yum install epel-release-latest-7.noarch.rpm

 

Now you should be able to install packages using yum.

Was this answer helpful?

Related Articles

How To Connect Via RDP (Remote Desktop Connection)
How do I access my VPS using remote desktop?1.On your windows computer, click Start...
How to install Custom Operating System from .ISO
Hi Thank you for choosing service from Host4Fun .At Host4Fun it is possible to load your "own ,...
How To Activate Windows Server 2008/2012 R2 Trial License
Hi Thank you for choosing service from Host4Fun . Step 1 : Right Click on Computer Icon , then...
How To Activate Windows Server 2012 R2 Trial License
Hi Thank you for choosing service from Host4Fun . Go to run > cmd > slmgr.vbs /rearm and...
How to enable ping response on Windows Server 2008
By default Windows Server 2008 firewall blocks ping requests. To enable please follow the...