简体   繁体   中英

Is there a rpm command to check .rpm package installation log

当安装未能找出发生了什么情况时,是否有rpm命令来检查.rpm软件包安装日志

You can get all the command line help by typing, either

 rpm --help

or

 man rpm

You can use the verbosity flag vv (two v for more) during installation to know more:

 rpm -Uvvh foo.rpm --test

--test does a dry run of the installation, but doesn't write to the disk.. You can remove it to go with a real installation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM