Wine 1.5 Incapaz de corrigir problemas, você realizou pacotes quebrados [duplicados]

1

Quando executo sudo apt-get wine1.5 , obtenho isto:

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:
 wine1.5 : Depends: wine1.5-i386 (= 1.5.26-0ubuntu1) but it is not installable
           Recommends: gnome-exe-thumbnailer but it is not going to be installed or
                       kde-runtime but it is not going to be installed
           Recommends: fonts-droid but it is not going to be installed
           Recommends: ttf-mscorefonts-installer but it is not going to be installed
           Recommends: fonts-horai-umefont but it is not going to be installed
           Recommends: fonts-unfonts-core but it is not going to be installed
           Recommends: winbind but it is not going to be installed
           Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
echo "foreign-architecture i386" | sudo tee /etc/dpkg/dpkg.cfg.d/multiarch
sudo chmod 644 /etc/dpkg/dpkg.cfg.d/multiarch

Mesmo erro.

sudo aptitude install wine1.5 gettext:i386-

A saída é diferente da primeira vez porque já foi executada.

Couldn't find any package whose name or description matched "gettext:i386"
Couldn't find any package whose name or description matched "gettext:i386"
The following NEW packages will be installed:
  libcapi20-3{a} libmpg123-0{a} libodbc1{a} libopenal-data{a} libopenal1{a} libosmesa6{a} libtiff4{a} odbcinst{a} odbcinst1debian2{a} unixodbc{a} wine-gecko1.9{a} wine-mono0.0.8{a}
  wine1.5{b} wine1.5-amd64{a}
The following packages are RECOMMENDED but will NOT be installed:
  fonts-droid fonts-horai-umefont fonts-unfonts-core gnome-exe-thumbnailer kde-runtime ttf-mscorefonts-installer winbind winetricks
0 packages upgraded, 14 newly installed, 0 to remove and 2 not upgraded.
Need to get 92.2 MB of archives. After unpacking 196 MB will be used.
The following packages have unmet dependencies:
 wine1.5 : Depends: wine1.5-i386 (= 1.5.26-0ubuntu1) which is a virtual package.
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     wine1.5 [Not Installed]
2)     wine1.5-amd64 [Not Installed]

     Leave the following dependencies unresolved:
3)     wine-mono0.0.8 recommends wine1.5
4)     wine-gecko1.9 recommends wine1.5-amd64


Accept this solution? [Y/n/q/?] y
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
    
por Runemoro 29.03.2013 / 02:38

1 resposta

0

Quando tenho esses problemas, geralmente corro

sudo apt-get clean (para consertar pacotes quebrados)

sudo apt-get dist-upgrade (para forçar a instalação de um pacote)

    
por user140393 29.03.2013 / 11:24