Some time if you got Problem like below while yum update
file /usr/share/man/man3/XML::SAX::Base.3pm.gz conflicts between
attempted installs of perl-XML-SAX-Base-1.04-3.el6.noarch and
perl-XML-SAX-0.96-7.el6.noarch
file /usr/share/man/man3/XML::SAX::Exception.3pm.gz conflicts between
attempted installs of perl-XML-SAX-Base-1.04-3.el6.noarch and
perl-XML-SAX-0.96-7.el6.noarch
to Avoid these type of problem update yum by excluding those packages
Example
yum update -y --exclude=perl-XML-SAX-Base --skip-broken
file /usr/share/man/man3/XML::SAX::Base.3pm.gz conflicts between
attempted installs of perl-XML-SAX-Base-1.04-3.el6.noarch and
perl-XML-SAX-0.96-7.el6.noarch
file /usr/share/man/man3/XML::SAX::Exception.3pm.gz conflicts between
attempted installs of perl-XML-SAX-Base-1.04-3.el6.noarch and
perl-XML-SAX-0.96-7.el6.noarch
to Avoid these type of problem update yum by excluding those packages
Example
yum update -y --exclude=perl-XML-SAX-Base --skip-broken
0 comments:
Post a Comment