User login
Navigation
Recent blog posts
- Ubuntu mirrors up and improved!
- Google-jstemplate: Iterate object with unknown properties
- nginx https proxypass for php apps
- sugarcrm & memcache: Doing it Wrong
- subversion and https in Ubuntu Karmic
- Drupal: Views block delta converted to md5 hash
- Ubuntu Server install requires PAE
- Installing Drupal from command line
- Drupal: Handling form field weight through CCK
- minify javascript using Google Closure Compiler
angch's location
angch twitter
OpenOffice 3 backports for Ubuntu.

angch — Tue, 19/05/2009 - 11:17
Caveat: following undergoing testing:
Intrepid:
gpg --keyserver keyserver.ubuntu.com --recv-key 60D11217247D1CFF
sudo -s
echo "deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main" > /etc/sources.list.d/openoffice
gpg --armor --export 60D11217247D1CFF | sudo apt-key add
apt-get update
aptitude dist-upgradeHardy:
gpg --keyserver keyserver.ubuntu.com --recv-key 60D11217247D1CFF
sudo -s
echo "deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu hardy main" > /etc/sources.list.d/openoffice
gpg --armor --export 60D11217247D1CFF | sudo apt-key add
apt-get update
aptitude dist-upgrade