1 卸載歷史版本
sudo apt remove –purge libreoffice*
sudo apt autoclean
sudo apt autoremove
sudo apt update
2 下載軟件
進(jìn)入官網(wǎng)下載dep格式文件https://zh-cn.libreoffice.org/download/libreoffice/
3上傳文件到服務(wù)器
4 解壓文件
tar -zxvf LibreOffice_7.6.4_Linux_x86-64_deb.tar.gz
5 安裝
進(jìn)入解壓目錄下的DEBS
執(zhí)行命令sudo dpkg -i *.deb
6 測試
執(zhí)行命令libreoffice7.6 -help(修改成自己的版本號)
libreoffice --convert-to pdf:writer_pdf_Export /usr/lib/files/test.doc --outdir /usr/lib/files/執(zhí)行word轉(zhuǎn)pdf操作
7 異常
轉(zhuǎn)化過程中報錯Warning: failed to launch javaldx - java may not function correctly
執(zhí)行sudo apt install libreoffice-java-common续搀,問題解決