Полное удаление python3.10

Я пытаюсь удалить 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: Я установил его из исходного кода, я не Не знаю, имеет ли это какое-то значение.

1
задан 30 October 2021 в 19:15

0 ответов

Другие вопросы по тегам:

Похожие вопросы: