Advertisement
Guest User

Installing CPAN using yum command

a guest
Nov 20th, 2013
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Installing CPAN using yum command
  2.  
  3. [root@homeforis01 perlmod]# yum install perl-CPAN
  4. Loaded plugins: fastestmirror, priorities, security
  5. Loading mirror speeds from cached hostfile
  6. * base: centos.mirror.triple-it.nl
  7. * extras: centos.mirror.triple-it.nl
  8. * updates: mirror.proserve.nl
  9. 5179 packages excluded due to repository priority protections
  10. Setting up Install Process
  11. Resolving Dependencies
  12. --> Running transaction check
  13. ---> Package perl-CPAN.x86_64 0:1.9402-129.el6 will be installed
  14. --> Processing Dependency: perl = 4:5.10.1-129.el6 for package: perl-CPAN-1.9402-129.el6.x86_64
  15. --> Processing Dependency: perl(Digest::SHA) for package: perl-CPAN-1.9402-129.el6.x86_64
  16. --> Running transaction check
  17. ---> Package perl-CPAN.x86_64 0:1.9402-129.el6 will be installed
  18. --> Processing Dependency: perl = 4:5.10.1-129.el6 for package: perl-CPAN-1.9402-129.el6.x86_64
  19. ---> Package perl-Digest-SHA.x86_64 1:5.47-129.el6 will be installed
  20. --> Processing Dependency: perl = 4:5.10.1-129.el6 for package: 1:perl-Digest-SHA-5.47-129.el6.x86_64
  21. --> Finished Dependency Resolution
  22. Error: Package: 1:perl-Digest-SHA-5.47-129.el6.x86_64 (core-0)
  23. Requires: perl = 4:5.10.1-129.el6
  24. Installed: 4:perl-5.10.1-131.el6_4.x86_64 (@updates)
  25. perl = 4:5.10.1-131.el6_4
  26. Available: 4:perl-5.10.1-129.el6.x86_64 (core-0)
  27. perl = 4:5.10.1-129.el6
  28. Error: Package: perl-CPAN-1.9402-129.el6.x86_64 (core-0)
  29. Requires: perl = 4:5.10.1-129.el6
  30. Installed: 4:perl-5.10.1-131.el6_4.x86_64 (@updates)
  31. perl = 4:5.10.1-131.el6_4
  32. Available: 4:perl-5.10.1-129.el6.x86_64 (core-0)
  33. perl = 4:5.10.1-129.el6
  34. You could try using --skip-broken to work around the problem
  35. You could try running: rpm -Va --nofiles --nodigest
  36. [root@homeforis01 perlmod]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement