Hi Mohsen
On Thu, Jun 25, 2015 at 7:53 AM, Mohsen Pahlevanzadeh <
moh...@pahlevanzadeh.org> wrote:
> Dear All,
>
> I have a 64bit arch and use sid repo, And I need to install some packages
> from i386 repo,
> I did:
> /
> # dpkg --add-architecture i386
> #apt-get update
>
> But when I want to install the following packages, i get the following
> errors:
> /
> root@debian:/opt/oald8# apt-get install libgtk2.0-0:i386
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> libgtk2.0-0:i386 : Depends: libatk1.0-0:i386 (>= 1.32.0) but it is not
> going to be installed
> Depends: libgdk-pixbuf2.0-0:i386 (>= 2.22.0) but it is
> not going to be installed
> Depends: libglib2.0-0:i386 (>= 2.41.1) but it is not
> going to be installed
> Depends: libpango-1.0-0:i386 (>= 1.28.3) but it is not
> going to be installed
> Depends: libpangocairo-1.0-0:i386 (>= 1.28.3) but it
> is not going to be installed
> Depends: libpangoft2-1.0-0:i386 (>= 1.28.3) but it is
> not going to be installed
> E: Unable to correct problems, you have held broken packages.
> ///
>
> How can I solve it?
>
Try #apt-get -f install
This will try to fix broken dependencies.
>
> Yours,
> Mohsen
> -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a
> subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: https://lists.debian.org/558b9748.80...@pahlevanzadeh.org
Greets,
Olivier