{"id":107,"date":"2009-01-26T12:06:00","date_gmt":"2009-01-26T02:06:00","guid":{"rendered":"https:\/\/www.serenux.com\/?p=107"},"modified":"2021-01-14T12:10:44","modified_gmt":"2021-01-14T02:10:44","slug":"howto-install-openoffice-org-3-0-1-in-ubuntu-intrepid-8-10-right-now-rather-than-wait-for-ubuntu-jaunty-9-04","status":"publish","type":"post","link":"https:\/\/www.serenux.com\/index.php\/2009\/01\/26\/howto-install-openoffice-org-3-0-1-in-ubuntu-intrepid-8-10-right-now-rather-than-wait-for-ubuntu-jaunty-9-04\/","title":{"rendered":"HowTo: Install OpenOffice.org 3.0.1 in Ubuntu Intrepid 8.10 right NOW rather than wait for Ubuntu Jaunty 9.04"},"content":{"rendered":"\n<p>OpenOffice.org 3.0.x has been out for awhile now, but unfortunately did not get released in time to be included with Ubuntu Intrepid 8.10 back in October 2008, so Intrepid shipped with OpenOffice.org 2.4.1 instead. Bummer.<\/p>\n\n\n\n<p>OpenOffice.org 3.0.x will be included in Ubuntu Jaunty 9.04 in April 2009, but as some people have noticed, there are some useful features in OpenOffice.org 3.0.x (such as much improved Word doc importing) that can make waiting another four months seem like a bloody long time to upgrade. You want 3.0&nbsp;<em>now<\/em>, not in four months!<\/p>\n\n\n\n<p>So for the impatient among you, here\u2019s the most painless and easiest way to upgrade your OpenOffice.org to 3.0.1 without having to deal with downloading individual packages or TAR archives from the OpenOffice.org website, or manually having to satisfy the extra dependencies that OpenOffice.org 3.0.1 requires.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>First up, open a terminal.<br><\/li><li>Now type in:<br><br><code>$ sudo gedit \/etc\/apt\/sources.list.d\/openoffice.list<\/code><br><br>\u2026and your text editor will appear with a blank new file to type into.<br><\/li><li>Copy &amp; paste or type in the following line into the editor:<br><br><code>deb http:\/\/ppa.launchpad.net\/openoffice-pkgs\/ubuntu intrepid main<\/code><br><br><img loading=\"lazy\" decoding=\"async\" width=\"571\" height=\"331\" src=\"https:\/\/web.archive.org\/web\/20160306135726im_\/http:\/\/www.serenux.com\/wp-content\/uploads\/2009\/01\/geditwindow.jpg\" alt=\"Adding the repository using GEdit\"><br><\/li><li>Save your file and close the text editor.<br><\/li><li>Now type in at the terminal:<br><br><code>$ sudo apt-get update<\/code><br><\/li><li>You should observe that a warning message regarding NO_PUBKEY will appear after the update has completed as follows:<br><br><code>W: GPG error: http:\/\/ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60D11217247D1CFF<\/code><br><br>This is because you don\u2019t yet have the public key for this OpenOffice.org repository to be able to authenticate anything from it, so we need to add it with the following command at the $ prompt:<br><br><code>$ gpg --keyserver keyserver.ubuntu.com --recv 60D11217247D1CFF<br>gpg: requesting key 247D1CFF from hkp server keyserver.ubuntu.com<br>gpg: key 247D1CFF: public key \"Launchpad PPA for OpenOffice.org Scribblers\" imported<br>gpg: Total number processed: 1<br>gpg:\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 imported: 1\u00a0 (RSA: 1)<br>$<\/code><br><br>Right, that downloaded the key from the Ubuntu keyserver to your PC. Now we need to tell Apt to use that downloaded key to authenticate with. Do do this, type in:<br><br><code>$ gpg --export --armor 60D11217247D1CFF | sudo apt-key add -<br>OK<br>$<\/code><br><\/li><li>If you now run Step 5\u2019s command again (sudo apt-get update), you will no longer have the NO_PUBKEY warning at the end of it.<br><\/li><li>Anyway, once Apt has finished updating itself with a new list of packages, within a few seconds, your Update Manager will pop up the red arrow in the system tray advising that there are new updates to download.<br><br>.<img loading=\"lazy\" decoding=\"async\" width=\"422\" height=\"162\" src=\"https:\/\/web.archive.org\/web\/20160306135726im_\/http:\/\/www.serenux.com\/wp-content\/uploads\/2009\/01\/softwareupdatesavailable.jpg\" alt=\"Software Updates are Available\"><br><\/li><li>When you open Update Manager, you will find that they are all upgrades to OpenOffice.org 3.0.x including the extra dependencies required! Sweet!<br><br><img loading=\"lazy\" decoding=\"async\" width=\"587\" height=\"661\" src=\"https:\/\/web.archive.org\/web\/20160306135726im_\/http:\/\/www.serenux.com\/wp-content\/uploads\/2009\/01\/openofficeorgupdates.jpg\" alt=\"OpenOffice.org Updates ready to install\"><br><\/li><li>Hit the \u201cInstall Updates\u201d button. If you are presented with a dialog box warning you that some of the packages cannot be authenticated, then you have not got the Public Key from the Ubuntu Keyserver to authenticate the new OpenOffice.org packages. This is because this OpenOffice.org 3.0.1 repository is not official nor permanent and was only setup to satisfy the impatient ones out there (ie: you!). It is not critical that the packages be authenticated, but that is up to you to decide. If you\u2019d rather not install unauthenticated packages, then just click the Cancel button and stop following these instructions.\u00a0<strong>If you followed Step 6 properly, then you will\u00a0<em>not<\/em>\u00a0get this warning message because the public key you downloaded in Step 6 will authenticate the packages properly and the download of updates will commence immediately as per Step 11.<\/strong><br><br>.<img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"550\" src=\"https:\/\/web.archive.org\/web\/20160306135726im_\/http:\/\/www.serenux.com\/wp-content\/uploads\/2009\/01\/notauthenticatedpackages.jpg\" alt=\"Warning about Not Authenticated Packages\"><br><\/li><li>Hit the Apply button and allow the system to download and install as normal.<br><\/li><li>When completed, start up OpenOffice.org as normal and you will see that the splash loader and the Help->About page show that you now have OpenOffice.org 3.0.1!<br><br>.<img loading=\"lazy\" decoding=\"async\" width=\"425\" height=\"349\" src=\"https:\/\/web.archive.org\/web\/20160306135726im_\/http:\/\/www.serenux.com\/wp-content\/uploads\/2009\/01\/aboutopenoffice.jpg\" alt=\"About OpenOffice.org\"><br><\/li><li>Pat yourself on the back. You\u2019re done.<\/li><\/ol>\n\n\n\n<p>How is this possible anyway? Well, seems that demand for OpenOffice.org 3.0.x has been so great that the nice guys at&nbsp;<a href=\"https:\/\/web.archive.org\/web\/20160306135726\/https:\/\/launchpad.net\/~openoffice-pkgs\" target=\"_blank\" rel=\"noreferrer noopener\">OpenOffice.org Scribblers<\/a>&nbsp;decided to put together a quick little dedicated repository for it on the Launchpad site, so all kudos and credit go to them. The repo only works for Ubuntu Intrepid, so for users of earlier versions of Ubuntu, you will still need to download the .debs and install them manually from the OpenOffice.org website.<\/p>\n\n\n\n<p><em>Credit goes to stmok from Overclockers Australia for advising of the public key solution used in Step 6 \u2013 thanks!<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenOffice.org 3.0.x has been out for awhile now, but unfortunately did not get released in time to be included with Ubuntu Intrepid 8.10 back in October 2008, so Intrepid shipped with OpenOffice.org 2.4.1 instead. Bummer. OpenOffice.org 3.0.x will be included in Ubuntu Jaunty 9.04 in April 2009, but as some people have noticed, there are [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-107","post","type-post","status-publish","format-standard","hentry","category-tutorials"],"_links":{"self":[{"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/posts\/107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/comments?post=107"}],"version-history":[{"count":1,"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/posts\/107\/revisions"}],"predecessor-version":[{"id":108,"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/posts\/107\/revisions\/108"}],"wp:attachment":[{"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/media?parent=107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/categories?post=107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.serenux.com\/index.php\/wp-json\/wp\/v2\/tags?post=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}