Re: [Hampshire] Printer Driver un-screw.

Αρχική Σελίδα

Reply to this message
Συντάκτης: Graham Bleach
Ημερομηνία:  
Προς: Hampshire LUG Discussion List
Αντικείμενο: Re: [Hampshire] Printer Driver un-screw.
On 17/08/07, Mike Burrows <testermike@???> wrote:
> marvin:/home/testermike/brother# dpkg -i --force-all
> mfc240ccupswrapper-1.0.0-9.i386.deb
> Selecting previously deselected package mfc240ccupswrapper.
> (Reading database ... 151419 files and directories currently installed.)
> Preparing to replace mfc240ccupswrapper 1.0.0-9 (using
> mfc240ccupswrapper-1.0.0-9.i386.deb) ...
> /var/lib/dpkg/info/mfc240ccupswrapper.prerm: line
> 3: /usr/local/Brother/Printer/mfc240c/cupswrapper/cupswrappermfc240c: No
> such file or directory


I'm not sure why you're using --force-all; by doing so you could make
things a lot worse by breaking your system in other ways.

It appears that the files that were part of this package have somehow
been removed. You could try putting back the one that it complained
about:

mkdir -p /usr/local/Brother/Printer/mfc240c/cupswrapper
touch /usr/local/Brother/Printer/mfc240c/cupswrapper/cupswrappermfc240c

Then running the installation again.

G