On Jan 27, 2008 5:35 PM, landerson <<a href="mailto:lan89295@bigpond.net.au">lan89295@bigpond.net.au</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, 27 Jan 2008 00:47:07 +0900<br>"Patrick Coleman" <<a href="mailto:blinken@gmail.com">blinken@gmail.com</a>> wrote:<br><br>> On Jan 27, 2008 3:04 AM, landerson <<a href="mailto:lan89295@bigpond.net.au">lan89295@bigpond.net.au</a>> wrote:<br>
> ><br>> >  Gentlemen,<br>> ><br>> >  Have encountered the following problem   Software index is broken<br>> >  Tried to affect a repair by using  "apt-get -f install"  but no luck.<br>
><br>> What errors are you getting when you try to install something?<br>><br>> -Patrick<br>><br> Patrick,<br><br> Get the following messages<br> Unpacking libsane-extras (from ..../libsane-extras_1.0.18.16_i386.deb<br>
 dpkg: error processing /var/cache/apt/archives/libsane-extras_1.0.18.16._i386.deb (--unpack):<br> E: trying to overwrite '/usr/share/man/man5/sane-epkowa.5.gz', which is also in package iscan<br> dpkg-deb: subprocess paste killed by signal (broken pipe)<br>
 Errors were encountered while processing<br> /var/cache/apt/archives/libsane-extras_1.0.18.16_i386.deb<br> E: Sub-process /usr/bin/dpkg returned an error code (1)<br><br> Hope it is easy to resolve<br><br> Thank"s for the reply<br>
<br><br> Laurie<br>_______________________________________________<br>PLUG discussion list: <a href="mailto:plug@plug.org.au">plug@plug.org.au</a><br><a href="http://www.plug.org.au/mailman/listinfo/plug" target="_blank">http://www.plug.org.au/mailman/listinfo/plug</a><br>
Committee e-mail: <a href="mailto:committee@plug.linux.org.au">committee@plug.linux.org.au</a><br></blockquote></div><br><br><br>It's telling you that the package "iscan" installed on your system manages the file /usr/share/man/man5/sane-epkowa.5.gz. Now you're trying to install libsane-extras and it's also trying to manage the file /usr/share/man/man5/sane-epkowa.5.gz.<br>
<br>I'd probably do a<br># dpkg --purge iscan<br>and then continue with your installation of libsane-extras.<br><br>Tomasz<br>