RedHat安装openoffice

mkdir -p  /usr/local/openoffice
cd /usr/local/openoffice
wget https://udomain.dl.sourceforge.net/project/openofficeorg.mirror/4.1.11/binaries/zh-CN/Apache_OpenOffice_4.1.11_Linux_x86-64
tar -zxvf Apache_OpenOffice_4.1.11_Linux_x86-64_install-rpm_zh-CN.tar.gz
cd zh-CN/RPMS/
rpm -ivh *.rpm --nodeps --force
cd desktop-integration/
rpm -ivh openoffice4.1.11-redhat-menus-4.1.11-9808.noarch.rpm 
cd /opt/openoffice4/program/
soffice -headless -accept="socket,host=127.0.0.1,port=8002;urp;" -nofirststartwizard &
ps -ef |grep 8002
  root      4819  3891  0 15:06 pts/6    00:00:00 grep --color=auto 8002
  root     23379     1  0 May30 ?        00:00:00 /opt/openoffice4/program/soffice.bin - 
headless -accept=socket,host=127.0.0.1,port=8002;urp; -nofirststartwizard

posted @ 2022-05-31 15:07  michaelni  阅读(167)  评论(0编辑  收藏  举报