V
V
Vasya Borisevich2021-05-13 09:33:16
linux
Vasya Borisevich, 2021-05-13 09:33:16

How to completely remove python from altlinux?

Checking the python version on the machine

python --version
Python 2.7.11


Next, I delete the python apt-get remove python
. I reboot the machine and check the python version again. Shows the same version.
I'm trying to delete again. Responsible
Пакет python не установлен, и не может быть удалён.
0 будет обновлено, 0 новых установлено, 0 пакетов будет удалено и 3 не будет обновлено.


I do all the actions while under sudo.

And the most interesting thing is that although it does not find packages to remove, the python works.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pfg21, 2021-05-13
@pfg21

not completely removed package.
examine the output of
dpkg -l |
grep -vE '^ii'
ps: I advise you to play with packages through aptitude - the interactive shell seems to be a lot of useful things

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question