На Debian 8 jessie я видалив python:
perry@perry:~$ sudo apt-get remove python
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'python2.7' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
Але якось я все-таки можу запустити python з терміналу.
perry@perry:~$ python
Python 2.7.9 (default, Apr 29 2015, 18:34:06)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
Я не встановив його з джерела чи з будь-якого іншого місця, але влучний. Як це можливо і як можна видалити пітон повністю?
dpkg --get-selections | grep "python2.7"
?
apt
ви можете видалити пакунок, не проходячи обручі, це безпечно зробити.
which python
говорить?