Trên Debian 8 jessie tôi đã gỡ bỏ 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.
Nhưng bằng cách nào đó tôi vẫn có thể khởi chạy python từ thiết bị đầu cuối.
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.
>>>
Tôi chưa cài đặt nó từ nguồn hoặc từ bất kỳ nơi nào khác ngoài apt. Làm thế nào là điều này có thể và làm thế nào tôi có thể loại bỏ hoàn toàn trăn?
dpkg --get-selections | grep "python2.7"
cái gì?
apt
cho phép bạn gỡ bỏ gói mà không cần thông qua hoops thì an toàn để làm như vậy.
which python
tiếng nói?