Ubuntu已在16.04中删除了Python 2。但是,升级后仍会安装它(它不是“过时的软件包”的一部分)。
有没有一种干净的方法可以以干净的方式删除Python 2 及其所有依赖项(以完全摆脱它)?
有apt purge
路要走吗?
root@ubuntu ~# apt purge python2.7
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libnss-ldap
Use 'apt autoremove' to remove it.
The following packages will be REMOVED:
auth-client-config* ldap-auth-client* ldap-auth-config* libpam-ldap* libsmbclient* ndiff* python* python-bs4* python-chardet* python-crypto* python-dnspython*
python-html5lib* python-ldb* python-lxml* python-ntdb* python-pkg-resources* python-samba* python-setuptools* python-six* python-talloc* python-tdb* python2.7* samba*
samba-common-bin* samba-dsdb-modules* samba-libs* samba-vfs-modules* smbclient* winbind*
0 upgraded, 0 newly installed, 29 to remove and 0 not upgraded.
After this operation, 58.4 MB disk space will be freed.
2
“干净的方式”到底是什么意思?仅在某些软件包需要Python2时才安装。删除它可能会损坏系统。
—
mikewhatever
@mikewhatever:我从15.10进行了升级,系统需要Python 2。由于16.04完全不提供,因此不再需要它。因此,删除Python 2不会破坏系统-这是我最担心的问题。至于额外的软件-它们是否
—
坏
好吧,祝你好运。:〜)
—
mikewhatever 2016年
但是,许多应用程序仍需要它。也许更新安装了某些要求
—
UniversallyUniqueID
python2
?我会说不要删除它。
@BharadwajRaju:不会
—
WoJ 2016年
apt purge
显示依赖关系吗?-让我下定决心(例如,对于我来说,samba
这是一个有问题的软件包,请删除)