你提到的 “liboffice” 应该是指 LibreOffice(Debian 下常见的开源办公套件)。下面按常见需求给你说明 在 Debian 上如何安装与设置 LibreOffice。
sudo apt update
sudo apt install libreoffice
如果只想要基础组件(更小):
sudo apt install libreoffice-writer libreoffice-calc libreoffice-impress
sudo apt install libreoffice-l10n-zh-cn
sudo apt install fonts-wqy-zenhei fonts-wqy-microhei
libreoffice
打开 LibreOffice →
工具(Tools) → 选项(Options)
工具 → 选项 → 载入/保存 → 常规
解决:
sudo apt install fonts-noto-cjk
并在 LibreOffice 中: 工具 → 选项 → 字体
右键文件 → 打开方式 → 选择 LibreOffice → 设为默认
libreoffice --headless --convert-to pdf file.docx
sudo apt remove --purple libreoffice*
sudo apt autoremove
如果你是指:
可以告诉我你的具体使用场景,我可以给你更针对性的配置方案。