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.
假设,我已经安装了一个包含文件 file1、file2 和 file3 的包。安装后我删除了file3。
但是“rpm -qf file3”给出了包名,即使 file3 也不存在。而且“rpm -ql package”也显示了所有 3 个文件。
当使用“rpm -ql”查询时,如何更新有关该软件包的 rpm 以仅显示可用文件,即 file1 和 file2
好吧,如果您物理删除文件,它不会在包管理中产生任何影响(您没有删除包,只是删除了一些文件)。如果要删除已安装的软件包,请使用yum或rpm命令
yum
rpm
例如
yum erase firefox
或者
rpm -e firefox