如何解除安裝python3.6

lanyu發表於2021-09-11

如何解除安裝python3.6

本文主要講解python3.6的解除安裝方法,有需要的小夥伴可參考。

1、解除安裝python3.6

sudo apt-get remove python3.6

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

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

3、清除python3.6

sudo apt-get purge python3.6
or
sudo apt-get purge --auto-remove python3.6

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

相關文章