Ubuntu如何解除安裝Python3.5

daqianmen發表於2021-09-11

Ubuntu如何解除安裝Python3.5

Ubuntu如何解除安裝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

要想清除python3.5的配置檔案和資料檔案,執行以下命令:

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

更多技術請關注。

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

相關文章