Kirjoittaja Aihe: Debian Jessie ja wine32 riippuvuudet  (Luettu 2338 kertaa)

vellu@vmach

  • Käyttäjä
  • Viestejä: 348
  • Kiroitusvirheitä jo vuodesta feisty
    • Profiili
Debian Jessie ja wine32 riippuvuudet
« : 23.02.14 - klo:01.51 »
Yritin amd64 koneella asentaa wineä, joka tarvisi wine32 paketin.
Riippuvuuksissa näyttää olevan jotain häikkää, löytyisikö tähän jotain ratkaisua?

Lainaus
root@debian:/home/vellu# dpkg -i wine32_1.6.2-7_i386.deb
Selecting previously unselected package wine32.
(Reading database ... 131964 files and directories currently installed.)
Preparing to unpack wine32_1.6.2-7_i386.deb ...
Unpacking wine32 (1.6.2-7) ...
dpkg: dependency problems prevent configuration of wine32:
 wine32 depends on libwine.

dpkg: error processing package wine32 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.6-1) ...
Errors were encountered while processing:
 wine32
root@debian:/home/vellu#  apt-get install libwine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libwine is already the newest version.
libwine set to manually installed.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 wine32:i386 : Depends: libwine:i386 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@debian:/home/vellu# apt-get install libwine:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libwine:i386 : Depends: libasound2:i386 (>= 1.0.16)
                Depends: libexif12:i386 but it is not going to be installed
                Depends: libgl1-mesa-glx:i386 but it is not going to be installed or
                         libgl1:i386
                Depends: libglu1-mesa:i386 but it is not going to be installed or
                         libglu1:i386
                Depends: libgphoto2-6:i386 (>= 2.5.2) but it is not going to be installed
                Depends: libgphoto2-port10:i386 (>= 2.5.2) but it is not going to be installed
                Depends: liblcms2-2:i386 but it is not going to be installed
                Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
                Depends: libmpg123-0:i386 (>= 1.13.7) but it is not going to be installed
                Depends: libopenal1:i386 but it is not going to be installed
                Depends: libxext6:i386 but it is not going to be installed
                Depends: libxml2:i386 (>= 2.9.0) but it is not going to be installed
                Depends: zlib1g:i386 (>= 1:1.1.4) but it is not going to be installed
                Recommends: libxcursor1:i386 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

JaniAlander

  • Käyttäjä / moderaattori+
  • Viestejä: 3319
    • Profiili
Vs: Debian Jessie ja wine32 riippuvuudet
« Vastaus #1 : 23.02.14 - klo:01.58 »
Hmm Ubuntulla joskus ainakin onnistui asentaa joku metapaketti mikä asensi ison läjän 32-bittisiä riippuvuuksia. En nyt muista millä nimellä se oli, mutta Debianillekin se varmaan löytyy.
Core i5-9400F 2.9ghz 32GB Ram, Nvidia RTX2060 Kubuntu 22.04-64bit, Windows 10 Pro 64-bit Samsung Series 5, AMD A-6 2.1 GHz 4 Gt Ram, Ubuntu 18.04 64-bit.
Lenovo T60 Core2Duo 2GB Ram Ati Mobility Radeon 128 MB Ubuntu Mate 16.04-64bit
Commodore Amiga 500 1MB Ram.

nm

  • Käyttäjä
  • Viestejä: 16232
    • Profiili
Vs: Debian Jessie ja wine32 riippuvuudet
« Vastaus #2 : 23.02.14 - klo:03.42 »
Mitä tapahtuu, jos ajat komennon apt-get -f install

Hmm Ubuntulla joskus ainakin onnistui asentaa joku metapaketti mikä asensi ison läjän 32-bittisiä riippuvuuksia. En nyt muista millä nimellä se oli, mutta Debianillekin se varmaan löytyy.

ia32-libs, mutta toimivan multiarch-paketoinnin myötä siitä on luovuttu kokonaan, eikä kyseistä pakettia enää ole Debian jessiessä tai Ubuntu 13.10:ssä.

mrl586

  • Käyttäjä
  • Viestejä: 4638
    • Profiili
Vs: Debian Jessie ja wine32 riippuvuudet
« Vastaus #3 : 23.02.14 - klo:11.12 »
Oletko ottanut 32-bittisen arkkitehtuurin käyttöön?
Koodia: [Valitse]
dpkg --add-architecture i386
apt-get update

vellu@vmach

  • Käyttäjä
  • Viestejä: 348
  • Kiroitusvirheitä jo vuodesta feisty
    • Profiili
Vs: Debian Jessie ja wine32 riippuvuudet [Ratkaistu]
« Vastaus #4 : 23.02.14 - klo:14.09 »
Oletko ottanut 32-bittisen arkkitehtuurin käyttöön?
Koodia: [Valitse]
dpkg --add-architecture i386
apt-get update

Tuolla onnistui. Kiitos.