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`