Hello Mr Murray, Thank you very much for your email. I'm not sure I understand much of it but I ran *sudo rm /var/lib/dpkg/info/PACKAGE_VERSION.p* in accordance with your "workaround" suggestion A to remove the package, but I got the message that no such file or directory exists. So then I went to your workaround alternative B to be used when package can't be removed. I got the following printout:-* tony@tony-laptop:~$ sudo rm /var/lib/dpkg/info/PACKAGE_VERSION.p* [sudo] password for tony: rm: cannot remove `/var/lib/dpkg/info/PACKAGE_VERSION.p*': No such file or directory tony@tony-laptop:~$ sudo apt-get clean [sudo] password for tony: tony@tony-laptop:~$ sudo aptitude download PACKAGE Reading package lists... Done Building dependency tree Reading state information... Done Initialising package states... Done Writing extended state information... Done E: Can't find a package named "PACKAGE" tony@tony-laptop:~$ sudo dpkg --unpack./PACKAGE_VERSION.deb dpkg: unknown option --unpack./PACKAGE_VERSION.deb Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --license|--licence for copyright licence and lack of warranty (GNU GPL) [*]. Options marked [*] produce a lot of output - pipe it through `less' or `more' ! tony@tony-laptop:~$ sudo dpkg --configure PACKAGE dpkg: error processing package (--configure): no package named `package' is installed, cannot configure Errors were encountered while processing: package tony@tony-laptop:~$ I think I've probably done something wrong, haven't I? Regards, Tony Boulind On 5 March 2010 23:43, Brian Murray