linux如何解除安裝python3.5

dunne21發表於2021-09-11

linux如何解除安裝python3.5

解除安裝:
1、解除安裝python3.5

sudo apt-get remove python3.5

相關推薦:《》

2、解除安裝python3.5及其依賴

sudo apt-get remove --auto-remove python3.5

3、清除python3.5

sudo apt-get purge python3.5

或者

sudo apt-get purge --auto-remove python3.5

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1600/viewspace-2836127/,如需轉載,請註明出處,否則將追究法律責任。

相關文章