* Russell Shaw
Hmm, I still have problems:
apt-get install -t testing xfree86-common xbase-clients xserver-xfree86 xlibs
Reading Package Lists... Building Dependency Tree... Sorry, xfree86-common is already the newest version. Sorry, xbase-clients is already the newest version. Sorry, xserver-xfree86 is already the newest version. Sorry, xlibs is already the newest version. 0 packages upgraded, 0 newly installed, 0 to remove and 80 not upgraded. 1 packages not fully installed or removed. Need to get 0B of archives. After unpacking 0B will be used. Setting up console-common (0.7.25) ... Looking for keymap to install: no dpkg: error processing console-common (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: console-common E: Sub-process /usr/bin/dpkg returned an error code (1)
See what the half-installed package is.
dpkg --audit or dpkg --yet-to-unpack
Try: apt-get install -t testing --fix-broken console-common or: apt-get install -t testing --fix-broken xfree86-common
Get each package installed one at a time is probably the easiest way. To see what a package is: dpkg -p <package>, to see what it depends on: apt-cache depends/show/showpkg <package>, to see status: dpkg -s <package>, to see what the package has installed: dpkg -L <package>, to see what package a file belongs to: dpkg -S <file>, etc.
Remember to: apt-get update after changing sources.list.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]