求大神:怎样只安装LibreOffice的一部分组件?
Tofloor
poster avatar
LMVISION
deepin
2019-11-28 18:40
Author
求大神:怎样只安装LibreOffice的一部分组件?比如我只想用LibreOffice的math和draw,怎样只安装则两个组件不安装其他的东西?
我使用命令:
sudo apt-get install --no-install-recommends libreoffice-draw libreoffice-math
实现了,但是版本太旧,想使用新版LibreOffice,然后从官网下载了deb包,里面包非常多,请问安装那几个既可以只安装
LibreOffice-Draw和LibreOffice-Math????

Reply Favorite View the author
All Replies
avatar
foxbcd
deepin
2019-11-28 19:18
#1
本帖最后由 foxbcd 于 2019-11-28 11:33 编辑
  1. libreoffice6.3-draw_6.3.3.2-2_amd64
  2. libreoffice6.3-math_6.3.3.2-2_amd64
Copy the Code

Reply View the author
avatar
走钢丝
deepin
2019-11-28 19:29
#2
backports 源中有 6.1.5-3 的,不知道是不是你的菜。

在 /etc/apt/sources.list 中添加一行
deb [trusted=yes] https://mirrors.163.com/debian stretch-backports main contrib non-free
然后更新下 sudo apt update
安装 sudo apt install -t stretch-backports xxxx
Reply View the author
avatar
lixiaobai
deepin
2019-11-30 18:39
#3
我也遇到这个问题,貌似只能全部安装,没有配置文件修改
Reply View the author