OpenOffice3 few days ago came OpenOffice3 final version, so I decided to try them, but I had some problems early, searching the Internet I could solve. Page of OpenOffice3
: http://download.openoffice.org/index.html
To download the deb in English
# wget http://openoffice.bouncer.osuosl.org/?product=OpenOffice.org&os=linuxinteldeb&lang=es&version=3.0.0 Once downloaded, unzip it
# tar
-xvf OOo_3.0.0_LinuxIntel_install_es_deb.tar.gz We entered the DEBS folder to install. deb # cd
OOO300_m9_native_packed-1_es.9358/DEBS /
# dpkg-i *. deb ready, our OpenOffice is already installed.
The good thing is that we still have the OpenOffice2, because the new version is installed in / opt
To prove just run
$ sh / opt/openoffice.org3/program/soffice or $ cd / opt/openoffice.org3/program /
$. / Soffice But our first mistake would be:
Terminate
Called after throwing an instance of 'com:: sun:: star:: a:: RuntimeExcep Luckily this is not a bug, we just have to delete the profile.
$ rm-rf / home / YOUR-USER / .openoffice.org and try again loaded and ready, fixed
If we want to create a shortcut to the new program to create the file based
OOO3. desktop on your desktop with any text file with the following contents:
[Desktop Entry] Version = 1.0 Terminal = false
Exec = sh / opt/openoffice.org3/program/soffice Icon = ooo-writer Type = Application Categories = Application
; Office; StartupNotify = false Name = OpenOffice.org 3 Name [es] = OpenOffice.org 3 We keep it and double click and have access to our new OpenOffice. We can also change the icon (the one I use is oowriter). If
what we want in the menu, you just have to copy them to / usr / share / applications cp
OOO3.desktop / usr / share / applications And what we have in the main menu.
bye