I want to install openoffice headless in Ubuntu 14.10, but when I try to install it, it says there is no package for that name.
I installed libreoffice-common using apt-get, but I can't find headless.
How can I install Openoffice headless?
I want to install openoffice headless in Ubuntu 14.10, but when I try to install it, it says there is no package for that name.
I installed libreoffice-common using apt-get, but I can't find headless.
How can I install Openoffice headless?
The package libreoffice-common is right - there is no longer a separate package it's just a command line option you need: --headless:
libreoffice --headless ...
For the headless use in general, which did not change much,
see @AnwarShah on Install OpenOffice for headless use