现在的位置: 首页 > 综合 > 正文

如何查看RPM包的更新日志Changelog

2017年12月22日 ⁄ 综合 ⁄ 共 829字 ⁄ 字号 评论关闭
分类: linuxC

 

RPM安装包必须存在,才能执行以下命令。
命令: rpm -qpi <rpm包名>  --changelog |more
# rpm -qpi kernel-default-2.6.16.46-0.12.x86_64.rpm  --changelog |more
Name        : kernel-default               Relocations: (not relocatable)
Version     : 2.6.16.46                         Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release     : 0.12                          Build Date: Fri May 18 12:55:07 2007
Install date: (not installed)               Build Host: cara.suse.de
Group       : System/Kernel                 Source RPM: kernel-default-2.6.16.46-0.12.nosrc.rpm
Size        : 55802336                         License: GNU General Public License (GPL)
Signature   : DSA/SHA1, Fri May 18 13:04:15 2007, Key ID a84edae89c800aca
Packager    : http://bugs.opensuse.org
URL         : http://www.kernel.org/
Summary     : The Standard Kernel
Description :
The standard kernel.

 

【上篇】
【下篇】

抱歉!评论已关闭.