[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to solve the "dpkg: error processing" issue when installing a package?



On Thu, Apr 30, 2009 at 17:10, 明覺 <shi.minjue@gmail.com> wrote:
> when  i tries to install the gvfs package(it should not be specific to
> this package, the error may occur when installing any package), it
> shows the following error
> -----------------------------------
> After this operation, 463kB of additional disk space will be used.
> (Reading database ... 127441 files and directories currently installed.)
> Preparing to replace gvfs 1.0.3-4 (using .../gvfs_1.2.2-1_amd64.deb) ...
> Unpacking replacement gvfs ...
> dpkg: error processing /var/cache/apt/archives/gvfs_1.2.2-1_amd64.deb
> (--unpack):
>  trying to overwrite `/usr/lib/libgvfscommon.so.0.0.0', which is also
> in package libgvfscommon0
> dpkg-deb: subprocess paste killed by signal (Broken pipe)
> Errors were encountered while processing:
>  /var/cache/apt/archives/gvfs_1.2.2-1_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> -----------------------------------
> what's the problem? how to solve it? thanks
>
>
> --
> My platform is Gnu/Linux Debian(sid-amd64, lenny-intelx86) Gnome
> Mozilla/Iceweasel Gmail/Evolution GTK/Anjuta Scim Totem.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>

This problem also annoyed me today. It was solved by doing this:
dpkg --force-all -P libgvfscommon0
apt-get -f install

Regards,
Wang Long


Reply to: