首页 > 其他 > 详细

yum list-security

时间:2015-12-03 15:41:25      阅读:288      评论:0      收藏:0      [点我收藏+]

when i tried to run a command as my friend did : yum list-security, it seems not such command options.

so confused, but after i checked with my old friend: google, i got the answer from a corner.

here is the solution.

   we need to edit the /etc/yum.conf, and set the plubings=1 as bellow:

      ***********************

 cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1


yum list-security

原文:http://dogrider.blog.51cto.com/771879/1719216

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!