天天看點

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 &