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:システムでPython 2が必要な15.10からアップグレードしました。16.04ではまったく出荷されないため、もう必要ありません。したがって、Python 2を削除してもシステムが破壊されることはありません。追加のソフトウェアについては、それらが壊れても問題ありません(その場合も削除します)
—
-WoJ
それでは、幸運を祈ります。:〜)
—
mikewhatever
ただし、多くのアプリではまだ必要です。おそらく、更新プログラムは必要なものをインストールしましたか
—
UniversallyUniqueID
python2
?削除しないでください。
@BharadwajRaju:
—
-WoJ
apt purge
依存関係を表示しませんか?-そして、私が決心できるようにします(私の場合samba
は、たとえば削除する問題のあるパッケージになります)