Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 19th, 2008   #1
fooman
Dark Roasted Ubuntu
 
fooman's Avatar
 
Join Date: Jan 2007
Location: northeast, usa
Beans: 1,004
Ubuntu 9.04 Jaunty Jackalope
HOW TO: update to latest openoffice

edit: as of todays update (5-28-09), everything seems to be working again...including "help" (f1).

i see the question posted a lot in the forums and have not noticed a tutorial for it yet...so here is my first attempt at one:

we first need to add the repositories to the sources.list file. so open a terminal and type or copy/paste the following:

Code:
gksudo gedit /etc/apt/sources.list
when it opens, add (copy/paste) the following lines to the bottom of the file:

for hardy:

Code:
##repo for open office3
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu hardy main
for intrepid:

Code:
##repo for open office3
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu intrepid main
for jaunty:

Code:
##repo for open office3
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main

save
and then close the file.

add the PGP key with this command:

Code:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 247D1CFF
now to upgrade openoffice to the latest version (currently 3.1)... just need to update the repos and upgrade the packages. run (type or copy/paste) this command in a terminal:

Code:
sudo apt-get update && sudo apt-get dist-upgrade
thats it...open office 3.1 should be installed and in the menu: applications > office

or just start it up from the terminal:

Code:
openoffice
**if you seem to be missing some items and would like the whole suite installed....open a terminal and type or copy/paste:
Code:
 sudo apt-get install openoffice.org
hope that helps someone.

************************************************** ************************************************** ************************

EDIT: updated 5-13-09 to latest version.

Last edited by fooman; May 28th, 2009 at 02:50 PM..
fooman is offline   Reply With Quote
Old November 25th, 2008   #2
RedRat
Way Too Much Ubuntu
 
Join Date: Jul 2007
Beans: 291
Ubuntu 8.04 Hardy Heron
Re: HOW TO: update to openoffice 3 in intrepid

Just a question. Is Open Office 3 designed for Intrepid (8.10) or can it be installed also under Hardy (8.04). The reason I ask is that I have several programs from Debian (Pan 133 and Google Gadgets) that don't want to install under my current Hardy installation due to library dependencies (These library dependencies are referenced to libraries that I have installed, at least nominally they share the same names).
RedRat is offline   Reply With Quote
Old November 25th, 2008   #3
crjackson
Chocolate-Covered Ubuntu Beans
 
crjackson's Avatar
 
Join Date: May 2007
Location: Charlotte, NC, USA
Beans: 2,405
Ubuntu Karmic Koala (testing)
Re: HOW TO: update to openoffice 3 in intrepid

Quote:
Originally Posted by RedRat View Post
Just a question. Is Open Office 3 designed for Intrepid (8.10) or can it be installed also under Hardy (8.04). The reason I ask is that I have several programs from Debian (Pan 133 and Google Gadgets) that don't want to install under my current Hardy installation due to library dependencies (These library dependencies are referenced to libraries that I have installed, at least nominally they share the same names).
I tried adding the repo listed on my hardy install. It showed updates available but wouldn't install them. It wanted to do a partial upgrade, and I confirmed the upgrade, but it still wouldn't complete the install.

It worked fine in Intrepid however.
__________________
AMD ATHLON 64 X2 4800+ @ 2.6 GHz - Ubuntu Jaunty 9.04
MSI K8N Neo4 Platinum/SLI - BIOS 3.11 - 4 GB Curcial DDR
MSI 8800 GT -- Pioneer DVR-108 -- Pioneer DVR-115D
2x 74 GB WD Raptors SATA , 2x 250 GB Hitachi SATA (Data)
crjackson is offline   Reply With Quote
Old November 25th, 2008   #4
RequinB4
Ubuntu Extra Shot
 
RequinB4's Avatar
 
Join Date: Mar 2008
Beans: 348
Ubuntu 8.04 Hardy Heron
Re: HOW TO: update to openoffice 3 in intrepid

Quote:
Originally Posted by RedRat View Post
Just a question. Is Open Office 3 designed for Intrepid (8.10) or can it be installed also under Hardy (8.04). The reason I ask is that I have several programs from Debian (Pan 133 and Google Gadgets) that don't want to install under my current Hardy installation due to library dependencies (These library dependencies are referenced to libraries that I have installed, at least nominally they share the same names).
http://ubuntuforums.org/showthread.php?t=982652
RequinB4 is offline   Reply With Quote
Old November 26th, 2008   #5
rjuhser
First Cup of Ubuntu
 
Join Date: Nov 2008
Beans: 1
Angry Re: HOW TO: update to openoffice 3 in intrepid

I followed all the steps above in fooman's description, but I don't get OpenOffice 3 installed. The response of the upgrade is ...

sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

... but when I start OpenOffice, I still got version 2.4.

Any ideas what might be wrong?
rjuhser is offline   Reply With Quote
Old November 26th, 2008   #6
omns
Iced Blended Vanilla Crème Ubuntu
 
omns's Avatar
 
Join Date: Aug 2006
Location: non-local
Beans: 2,744
Send a message via MSN to omns
Re: HOW TO: update to openoffice 3 in intrepid

Quote:
Originally Posted by rjuhser View Post
Any ideas what might be wrong?
The packages seem to have disappeared from launchpad? The repo is now empty
__________________
| omns.devianart.com | A Personal Linux |
do less - be more
omns is offline   Reply With Quote
Old November 26th, 2008   #7
frankleeee
Quad Shot of Ubuntu
 
Join Date: Sep 2008
Location: on the moon Alice
Beans: 399
Ubuntu 8.04 Hardy Heron
Re: HOW TO: update to openoffice 3 in intrepid

Quote:
Originally Posted by GrantG View Post
The packages seem to have disappeared from launchpad? The repo is now empty
In another thread the scoop is that due to bug issues the package was pulled to be worked on and will be back when fixed.
frankleeee is offline   Reply With Quote
Old November 26th, 2008   #8
fooman
Dark Roasted Ubuntu
 
fooman's Avatar
 
Join Date: Jan 2007
Location: northeast, usa
Beans: 1,004
Ubuntu 9.04 Jaunty Jackalope
Re: HOW TO: update to openoffice 3 in intrepid

for anyone who updated using this guide and is getting errors when starting openoffice3 (eg..."Openoffice.org 3.0 Fatal Error - The application cannot be started"), this can be resolved by deleting the package "openoffice.org-gnome". just run the following command:

Code:
sudo apt-get remove openoffice.org-gnome
should be working ok after that.

also...as stated above, the repos are down atm while the bug is being fixed:

https://launchpad.net/~openoffice-pkgs/+archive

sorry, hopefully it will be fixed soon.
fooman is offline   Reply With Quote
Old November 26th, 2008   #9
frankleeee
Quad Shot of Ubuntu
 
Join Date: Sep 2008
Location: on the moon Alice
Beans: 399
Ubuntu 8.04 Hardy Heron
Re: HOW TO: update to openoffice 3 in intrepid

Quote:
Originally Posted by fooman View Post
for anyone who updated using this guide and is getting errors when starting openoffice3 (eg..."Openoffice.org 3.0 Fatal Error - The application cannot be started"), this can be resolved by deleting the package "openoffice.org-gnome". just run the following command:

Code:
sudo apt-get remove openoffice.org-gnome
should be working ok after that.

also...as stated above, the repos are down atm while the bug is being fixed:

https://launchpad.net/~openoffice-pkgs/+archive

sorry, hopefully it will be fixed soon.
Thanks, the only problem I have had is the systray quickstarter disappearing on a reboot, but since I have to write a final paper for a class I am saving every thing on a thumbdrive in oog and doc just in case I have to rush to the college and use the windows computer. (shudder)

Last edited by frankleeee; November 27th, 2008 at 02:57 PM..
frankleeee is offline   Reply With Quote
Old November 27th, 2008   #10
zika
100% Pure Ubuntu
 
zika's Avatar
 
Join Date: Oct 2008
Location: Čubura->Exodus Hair
Beans: 929
Ubuntu Karmic Koala (testing)
Re: HOW TO: update to openoffice 3 in intrepid

Yesterday I've been usin OpenOfifice happily.

Today I've found today that my OpenOffice is missing from menu and that it won't open files anymore. I have upgraded openoffice to 3.0 from the one that came with Ibex (2.*) some time ago via:

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
sudo apt-get update
sudo apt-get dist-upgrade


i've tried to do sudo apt-get install opennoffice.org but that gave me:

when I go through directories the files are there but how to re-activate them. When I click on OOfile (like .odt) openoffice is not mentioned. It all worked yesterday ...

sudo apt-get install openoffice.org
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
openoffice.org: Depends: openoffice.org-writer but it is not going to be installed
Depends: openoffice.org-calc but it is not going to be installed
Depends: openoffice.org-impress but it is not going to be installed
Depends: openoffice.org-draw but it is not going to be installed
Depends: openoffice.org-math but it is not going to be installed
Depends: openoffice.org-base but it is not going to be installed
Depends: openoffice.org-report-builder-bin but it is not going to be installed
E: Broken packages

Is there any help?

I've tried just a minute ago to reinstall it using ftp://ftp.ussg.iu.edu/pub/openoffice...-US_deb.tar.gz and everything went well except menus could not be installed. But, the situation is the same, I can not start OpenOffice.

Where are the files that start writer etc?

I think I know what happened: after update yesterday Cruft Remover suggested to delete uno-libs3 package. So I did. It seems that it is needed for OO3.0.

Any ideas how to undo that operation?

I've done this on two machines, and today when I updated third machine I saw what is going on. I've saved that machine ...

Should I reinstall (before uninstalling all of OO2.* originally from Ibex)?

I probably messed up now by trying to reinstall.
zika is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:16 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry