![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
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,215
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.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|