yum list-security

时间:2015-12-03 15:41:25   收藏:0   阅读:288

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


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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!