zoukankan      html  css  js  c++  java
  • linux OpenOffice

    1、下载所需的安装包  /project/openofficeorg.mirror/4.0.1/binaries/zh-CN/Apache_OpenOffice_4.0.1_Linux_x86-64_install-rpm_zh-CN.tar.gz    然后解压安装包。

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

            解压后,会得到OOO330_m20_native_packed-1_zh-CN.9567目录。

          2、(进入RPMS目录)安装OpenOffice的所有组件

            # rpm -ivh openoffice*.rpm

          3、(进入RPMS/desktop-integration目录)安装OpenOffice的桌面控制台desktop-integration

            # cd desktop-integration

            # rpm -ivh openoffice.org3.2-redhat-menus-3.2-9472.noarch.rpm

            注意:安装这个桌面配置环境的时候,应根据自己的系统选择合理的配置文件包。

          4、启动openOffice

            cd /opt/openoffice.org3/program

            #soffice -headless -accept="socket,host=localhost,port=8100:urp;" -nofirststartwizard &

            或:/opt/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &

  • 相关阅读:
    内存溢出异常
    Java堆中的对象
    运行时数据区域
    字符串常量池
    自己编译JDK
    @PathVariable注解详解
    spring容器监听器
    redis和spring整合
    Redis安装、启动、关闭
    HDU3974 Assign the task
  • 原文地址:https://www.cnblogs.com/weipeng/p/3671755.html
Copyright © 2011-2022 走看看