centos 卸載python2

強制刪除已安裝程序及其關聯

rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps

刪除所有殘餘文件 ##xargs,允許你對輸出執行其他某些命令

whereis python |xargs rm -frv

驗證刪除,返回無結果

whereis python

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章