OooLong

Well-Known Member
Mar 16, 2011
105
1
68
cPanel Access Level
Website Owner
I just did this command to install ImageMagick however:
yum -y install ImageMagick
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

an ls of:
ls /etc/yum
pluginconf.d protected.d vars version-groups.conf

It seem I have no yum.repos.d

How do I fix this? Any help is appreciated.
 
Last edited:

24x7ss

Well-Known Member
Sep 30, 2014
272
19
68
India
cPanel Access Level
Root Administrator
Twitter
The issue is with epel repository. Check /etc/yum.repos.d/ path if epel.repo is present or not. If it is not present then you have to do some goggling and download repo file on the server and then try again.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
ls /etc/yum
pluginconf.d protected.d vars version-groups.conf

It seem I have no yum.repos.d

How do I fix this? Any help is appreciated.
Hello,

What OS is installed on your system? Note that the directory you are looking for is located at:

/etc/yum.repos.d/

Thank you.