offenoffice linux install

888 ワード

https://www.jianshu.com/p/db7733274da3
ダウンロード
#       
rpm -qa | grep  -i openoffice

rpm -ivh *.rpm(    rpm  )
      /opt 
     
rpm -ivh --prefix=   *.rpm *.rpm

#  
 rpm -e `rpm -qa |grep openoffice` `rpm -qa |grep ooobasis`


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



netstat -lnp |grep    

https://blog.csdn.net/cuker919/article/details/46389449
------------------------------------------------------------
に質問
   :no suitable windowing system found, exiting.
# yum groupinstall "X Window System"




https://www.iteye.com/blog/pigga-2384208 https://www.iteye.com/blog/pigga-2384208