Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个脚本来安装或升级一组 RPM,而不知道系统上已经安装了什么。
有没有办法从脚本中做到这一点?我没有看到像升级或安装这样的选项。
rpm -Uvh
文件说,两者都处理。
有可用的python 绑定。
或者您可以简单地rpm -U <packages> --replacepkgs允许重新安装相同的确切版本。
rpm -U <packages> --replacepkgs