在 CentOS 上装 LibreOffice(你写的 liboffice 应该是 LibreOffice),不算难,但取决于你用哪种方式:
适合:CentOS 7 / 8 / Stream
yum install libreoffice
dnf install libreoffice
✅ 优点
❌ 缺点
适合:需要 新功能 / 新格式支持
去官网下载 RPM 包
https://www.libreoffice.org/download/
解压并安装
tar -xzvf LibreOffice_*.tar.gz
cd LibreOffice_*/RPMS
yum localinstall *.rpm
✅ 优点:版本新
❌ 缺点:包大、依赖可能要补
如果你是 纯命令行服务器:
libreoffice --headless --convert-to pdf file.docx
yum 基本能避免| 场景 | 难度 |
|---|---|
| 普通桌面/服务器 | ⭐ 很简单 |
| 最新版 | ⭐⭐ 中等 |
| 纯命令行转换 | ⭐⭐ 稍注意依赖 |
如果你告诉我:
我可以直接给你最合适的一条安装命令。