Linux下安装LibreOffice

1、自行去官网下载安装包

https://www.libreoffice.org/download/download-libreoffice/

2、解压

tar -xvf LibreOffice_24.2.6_Linux_x86-64_rpm.tar.gz

3、进入解压后的目录

cd LibreOffice_24.2.6.2_Linux_x86-64_rpm/RPMS

4、安装LibreOffice

sudo rpm -ivh *.rpm

5、查看安装的LibreOffice

whereis libreoffice

6、查看LibreOffice的版本号

libreoffice24.6 --version

7、office-home的地址

/opt/libreoffice24.2/

8、启动,需要占用8100 8101 8102端口

nohup soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;" --nofirststartwizard &
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容