有关使用rpm -U升级已安装软件包的问题

时间:2015-06-04 04:36:03

标签: install package upgrade rpm

首次使用rpm -Uvh ./example.rpm安装包example.rpm之后。我错误地删除了一些示例配置文件。然后第二次,我使用rpm -Uvh ./example.rpm。它说包已经安装好了。所以它仍然缺少我删除的配置文件。 如何更改命令让它安装配置文件?

1 个答案:

答案 0 :(得分:0)

 --replacepkgs                    reinstall if the package is already present

根据

rpm --help