























The syntax is:
yum --exclude=packgeName\* update
yum --exclude=packgeName1\* --exclude=packgeName2\* update
yum -x 'packageName*' update
yum -x 'packageName1*' -x 'packageName2*' update
To prevent yum command from updating the Kernel type:
yum -y --exclude=kernel\* update
OR
yum -y -x 'kernel*' update
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。