我正在尝试卸载 Python 3.10。
我已经尝试了以下两个命令:
$ sudo apt-get purge --auto-remove python3.10
[sudo] password for henrique:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libqgispython3.10.4' for regex 'python3.10'
Note, selecting 'libpython3.10-stdlib' for regex 'python3.10'
Package 'libpython3.10-stdlib' is not installed, so not removed
Package 'libqgispython3.10.4' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
$ sudo apt-get remove python3.10
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libqgispython3.10.4' for regex 'python3.10'
Note, selecting 'libpython3.10-stdlib' for regex 'python3.10'
Package 'libpython3.10-stdlib' is not installed, so not removed
Package 'libqgispython3.10.4' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
但是 Python 3.10 仍然安装。
$ which python3.10
/usr/local/bin/python3.10
$ python3.10
Python 3.10.0 (default, Oct 23 2021, 15:04:26) [GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
我应该删除相关的一切都python3.10在/usr/local/bin/文件夹?
PS:我是从源码安装的,不知道有没有区别。
在尝试了多种卸载Python 3.10的方法后,问题依然存在。文章作者提到了从源码安装可能带来的影响,并询问是否需要删除相关文件夹以彻底卸载。
7554

被折叠的 条评论
为什么被折叠?



