Advertisement
benjisimon

Untitled

Aug 11th, 2011
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. The Error
  2.  
  3. [ben@www ~]$ sudo rpm -Uhv http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
  4. Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
  5. warning: /var/tmp/rpm-xfer.QD2HVP: Header V3 DSA signature: NOKEY, key ID 217521f6
  6. Preparing... ########################################### [100%]
  7. 1:epel-release ########################################### [100%]
  8. [ben@www ~]$ yum search dupclity
  9. Loaded plugins: fastestmirror
  10. Error: Cannot access repository dir //var/cache/yum/epel
  11.  
  12.  
  13. The Fix:
  14. rpm -e epel-release
  15. [ben@www ~]$ sudo yum upgrade yum
  16. rpm -Uhv http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
  17.  
  18. The confirmation:
  19. [ben@www ~]$ sudo yum install duplicity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement