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 &

  • 相关阅读:
    nodejs
    socket.io
    how to develop mobile web
    nodejs
    GitHub
    angularJS vs backbone
    AngularJS
    oracle 数据库中数据导出到excel
    cocos2d-x中的二段构造模式
    HDOJ 4975 A simple Gaussian elimination problem.
  • 原文地址:https://www.cnblogs.com/weipeng/p/3671755.html
Copyright © 2011-2022 走看看