下载
https://www.openoffice.org/download/ #官网
wget -c https://jaist.dl.sourceforge.net/project/openofficeorg.mirror/4.1.13/binaries/zh-CN/Apache_OpenOffice_4.1.13_Linux_x86-64_install-rpm_zh-CN.tar.gz --no-check-certificate
yum groupinstall "X Window System" -y
yum install libXext.x86_64 -y
tar -xf Apache_OpenOffice_4.1.13_Linux_x86-64_install-rpm_zh-CN.tar.gz
cd zh-CN/
rpm -Uvh *.rpm
cd desktop-integration/
rpm -Uvh openoffice4.1.13-redhat-menus-4.1.13-9810.noarch.rpm
后台启动 #端口可以修改
/opt/openoffice4/program/soffice -headless -accept="socket,host=127.0.0.1,port=8110;urp;" -nofirststartwizard &
netstat -tnlp|grep 8110
ps .....
centos7 安装 openffice
最新推荐文章于 2024-09-05 20:25:01 发布