美文网首页
Openoffice安装

Openoffice安装

作者: 袁先生的笔记 | 来源:发表于2017-04-04 23:31 被阅读0次

环境

系统:centos 6.8
软件:Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_zh-CN.tar.gz

openoffice安装

  • 下载rpm包
    地址:https://www.openoffice.org/download/index.html

  • 安装openoffice

    # tar -xzvf Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_zh-CN.tar.gz
    # rpm -Uvih zh-CN/RPMS/*.rpm
    # rpm -Uvih zh-CN/RPMS/desktop-integration/openoffice4.1.3-redhat-menus-4.1.3-9783.noarch.rpm
    
  • 安装X11

    # yum install xorg-x11-server-Xvfb
    
  • 启动openoffice

    # xvfb-run -a /opt/openoffice4/program/soffice  -headless  -nologo  -norestore  -nofirststartwizard -accept="socket,host=localhost,port=8100;urp" &
    

扩展

  • 添加windows字体
    拷贝windows字体文件夹,放于/opt/openoffice4/share/fonts下

相关文章

网友评论

      本文标题:Openoffice安装

      本文链接:https://www.haomeiwen.com/subject/bqttattx.html