安装OpenOffice
(1)在虚拟机中连接网络,访问软件下载官网
Linux下OpenOffice的安装与配置
(2)等待软件包下载完成,我下载到的是默认路径/tmp/mozilla_ztt0
Linux下OpenOffice的安装与配置
3)将下载好的安装包拷贝到某个目录下,在用户本地目录下创建了OpenOffice目录,然后将安装包拷贝到该目录下。
安装过程分为三步:解压缩、安装程序、安装桌面控制台
Linux下OpenOffice的安装与配置
下面我们需要安装这些RPM文件,rpm -ivh *.rpm这个命令会一次去安装需要的rpm的,之间的依赖关系他会处理的。
Linux下OpenOffice的安装与配置
此时需要安装rdesktop、
Linux下OpenOffice的安装与配置
又需要安装openssl-devel
Linux下OpenOffice的安装与配置
安装完成
Linux下OpenOffice的安装与配置
运行./configure 出现另一问题
Linux下OpenOffice的安装与配置
rdesktop依赖libgssglue下载解压安装

./configure --prefix=/usr/local/rdesktop --disable-credssp --disable-smartcard

disable-credssp忽略credssp检查软件依赖关系执行

./configure --disable-credssp

Linux下OpenOffice的安装与配置
make install安装
Linux下OpenOffice的安装与配置
进入openoffice的rpms
启动OpenOffice

soffice -headless -accept=”socket,host=127.0.0.1,port=8100:urp;” -nofirststartwizard &

Linux下OpenOffice的安装与配置
启动之后再program输入netstat –tln查看是否启动成功!如上图所示有8100这个端口就可以使用了

相关文章:

  • 2022-01-05
  • 2022-12-23
  • 2022-03-03
  • 2021-11-24
  • 2021-12-18
  • 2021-11-29
  • 2021-05-12
  • 2021-05-30
猜你喜欢
  • 2021-12-28
  • 2021-07-02
  • 2021-09-03
  • 2021-05-26
  • 2021-11-01
  • 2022-12-23
相关资源
相似解决方案