Sorry to bug you and thanks for your help.
I realize its pretty late at night for you right now.
apt-get -f install shows the following:
[root@localhost arklinux]# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 removed and 3 not upgraded.
W: There are multiple versions of "gtk+" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^gtk+$"; };
To disable these warnings completely set:
RPM::Allow-Duplicated-Warning "false";
W: You may want to run apt-get update to correct these problems
The wierd thing is if i run apt-get update i now get the following:
[root@localhost arklinux]# apt-get update
Get:1
ftp://arklinux.oregonstate.edu dockyard/en/i586 release [1086B]
Get:2
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586 release [1084B]
Fetched 2170B in 2s (858B/s)
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/os pkglist
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/os release
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/updates pkglist
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/updates release
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/contrib pkglist
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/contrib release
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/os srclist
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/updates srclist
Hit
ftp://arklinux.oregonstate.edu dockyard/en/i586/contrib srclist
Get:1
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/os pkglist [2489kB]
Get:2
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/os release [37B]
Hit
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/updates pkglist
Get:3
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/updates release [31B]
Hit
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/contrib pkglist
Get:4
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/contrib release [35B]
Get:5
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/os srclist [223kB]
Hit
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/updates srclist
Hit
ftp://arklinux.oregonstate.edu dockyard-devel/en/i586/contrib srclist
Fetched 2205kB in 36s (60.3kB/s)
Reading Package Lists... Done
Building Dependency Tree... Done
W: There are multiple versions of "gtk+" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^gtk+$"; };
To disable these warnings completely set:
RPM::Allow-Duplicated-Warning "false";
W: You may want to run apt-get update to correct these problems
I did not get this message at the end previously.
It seems I need to remove a version of gtk - what do you think?