linux - python:卸載


[root@test ~]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##強制刪除已安裝程序及其關聯
[root@test ~]# whereis python |xargs rm -frv ##刪除所有殘余文件 ##xargs,允許你對輸出執行其他某些命令
[root@test ~]# whereis python ##驗證刪除,返回無結果


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM