YUM__Skip broken

来源:互联网 发布:淘宝客服培训ppt模板 编辑:程序博客网 时间:2024/05/16 12:11


Skip broken is a feature in yum to skip packages from the transaction there have dependecy problems or introduce problems to the installed packages

How to use

add the '--skip-broken' option to the yum command line to activate the skip broken feature.

yum update --skip-broken

Helping to make it better

If there is a situation where skip broken bail out then please check the upstream yum version to help make it better.

git clone http://yum.baseurl.org/git/yum.gitcd yumgit checkout --track -b yum-3_2_X origin/yum-3_2_Xsudo ./yummain.py --skip-broken -d7 <the yum command causing troubles>

please at a ticket on this site or on http://bugzilla.redhat.com if you are running Fedora

0 0