Saturday, May 4, 2024
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 36881  / 3 Years ago, sun, may 30, 2021, 4:12:28

The question very simple and short. I am following this article to install OpenOffice headless:



sudo apt-get install openoffice.org-headless openoffice.org-writer openoffice.org-draw


And I get the following error :



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openoffice.org-headless
E: Couldn't find any package by regex 'openoffice.org-headless'


UPDATE:



apt-cache search openoffice.org


output: http://pastebin.ubuntu.com/1262902/


More From » openoffice.org

 Answers
2

Install OpenOffice following the instruction given at their Website.



The installation procedure is as follows:




  1. First Download the openOffice.org all in one tar package. You should select Your OS (For me Linux 64-bit (x86-64) DEB), Language and Version. Then click on Download full installation button to get a .tar.gz file


  2. Then extract the .tar.gz file into a suitable directory. I downloaded in my home directory. You can extract it using a command like this (replace the file name with the exact name you downloaded)



    tar xf Apache_OpenOffice_4.1.2_Linux_x86-64_install-deb_en-US.tar.gz

  3. Then open a terminal and go the the directory containing the .deb files. If you extracted in Home directory, the command is



    cd ~/en-US/DEBS/

  4. Then install all the .deb files with the command:



    sudo dpkg -i *.deb

  5. Since, OpenOffice 2.3 it can be started in headless mode. So, you can start it in headless mode with the command



    soffice --headless 



Hope this will help.



Tested again in 16.04. It works as before


[#35252] Sunday, May 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
izeeas

Total Points: 412
Total Questions: 105
Total Answers: 118

Location: Trinidad and Tobago
Member since Fri, May 8, 2020
4 Years ago
;