centos-yum

list installed packages with yum:
yum list installed | more
yum list installed | less
yum list installed > /tmp/yum-list

Update your system:
sudo yum update

yum uses RPM, so the following command will list the contents of the installed package:

 

posted @ 2016-03-10 16:43  qike  阅读(137)  评论(0编辑  收藏  举报