Hi, Why should I get this error and how can I fix that?
$ yum list python Loaded plugins: fastestmirror, refresh-packagekit, security Determining fastest mirrors Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again More info: $ ls -l /etc/yum.repos.d/ total 40 -rw-r--r--. 1 root root 143 Aug 6 14:29 dag -rw-r--r--. 1 root root 957 Nov 5 2012 epel.repo -rw-r--r--. 1 root root 1056 Nov 5 2012 epel-testing.repo -rw-r--r--. 1 root root 1325 Feb 28 2012 rpmfusion-free-rawhide.repo -rw-r--r--. 1 root root 1202 May 27 2012 rpmfusion-free.repo -rw-r--r--. 1 root root 1200 Feb 28 2012 rpmfusion-free-updates.repo -rw-r--r--. 1 root root 1260 May 18 2012 rpmfusion-free-updates-testing.repo -rw-r--r--. 1 root root 263 Oct 6 2011 sl-livecd-extra.repo -rw-r--r--. 1 root root 2093 Jul 27 2011 sl-other.repo -rw-r--r--. 1 root root 1767 Jul 27 2012 sl.repo $ cat /etc/yum.conf [main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 installonly_limit=3 Regards, Mahmood
