linux OpenOffice

1、下载所需的安装包  /project/openofficeorg.mirror/4.0.1/binaries/zh-CN/Apache_OpenOffice_4.0.1_Linux_x86-64_install-rpm_zh-CN.tar.gz    然后解压安装包。

        # tar -zxvf OOo_3.3.0_Linux_x86-64_install-rpm-wJRE_zh-CN.tar.gz

解压后,会得到OOO330_m20_native_packed-1_zh-CN.9567目录。

2、(进入RPMS目录)安装OpenOffice的所有组件

# rpm -ivh openoffice*.rpm

3、(进入RPMS/desktop-integration目录)安装OpenOffice的桌面控制台desktop-integration

# cd desktop-integration

# rpm -ivh openoffice.org3.2-redhat-menus-3.2-9472.noarch.rpm

注意:安装这个桌面配置环境的时候,应根据自己的系统选择合理的配置文件包。

4、启动openOffice

cd /opt/openoffice.org3/program

#soffice -headless -accept="socket,host=localhost,port=8100:urp;" -nofirststartwizard &

或:/opt/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &

上一篇:【leetcode❤python】191. Number of 1 Bits


下一篇:bootstrap学习笔记--bootstrap组件