I am attempting to upgrade to the most recent Ubuntu OS but i am being stopped with warning that mfc6490cwlpr:i386 is in a very bad inconsistent state. the warning suggests that I should reinstall before I remove this pkg. The following is my attempt to do so.
dpkg: warning: overriding problem because --force enabled:
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
(Reading database ... 284218 files and directories currently installed.)
Removing mfc6490cwlpr:i386 ...
start: Unknown job: lpd
dpkg: error processing mfc6490cwlpr:i386 (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
mfc6490cwlpr:i386
me@mycomp-Studio-1737:~$ ^C
kingston@kingston-Studio-1737:~$ sudo dpkg --configure -a
[sudo] password for ME:
dpkg: dependency problems prevent configuration of mfc6490cwcupswrapper:i386:
mfc6490cwcupswrapper:i386 depends on mfc6490cwlpr; however:
Package mfc6490cwlpr:i386 is not installed.
dpkg: error processing mfc6490cwcupswrapper:i386 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mfc6490cwcupswrapper:i386
me@mycomp-Studio-1737:~$ sudo apt-get install mfc6490cwcupswrapper:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mfc6490cwcupswrapper:i386
Needless to say... I have had no luck. Can anyone guide me through this?
apt-get
to install the packages -- which is not possible, as they are not included in any repository. You must usedpkg
instead. I posted an installation script I created to pastebin – Izzy Jul 22 '12 at 15:41