我在我的 VPS 上使用命令行在 Ubuntu 64 位上运行 Open Office 4 Soffice Headless。
/usr/bin/soffice -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager -norestore -nofirststartwizard -nologo -headless
它因错误而退出。
no suitable windowing system found, exiting.
答案1
您需要安装软件包 libxt6 和 libxrender1
apt-get 安装 libxt6
apt-get 安装 libxrender1