首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 办公应用 > OFFICE教程 >

openoffice装配卸载

2012-11-12 
openoffice安装卸载Windows:? ? 1.下载openoffice:http://www.openoffice.org/download/index.html? ? 2.

openoffice安装卸载

Windows:

? ? 1.下载openoffice:http://www.openoffice.org/download/index.html

? ? 2.安装

? ? 3.启动服务,命令提示符窗口输入:

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

?

Linux:

?

openoffice解压后readmes/xx.html里面有说明对Linux版本、gclib版本的要求

(如OOO330_m20_native_packed-1_zh-CN.9567\readmes\README_zh-CN.html)

安装要求:

? ?Linux Kernel 2.6.18 或更高版本

glibc2 2.5 或更高版本

gtk 2.10.4 或更高版本

?

下载:http://download.services.openoffice.org/localized/zh-CN/3.3.0/

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

?

安装(默认安装到/opt下面):

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

cd OOO330_m20_native_packed-1_en-US.9567

cd RPMS

rpm -ivh *.rpm

cd desktop-integration/

rpm -ivh openoffice.org3.3-redhat-menus-3.3-9556.noarch.rpm

?

启动:

/usr/bin/nohup /opt/openoffice.org3/program/soffice "-accept=socket,host=127.0.0.1,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard &

?

查看进程:

ps -ef|grep openoffice

?

查glibc 什么版本:

ls -l /lib/libc-* ?

ls -l /lib/tls/libc-*

?

卸载:

rpm -e `rpm -qa |grep openoffice` `rpm -qa |grep ooobasis`

热点排行