데비안 8 제시에서는 파이썬을 제거했습니다.
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.
그러나 어떻게 든 터미널에서 파이썬을 시작할 수 있습니다.
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.
>>>
소스 또는 다른 곳에서 설치하지 않았지만 apt. 이것이 어떻게 가능하며 어떻게 파이썬을 완전히 제거 할 수 있습니까?
dpkg --get-selections | grep "python2.7"
무엇입니까?
apt
후프를 거치지 않고 패키지를 제거 할 수 있다면 그렇게하는 것이 안전합니다.
which python
말합니까?