Sistemin mimarisi değişmemiş oldu. Varsayılan olarak sistem 64 bit ise uygulamalar 64 bit olarak, sistem 32 bit ise uygulamalar 32 bit olarak kurulur. Fakat 64 bit sistemler, 32 bit uygulamaları çalıştırılabiliyor.
Yaptığınız konfigürasyon ile sisteme; "64 bitsin ama 32 bit uygulama kurmana izin veriyorum" demiş oldunuz. Sisteme 32 bit mimariyi eklememk için --force-architecture parametresi ile de kurulum denenebilirdi. Bu bir dpkg parametresi ama apt-get için de geçerli olabilir ya da bir muadili olabilir belki. İyi çalışmalar. 2013/10/4 Selçuk Mıynat <[email protected]> > 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 > > -- Semetey COŞKUN

