rpm -e --nodeps packagename 之后找不到该文件或目录,而是找不到命令

rpm -e --nodeps packagename 之后找不到该文件或目录,而是找不到命令

ethtool使用 安装了它yum install ethtool,然后使用 删除了它,rpm -e --nodeps ethtool因为当我尝试使用 删除时,ethtool它将yum删除一堆重要的依赖项,如php,,httpdetc

当我运行任何不应该存在的命令时,fakecommand我收到以下消息:

[root@test sbin]# fakecommand
-bash: fakecommand: command not found
[root@test sbin]#

ethtool但是,当我删除它并尝试运行时,rpm -e --nodeps ethtool得到的No such file or directory却是No such file or directory

[root@test sbin]# ethtool
-bash: /sbin/ethtool: No such file or directory
[root@test sbin]#

答案1

要修复此问题,您只需重新启动 ssh 连接即可。结果发现,这只是一个客户端缓存。

相关内容