码迷,mamicode.com
首页 > 其他好文 > 详细

yum syntax to update all except Kernel

时间:2018-09-16 15:41:22      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:yum   style   name   more   tps   exce   font   faq   color   

yum syntax to update all except Kernel

The syntax is:

yum --exclude=packgeName\* update
yum --exclude=packgeName1\* --exclude=packgeName2\* update
yum -x ‘packageName*‘ update
yum -x ‘packageName1*‘ -x ‘packageName2*‘ update

Examples

To prevent yum command from updating the Kernel type:

yum -y --exclude=kernel\* update

OR

yum -y -x ‘kernel*‘ update

yum syntax to update all except Kernel

标签:yum   style   name   more   tps   exce   font   faq   color   

原文地址:https://www.cnblogs.com/SDYiHeng/p/9655114.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!