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

yum list-security

时间:2015-12-03 15:43:37      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:yum list-security

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

标签:yum list-security

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

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