Thursday 6 June 2013

The requested URL returned error: 404" Trying other mirror

Problem when install and remove any package in linux

http://repos.fedorapeople.org/repos/peter/erlang/epel-6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror.

Solution :

remove repos form repository:

# cd cd /etc/yum.repos.d/
#rm epel-erlang.repo
#yum install java( which package you want install)

No comments:

Post a Comment

Install XRDP in Centos 7

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum update yum groupinstall "GNOME Desktop" ...