yum search 查看软件的版本
安装软件之前,通常会先检查当前的库中是否有对应的安装包,使用的命令是:
yum search xxx
xxx就是要搜索的包名。例如:
$ yum search bind-chroot
但是这样出来的结果,可能还缺点东西,就这个这个包的详细信息,比如版本信息。如果想查看包的信息,那么把 yum search 换成 yum info,例如
$ yum info bind-chroot
Loaded plugins: product-id, security, subscription-manager
Available Packages
Name : bind-chroot
Arch : x86_64
Epoch : 32
Version : 9.8.2
Release : 0.17.rc1.el6_4.6
Size : 71 k
Repo : rhel-DSG
Summary : A chroot runtime environment for the ISC BIND DNS server, named(8)
URL : http://www.isc.org/products/BIND/
License : ISC
Description : This package contains a tree of files which can be used as a
: chroot(2) jail for the named(8) program from the BIND package.
: Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
输出的信息中不光有版本的信息,还有诸如描述,授权之类的信息。
版权所有,禁止转载. 如需转载,请先征得博主的同意,并且表明文章出处,否则按侵权处理.