I have install Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz in ubuntu13.10 using tar.gz file but no errors, now I am not able to start the open office service. I don't find it in application also.
How can I install Open Office?
I have install Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz in ubuntu13.10 using tar.gz file but no errors, now I am not able to start the open office service. I don't find it in application also.
How can I install Open Office?
Extract that file with
tar -xvzf Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz
and then install .deb packages with
cd en-US/debs
dpkg -i *.deb
After that, you should be able to start it. If you want to enable desktop integrations (desktop shortcuts), also run
cd desktop-integrations
dpkg -i *.deb
openoffice.org
isn't a package in 13.10 (or at least, not without adding an extra repository somewhere) so that part isn't really relevant here.
– Jez W
Feb 06 '14 at 14:25