标签: install package upgrade rpm
首次使用rpm -Uvh ./example.rpm安装包example.rpm之后。我错误地删除了一些示例配置文件。然后第二次,我使用rpm -Uvh ./example.rpm。它说包已经安装好了。所以它仍然缺少我删除的配置文件。 如何更改命令让它安装配置文件?
rpm -Uvh ./example.rpm
答案 0 :(得分:0)
--replacepkgs reinstall if the package is already present
根据
rpm --help