![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Fresh Brewed Ubuntu
![]() Join Date: Jan 2007
Location: northeast, usa
Beans: 1,213
Ubuntu 9.04 Jaunty Jackalope
|
HOW TO: update to the latest OpenOffice using launchpad repositories
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 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 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 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 Code:
sudo apt-get update && sudo apt-get dist-upgrade or just start it up from the terminal: Code:
openoffice Code:
sudo apt-get install openoffice.org ************************************************** ************************************************** ************************ EDIT: updated 5-13-09 to latest version. Last edited by fooman; September 9th, 2009 at 08:26 AM.. |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() Join Date: Jul 2007
Beans: 465
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).
|
|
|
|
|
|
#3 | |
|
Tall Cafè Ubuntu
![]() Join Date: May 2007
Location: Charlotte, NC, USA
Beans: 2,528
Ubuntu 9.10 Karmic Koala
|
Re: HOW TO: update to openoffice 3 in intrepid
Quote:
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 -- Plextor PX-880SA -- Pioneer DVR-115D 2x 74 GB WD Raptors SATA , 2x 250 GB Hitachi SATA (Data) |
|
|
|
|
|
|
#4 | |
|
Ubuntu Extra Shot
![]() Join Date: Mar 2008
Beans: 348
Ubuntu 8.04 Hardy Heron
|
Re: HOW TO: update to openoffice 3 in intrepid
Quote:
|
|
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2008
Beans: 1
|
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? |
|
|
|
|
|
#6 |
|
Iced Blended Vanilla Crème Ubuntu
![]() |
Re: HOW TO: update to openoffice 3 in intrepid
The packages seem to have disappeared from launchpad? The repo is now empty
|
|
|
|
|
|
#7 |
|
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
|
|
|
|
|
|
#8 |
|
Fresh Brewed Ubuntu
![]() Join Date: Jan 2007
Location: northeast, usa
Beans: 1,213
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 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. |
|
|
|
|
|
#9 | |
|
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:
Last edited by frankleeee; November 27th, 2008 at 03:57 PM.. |
|
|
|
|
|
|
#10 |
|
Dark Roasted Ubuntu
![]() Join Date: Oct 2008
Location: Čubura->Exodus Hair
Beans: 1,147
Ubuntu Development Release
|
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. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|