跑
apt purge -s python2.7
这里-s
是会发生什么的模拟。
亲眼看看你还会失去什么。
在我的系统Kubuntu 18.04上,我看到的是:
The following packages were automatically installed and are no longer required:
gir1.2-appindicator3-0.1 gir1.2-gtk-vnc-2.0 gir1.2-keybinder-3.0 gir1.2-libosinfo-1.0 gir1.2-libvirt-glib-1.0 gir1.2-spiceclientglib-2.0
gir1.2-spiceclientgtk-3.0 gir1.2-vte-2.91 libgovirt-common libgovirt2 libgtk-vnc-2.0-0 libgvnc-1.0-0 libkeybinder-3.0-0 libphodav-2.0-0
libphodav-2.0-common libspice-client-glib-2.0-8 libspice-client-gtk-3.0-5 libusbredirhost1 libvirt-glib-1.0-0 spice-client-glib-usb-acl-helper
syslinux-common virt-viewer xsltproc
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
boot-repair* boot-sav* boot-sav-extra* glade2script* kubuntu-settings-desktop* python* python-asn1crypto* python-cairo* python-certifi*
python-cffi-backend* python-chardet* python-cryptography* python-dbus* python-enchant* python-enum34* python-gi* python-gi-cairo*
python-gobject* python-gobject-2* python-gtk2* python-gtkspellcheck* python-idna* python-ipaddr* python-ipaddress* python-libvirt*
python-libxml2* python-libxslt1* python-mutagen* python-openssl* python-pkg-resources* python-psutil* python-qt4-dbus* python-requests*
python-six* python-urllib3* python-xdg* python2.7* ranger* recoll* terminator* trash-cli* virt-manager* virtinst* zim*
0 upgraded, 0 newly installed, 44 to remove and 0 not upgraded.
我不会删除python2.7。
进一步了解这一点,可以通过查看/var/log/installer/initial-status.gz来发现全新安装的Ubuntu 18.04,而不是从早期版本进行的升级。我有这样的系统。
在终端窗口中,运行:
$ zgrep "Package: python2.7" /var/log/installer/initial-status.gz
搜索将为空,指示未安装包含字符串python2.7的软件包。
就您而言,由于您已从16.04升级到18.04:
如果您的系统上确实有python-2-7-15rc1,则表示它已作为升级的一部分保留在以前的系统中,或者随后安装了依赖它的软件。
无论哪种方式,在18.04中删除此类软件包都是安全的,请注意,可以根据安装的程序进行编程(a)使用以前的系统(升级之前)或(b)升级之后。
请记住,18.04生活中,如果你安装了类似口径或瘸子或多种或virt-manager中,这样做会带来python2.7回来。