`

OpenOffice 安装配置

阅读更多

安装

windows下OpenOffice安装

 

Linux下OpenOffice安装

1,下载地址:

http://www.openoffice.org/

http://www.openoffice.org/download/index.html

下载文件:Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_zh-CN.tar.gz

 

2,解压文件:tar -zxvf Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_zh-CN.tar.gz

 

3,安装

进入RPMS目录:cd zh-CN/RPMS

安装所有rpm文件:rpm -ivh *.rpm

进入desktop-integration目录:cd desktop-integration

执行:rpm -ivh openoffice4.1.3-redhat-menus-4.1.3-9783.noarch.rpm

如果报如下错误:

file /usr/bin/soffice from install of openoffice4.1.3-redhat-menus-4.1.3-9783.noarch conflicts with file from package libreoffice-core-1:4.0.4.2-9.el6.x86_64

则执行下面命令:

yum -y remove libreoffice-core-1:4.0.4.2-9.el6.x86_64

 

此时openOffice已经安装完成在/opt/openoffice4/目录下

 

4,启动

进入/opt/openoffice4/program目录启动openOffice

soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &

 

 

配置

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics