How to install Apache openoffice 4 in ubuntu-12.04/Debian wheezy.
Apache OpenOffice suite is the original office suite used in all linux os previously. After the adoption of Apache and the contribution of apache lots of bugs has been fixed to make it more stable and comfortable with linux OS.
It has a new improved sidebar and user interface. Apache openoffice has fixed over 500 bugs. It has improved the processing of DOCX file.
It has improved drawing/graphics utility.
It has made more compatible with microsoft office suite to easily process heavy excel sheets for more bug fixed detail logon to apache open office official website.
Download the Apache openoffice from the given link.
1.First we have to remove the libreoffice
$ sudo apt-get remove --purge remove libreoffice*
2.Now extract the downloaded package
$ sudo tar -zxvf Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz
3. Now you will have folder like en-us go inside .
$ cd en-us
$ cd DEBS
$ ls
4. Now we have install all the debs :-
$ sudo dpkg -i *.deb
This will install all the deb packages
5. Now go into desktop-integretion folder and install deb package
$ cd desktop-integretion
$ ls
$ sudo dpkg -i openoffice4.0-debian-menus_4.0-9702_all.deb
6. Now we will check and Apache openoffice
That's it Now enjoy using Apache openoffice 4 . This tutorial is fully stable with ubuntu-12.04 and Debian wheezy.
23:59
Tags :
Ubuntu-12.04
Subscribe by Email
Follow Updates Articles from This Blog via Email
4 Comments
EXCELENTE:
Reply DeleteLes dejo el link para los .DEB
http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_es.tar.gz/download
o lo descarga con wget:
sudo wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_es.tar.gz/download -O Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_es.tar.gz
Buen provecho
@_jpgo
Thanks! Worked well, except for the command 'remove'... ubuntu 12.04 said "command not found"
Reply DeleteI downloaded OO v 4.0.1, so I had to change Step #5 to:
Reply Deletesudo dpkg -i openoffice4.0-debian-menus_4.0-9714_all.deb
Hola amigo, tienes un pequeño error. Para desinstalar y purgar, en vez de:
Reply Delete$ sudo apt-get remove --purge remove libreoffice*
la orden correcta es:
$ sudo apt-get remove --purge libreoffice*
Un detalle que me hizo perder unos minutos... De todas formas, excelente post, pues hice un intento antes y me quedó instalado el LIBRE-OFFICE, que no es lo mismo...
Gracias