LibreOffice安装


#确保安装所有必要的LibreOffice组件
sudo apt install --reinstall -y \
    libreoffice-common \
    libreoffice-core \
    libreoffice-java-common \
    libreoffice-writer \
    libreoffice-calc \
    libreoffice-impress \
    libreoffice-draw \
    libreoffice-math \
    libreoffice-base \
    libreoffice-base-core \
    libreoffice-base-drivers \
    libreoffice-report-builder-bin \
    libreoffice-script-provider-bsh \
    libreoffice-script-provider-js \
    libreoffice-script-provider-python \
    libreoffice-sdbc-hsqldb \
    libreoffice-sdbc-postgresql \
    libreoffice-style-breeze \
    libreoffice-style-colibre \
    libreoffice-style-elementary \
    libreoffice-style-tango \
    libreoffice-style-yaru

#重新配置LibreOffice
sudo dpkg-reconfigure libreoffice-common

文章作者: TerSup
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 TerSup !
  目录