怎么卸载python2及自带的libreoffice
Tofloor
poster avatar
有你有情
deepin
2020-09-18 17:30
Author
如题,我安装了deepin V20 社区版,但我看默认集成了 python2、python3、libreoffice相关软件,这些软件都不是我想用的,求大神指点一下,怎么卸载这些软件,谢谢了


或者下次出个版本能出个绿色的吗,别自动集成这些不常用的软件,谢谢了
Reply Favorite View the author
All Replies
SamLukeYes
deepin
2020-09-18 17:42
#1
python 不能卸载,有些系统组件依赖 python
Reply View the author
xmu714
deepin
2020-09-18 17:43
#2
python2干掉你apt就挂了
Reply View the author
有你有情
deepin
2020-09-18 17:53
#3
那算了,我还是用centos8
Reply View the author
gangbanbro
deepin
2020-09-18 18:00
#4
libreoffice直接就能删。
python也不影响你吧。你用centos也会有。系统自身依赖才预装的
Reply View the author
书童9527
deepin
2020-09-18 18:08
#5
怎么想的,哪个linux能删掉python你告诉我!
Reply View the author
冷风
deepin
2020-09-18 20:01
#6
本帖最后由 coldwind 于 2020-9-18 12:24 编辑
https://bbs.deepin.org/post/202401
怎么想的,哪个linux能删掉python你告诉我!

Arch Linux?
Reply View the author
观摩
deepin
2020-09-18 20:20
#7
楼主想用 Python 3,系统自带了 3.7,想用更高版本的 Python 自己装就是了。

难道真的不知道系统自带了两个版本的 Python ? 难道真的不知道可以安装多个版本的 Python ?

真是搞不懂怎么向的。
Reply View the author
观摩
deepin
2020-09-18 20:21
#8
  1. $ python3
  2. Python 3.7.3 (default, Aug 26 2020, 21:26:28)
  3. [GCC 8.3.0] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
Copy the Code


  1. $ python
  2. Python 2.7.16 (default, Aug  4 2020, 13:02:48)
  3. [GCC 8.3.0] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
Copy the Code
Reply View the author
roy_lz
deepin
2020-09-18 20:40
#9
别干傻事了,我上次就是装了3。7。3,就想着把2。7给卸载了,结果电脑差点崩溃了,最后我直接重新安装了系统。python2和python3并不能向下兼容的,所以都放着吧。
Reply View the author