2019年10月15日12:05:42


[root@spider1 bin]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联 [root@spider1 bin]# whereis python |xargs rm -frv ##删除所有残余文件 ##xargs,允许你对输出执行其他某些命令 [root@spider1 bin]# whereis python ##验证删除,返回无结果

 

 

相关文章:

  • 2021-12-16
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-10-23
  • 2021-06-30
  • 2021-11-29
  • 2021-12-19
相关资源
相似解决方案