方法一:Add/Remove Software 中查找OpenOffice 将其rpm安装上,然后运行soffice命令,即可运行OpenOffice.org(我是之前将RHEL AS5 的yum源配置成CentOS的)
方法二:下载OpenOffice.org(下载地址:),然后tar解压,进入其中的RPMS
[root@localhost RPMS]# rpm -ivh *.rpm
[root@localhost RPMS]# cd desktop-integration
[root@localhost desktop-integration]# ls
openoffice.org3.3-freedesktop-menus-3.3-9556.noarch.rpm openoffice.org3.3-redhat-menus-3.3-9556.noarch.rpm
openoffice.org3.3-mandriva-menus-3.3-9556.noarch.rpm openoffice.org3.3-suse-menus-3.3-9556.noarch.rpm
# 安装对应的linux版本的OpenOffice[root@localhost desktop-integration]# rpm -ivh openoffice.org3.3-redhat-menus-3.3-9556.noarch.rpm
然后运行soffice,配置下即可运行.
参考地址:
http://mylinux1847300.blog.51cto.com/1837300/347182
阅读(3674) | 评论(0) | 转发(0) |