stevewr,
please try and follow exactly these steps, they assume that your Internet connection is working fine and that you can access the website mentioned before:
1) login into your user account and open a root konsole:
PCmenu -> System -> Terminals -> Terminal - Super User Modeyou will be asked for your root password, provide it and you should then see a red root prompt in the konsole, something like
[root@localhost ~]#2) copy the entire set of commands below:
/bin/mv /etc/apt/sources.list /etc/apt/sources.list_old
echo "rpm http://gnustep.ethz.ch/mirror/pclinuxos/apt/ pclinuxos/2007 main extra nonfree kde" > /etc/apt/sources.list
echo "rpm ftp://ftp.nl.freebsd.org/pub/os/Linux/distr/texstar/openoffice/apt/ pclinuxos/2009 openoffice" >> /etc/apt/sources.list
apt-get update |tee /tmp/step1.log
apt-get dist-upgrade --fix-broken |tee /tmp/step2.log
dupeclean |tee /tmp/step3.log
synapticpaste them into the root konsole after the red root prompt and press the enter key
3) Synaptic should now be open. In Synaptic, click on
Search. A new window entitled
Find will open. There in the Search field enter:
task-openoffice3 and let Synaptic search for it. Synaptic will then show a list of different OO-localizations. Double-click the one you want (for example
task-openoffice3-en_US for the default US-English version) and then click on
Apply and Synaptic will install OpenOffice for you.
4) To have most features in OO you may also use Synaptic to install the packages
java and
webcore-fonts. After all is installed choose from the Synaptic menu: File -> Quit in order to exit Synaptic
5) Finally you reset your original repo-configuration by copy/paste the command below into the root konsole after the red root prompt and press the enter key:
/bin/mv -f /etc/apt/sources.list_old /etc/apt/sources.listPlease let me know if this worked and in case it didn't the reason for the problem could be found in one of the files /tmp/stepX.log which we then will have to see. But let's first assume it will work

good luck,
-p.