📜  卸载 python 3.5 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:13.426000             🧑  作者: Mango

代码示例1
$sudo apt remove python3.5 (or the version the above command returned)

#the above Command removes python3.5 from the system.

$sudo apt purge python3.5

#the above command removes all the folders and files generated or created by python3.5