nxjblog

下载安装包之后的安装过程

1 tar -zxvf Apache_OpenOffice_4.1.6 对应的压缩包名字
2 cd 进入解压后的 /zh-cn/RPMS
3 yum localinstall *.rpm
4 cd desktop-integration
5 rpm -ivh openoffice4.1.6-redhat-menus-4.1.6-9790.noarch.rpm

启动命令

/opt/openoffice4/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &

自动启动设置

修改配置文件
vi /etc/rc.local 添加如下命令 soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &

 

分类:

技术点:

相关文章:

  • 2021-03-15
  • 2021-08-04
  • 2021-08-14
  • 2021-08-31
  • 2021-09-10
  • 2021-09-27
  • 2021-10-04
  • 2021-04-02
猜你喜欢
  • 2021-09-04
  • 2021-09-17
  • 2021-08-26
  • 2021-08-28
  • 2021-07-27
  • 2021-09-18
  • 2021-12-16
相关资源
相似解决方案