小编Jor*_*ier的帖子

哪些 Python 版本可以从 Ubuntu 20.04 中安全删除?

我在运行 Ubuntu 20.04 的笔记本电脑上安装了以下版本的 Python:

python2
python3.10
python3.9
python3-pasteurize
python2.7
python3.8
python3-config
python-argcomplete-check-easy-install-script
python3
python3.8-config
python3-futurize
python-argcomplete-tcsh
Run Code Online (Sandbox Code Playgroud)

我知道 Ubuntu 依赖于其中的一些,我可以安全地删除哪些?


编辑: 正如评论中所要求的,这里是输出ls -l /usr/bin/python[23]* /usr/local/bin/python[23]*

ls: cannot access '/usr/local/bin/python[23]*': No such file or directory
lrwxrwxrwx 1 root root       9 Mar 13  2020  /usr/bin/python2 -> python2.7
-rwxr-xr-x 1 root root 3674216 Mar  8  2021  /usr/bin/python2.7
lrwxrwxrwx 1 root root       9 Mar 12  2021  /usr/bin/python3 -> python3.8
-rwxr-xr-x 1 root root 5454136 Oct  5 00:09  /usr/bin/python3.10
-rwxr-xr-x 1 root root …
Run Code Online (Sandbox Code Playgroud)

python 20.04

19
推荐指数
3
解决办法
4549
查看次数

标签 统计

20.04 ×1

python ×1