centos7安装openoffice

Posted youlixishi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7安装openoffice相关的知识,希望对你有一定的参考价值。

[摘要:间接登录openoffice民网下载硬件包,但跳转的页里却不停挨没有开。末了只能正在末端里干活下了: 1. 挑选得当的版本:http://www.openoffice.org/download/other.html 2. 翻开末端:wget url 最先下载 3.]

直接登录openoffice官网下载软件包,但跳转的页面却一直打不开。最后只能在终端里干活下了:

1. 选择适合的版本:http://www.openoffice.org/download/other.html

2. 打开终端:wget url 开始下载

3. 下完解压:

tar -zxvf Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_zh-CN.tar.gz  

4. 安装:

[[email protected] RPMS]# rpm -Uvh *.rpm desktop-integration/openoffice4.1.1-redhat-menus-4.1.1-9775.noarch.rpm

安装完后,运行:openoffice4,

 

本地报错:

 

[[email protected] zh-CN]# openoffice4 No protocol specified No protocol specified /opt/openoffice4/program/soffice.bin X11 error: Can‘t open display:     Set DISPLAY environment variable, use -display option    or check permissions of your X-Server    (See "man X" resp. "man xhost" for details)


重启后,就OK了。

以上是关于centos7安装openoffice的主要内容,如果未能解决你的问题,请参考以下文章

使用openOffice将office文件转成pdf

OpenOffice实现Office转Pdf(支持自定义添加水印页眉页脚)

将 Java UNO 代码从 OpenOffice 2.4 迁移到 3.0

为了让 OpenOffice.org Calc 读取 Excel 文件中的 VBA 代码,我需要做啥?

安装OpenOffice

基于openOffice和python实现office转pdf和html示例代码