Linux安装OpenOffice3


Linux安装OpenOffice3
 
下载链接: http://www.openoffice.org/download/other.html
以下是debian系统下安装openoffice步骤,其他系统安装步骤请参见官方链接:http://www.openoffice.org/download/common/instructions.html
1. 下载你想要到Apache OpenOffice安装包(下载链接:http://www.openoffice.org/download/other.html)
    注:我下载到安装包名为:Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz
            下载后的存放目录:/data/soft
2. 解压
   # cd /data/soft/
   # tar  zxvf   Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz
    注:解压后到目录根据你下载到安装包语言命名,如:我的解压后目录为 en-US (英文版)
3. 安装
  #  cd /data/soft/en-US/DEBS
   # dpkg -i *.deb
4. 将openoffice安装到应用程序中,便于从桌面启动
  # cd /data/soft/en-US/DEBS/desktop-integration
  # dpkg -i *.deb
至此,openoffice已成功安装完毕,默认安装路径:/opt/
启动文件可以在系统到应用程序里找到

相关内容

    暂无相关文章