Birthday prezzie
October 13th, 2006
Pressure of work has kept me away from anything but essential OpenOffice.org tasks recently. However, after seeing the announcement about OpenOffice.org 2.0.4 (which I didn’t have any part in writing
) I couldn’t resist the temptation to do a quick download.
I’m an Ubuntu user, which means I should really wait for an updated version to appear in the repositories. However, this takes time, plus the Debian folks tend to force everything through a political correctness filter that breaks something. So, I decided to use the ‘alien’ .rpm files.
For those who haven’t seen the process before, it looks like this (you’ll note I don’t bother installing the KDE stuff or the Test Tool):
me@mypc:/tmp$ tar -xzf OOo_2.0.4_LinuxIntel_install.tar.gz
me@mypc:/tmp$ rm OOD680_m5_native_packed-1_en-US.9073/RPMS/openoffice.org-kde-integration-2.0.4-5.i586.rpm
me@mypc:/tmp$ rm OOD680_m5_native_packed-1_en-US.9073/RPMS/openoffice.org-testtool-2.0.4-5.i586.rpm
me@mypc:/tmp$ sudo alien -i OOD680_m5_native_packed-1_en-US.9073/RPMS/*.rpm
and while it’s doing that, go off and update your blog
.
When it’s finished, check that everything has worked – e.g. by starting Writer:
me@mypc:/tmp$ /opt/openoffice.org2.0/program/swriter &
and then remove all the installation files:
me@mypc:/tmp$ rm OOo_2.0.4_LinuxIntel_install.tar.gzand enjoy exploring the new features!
me@mypc:/tmp$ sudo rm -rf OOD680_m5_native_packed-1_en-US.9073

November 5th, 2006 at 4:59 am
Hey John,
Sorry this is a bit off topic, but I wanted to inquire… and figured you might know something about it.
What’s the deal with connecting to and working with a mySQL database from Base? Right now, I’ve found it easier to do from Access *gasp*. But it seems like Base and mySQL databases should be best buddies. Any tips?
November 6th, 2006 at 6:49 pm
I’ve just set up a connection from OpenOffice.org 2 Base on a laptop I built yesterday running Ubuntu “Edgy Eft” to a MySQL server on another box. Works fine for me.