下载地址:http://www.openoffice.org/zh-cn/download/
安装
wget https://jaist.dl.sourceforge.net/project/openofficeorg.mirror/4.1.6/binaries/zh-CN/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz
tar -zxvf Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz
cd zh-CN
cd RPMS
yum -y localinstall *.rpm
cd desktop-integration
yum -y localinstall openoffice4.1.6-redhat-menus-4.1.6-9790.noarch.rpm
启动
nohup /opt/openoffice4/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &
检查
ps -ef|grep openoffice
netstat -lnp |grep 8100