Selam, On Fri, Oct 4, 2013 at 5:15 PM, Gökhan Öztürk <[email protected]> wrote: > Selamlar. Bilgisayarıma Google Earth kurmak istiyorum. Gecen yıllarda google > sitesinden debian/ubuntu 64 bit olan paketi indirip dpkg ile sorunsuz > kurmustum. Ancak bu sefer kurmak istediğim de şu hatayı verdi ; > > dpkg: dependency problems prevent configuration of google-earth-stable: > google-earth-stable depends on ia32-libs; however: > Package ia32-libs is not installed. > > Galiba ia32-libs paketi kurulu olmadığı için böyle bir hata verdi. Ancak bu > paketi kurmak istediğim de konsole ekranı şöyle çıktı veriyor. > > root@Asus:/home/reveler# apt-get install ia32-libs > 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: > ia32-libs : Depends: ia32-libs-i386 but it is not installable > E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify > a solution).
Multiarch'ı enable etmeniz gerekiyor: dpkg --add-architecture i386 apt-get update apt-get install ia32-libs komutlarını dener misiniz? -- Selçuk Mıynat -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/can38ruh6dfdyq2kcu7np+n4uvedg8hskfnbhcemopk7f8q1...@mail.gmail.com

