我已经安装了Ubuntu18.04.2最小的安装。
我将只使用LibreOffice,有办法只安装这个吗?
发布于 2019-05-04 08:55:57
此命令将只安装LibreOffice编写器,不需要任何推荐的包:
sudo apt-get install --no-install-recommends libreoffice-writer libreoffice-gtk3
https://askubuntu.com/questions/1140258
相似问题