viewza565

How to Fix Error: Cannot Install Munin with YUM on CentOS6

Mar 22nd, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. How to Fix Error: Cannot Install Munin with YUM on CentOS6
  2.  
  3. $ yum install munin munin-node
  4.  
  5. [ERROR]:
  6. Transaction Check Error:
  7. file /usr/share/man/man3/XML::SAX::Base.3pm.gz conflicts between attempted ins talls of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noar ch
  8. file /usr/share/man/man3/XML::SAX::Exception.3pm.gz conflicts between attempte d installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf .noarch
  9.  
  10. Error Summary
  11. -------------
  12.  
  13. Fix Error:
  14. $ vi /etc/yum.repos.d/rpmforge.repo
  15. Add & Save..
  16. exclude=perl-XML-SAX-Base
  17.  
  18. Ready, YUM Install Munin agin.
  19. $ yum install munin munin-node
  20.  
  21. Finished.
  22.  
  23. More Linux: https://www.reddit.com/user/ihotvps/
Add Comment
Please, Sign In to add comment