如何在没有xServer的情况下运行unoconv

时间:2012-02-10 17:53:21

标签: xserver openoffice-writer

我想在没有任何GUI的情况下在Cent OS机器服务器上运行unoconv。 Unoconv使用带有-headless参数的OpenOffice,但它也不起作用。

我收到以下错误:

/usr/lib64/openoffice.org3/program/soffice.bin X11 error: Can't open display: 
   Set DISPLAY environment variable, use -display option
   or check permissions of your X-Server
   (See "man X" resp. "man xhost" for details)

是否有一种在服务器上运行unoconv的简单方法?

2 个答案:

答案 0 :(得分:3)

在链接http://www.openvpms.org/documentation/install-openoffice-headless-service-ubuntu中描述您必须安装openoffice.org-writer openoffice.org-draw,否则您将收到一条错误消息:此网址不受支持。

我安装了这两个软件包并在没有X服务器的情况下运行unoconv,它对我来说很好用

答案 1 :(得分:1)

您无法运行soffice命令的原因是因为未安装libreoffice-headless.x86_64软件包。安装后,转换命令正常工作。 how to install