GoogleEarthをインストール出来ません LMDE2014 64bitで

Linux Mintの初心者向けフォーラム

GoogleEarthをインストール出来ません LMDE2014 64bitで

投稿記事by nandekana » 2014年9月01日(月) 06:22

vmware-player6.0.1のゲストとしてLMDE2014 MATE 64bitをインストール
GoogleEarthをインストールしようとして64bit用の.debをdownloadして
インストールしようとしたらia32-libsがインストールされていないので出来ませんと表示でした。

LMDE2014 MATE 64bitはsynapticを見てもia32-libsは無いのですが

ちなみにホストにインストールしているLMDE2013 MATE 64bitでは
GoogleEarthは動きます。

LMDE2014 MATE 64bitで動くGoogleEarthのインストール方法を教えて頂ければいいのですが。
nandekana
十両
 
記事: 100
登録日時: 2014年9月01日(月) 06:00

Re: GoogleEarthをインストール出来ません LMDE2014 64bitで

投稿記事by nandekana » 2014年9月06日(土) 23:20

自己解決しました。色々やったので何が効いたのか不明ですが。人様には、お勧め出来ない切った貼ったで一応動くGoogleEarthが出来ました。
難点はコンビニの駐車場や大陸棚に色付きの、かすり模様が出る事です。
ゲストでは32bitのDebian jessie netinstallでGoogleEarth 32bit用の.debでインストールでも、色付きの、かすり模様が出たので
ゲストではこんなものだと思いました。PCのスペックの影響も有るのかと。

# dpkg -i google-earth-stable_current_amd64.deb

以前に未選択のパッケージ google-earth-stable を選択しています。
(データベースを読み込んでいます ... 現在 168603 個のファイルとディレクトリがインストールされています。)
Preparing to unpack google-earth-stable_current_amd64.deb ...
Unpacking google-earth-stable (7.1.2.2041-r0) ...
dpkg: 依存関係の問題により google-earth-stable の設定ができません:
google-earth-stable は以下に依存 (depends) します: lsb-core (>= 3.2) ...しかし:
パッケージ lsb-core はまだインストールされていません。
google-earth-stable は以下に依存 (depends) します: ia32-libs ...しかし:
パッケージ ia32-libs はまだインストールされていません。

dpkg: error processing package google-earth-stable (--install):
依存関係の問題 - 設定を見送ります
Processing triggers for man-db (2.6.6-1) ...
Processing triggers for menu (2.1.46) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
処理中にエラーが発生しました:
google-earth-stable

# dpkg -i --force-depends google-earth-stable_current_amd64.deb

以前に未選択のパッケージ google-earth-stable を選択しています。
(データベースを読み込んでいます ... 現在 169196 個のファイルとディレクトリがインストールされています。)
Preparing to unpack google-earth-stable_current_amd64.deb ...
Unpacking google-earth-stable (7.1.2.2041-r0) ...
dpkg: google-earth-stable: 依存関係の問題、しかし要求どおり設定を行います:
google-earth-stable は以下に依存 (depends) します: ia32-libs ...しかし:
パッケージ ia32-libs はまだインストールされていません。

google-earth-stable (7.1.2.2041-r0) を設定しています ...
Processing triggers for man-db (2.6.6-1) ...
Processing triggers for menu (2.1.46) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
root@localhost:/home/your-user-name#

lsb-coreはsynapticでインストしました。

2013年4月頃インストのホストLMDE2013 MATE 64bitより
ia32-libs-i386_1%3a0.5_i386.debをcopyして下記で表示の物はsynapticで検索して有る物はインストしました。

$ sudo su
[sudo] password for your-user-name:
# dpkg -i ia32-libs-i386_1%3a0.5_i386.deb
以前に未選択のパッケージ ia32-libs-i386 を選択しています。
(データベースを読み込んでいます ... 現在 160838 個のファイルとディレクトリがインストールされています。)
Preparing to unpack ia32-libs-i386_1%3a0.5_i386.deb ...
Unpacking ia32-libs-i386 (1:0.5) ...
dpkg: 依存関係の問題により ia32-libs-i386 の設定ができません:
ia32-libs-i386 は以下に依存 (depends) します: freeglut3 (>= 2.6.0-1).
ia32-libs-i386 は以下に依存 (depends) します: lesstif2 (>= 1:0.95.2-1). <--無し
ia32-libs-i386 は以下に依存 (depends) します: libacl1 (>= 2.2.49-4).
ia32-libs-i386 は以下に依存 (depends) します: libaio1 (>= 0.3.107-7).
ia32-libs-i386 は以下に依存 (depends) します: libasyncns0 (>= 0.3-1.1).
ia32-libs-i386 は以下に依存 (depends) します: libattr1 (>= 1:2.4.44-2).
ia32-libs-i386 は以下に依存 (depends) します: libaudio2 (>= 1.9.2-4).
ia32-libs-i386 は以下に依存 (depends) します: libaudiofile1 (>= 0.2.6-8).
ia32-libs-i386 は以下に依存 (depends) します: libbsd0 (>= 0.2.0-1).
ia32-libs-i386 は以下に依存 (depends) します: libcap2 (>= 1:2.19-3).
ia32-libs-i386 は以下に依存 (depends) します: libcurl3 (>= 7.21.0-2).
ia32-libs-i386 は以下に依存 (depends) します: libdir   <--無し
dpkg: error processing package ia32-libs-i386 (--install):
依存関係の問題 - 設定を見送ります
処理中にエラーが発生しました:
ia32-libs-i386
root@localhost:/home/your-user-name#
この後ホストのMint16の/opt/googleを管理者権限でゲストの/optにD&DでcopyでGoogleEarthが動いたと思います。不確かですが。
nandekana
十両
 
記事: 100
登録日時: 2014年9月01日(月) 06:00

Re: GoogleEarthをインストール出来ません LMDE2014 64bitで

投稿記事by firefly » 2014年9月12日(金) 17:59

nandekana、こんにちは。dpkg ではなく gdebi を使うと依存関係をうまく処理してくれますよ。64-bit 版の Google Earth がインストールできるかどうかは試してみないとわかりませんが… :o

コード: 全て選択
# gdebi google-earth-stable_current_amd64.deb
17.1 Cinnamon 32-bit / 17 KDE 32-bit / 17 Xfce 32-bit
Pentium D 925 / 4 GB RAM / GeForce GTX-260
いつまでいるかはわかりません :o
firefly
序二段
 
記事: 34
登録日時: 2014年9月12日(金) 17:48

Re: GoogleEarthをインストール出来ません LMDE2014 64bitで

投稿記事by Kouji » 2014年9月12日(金) 19:35

横からすみません。
私は、GoogleEarthをインストールしたことはないですが、
「ia32-libs」は次のコマンドでインストールされます。
コード: 全て選択
# apt-get install ia32-libs

宜しくお願いします。 :)
【Linux Paradise】https://linuxparadise.net/画像
アバター
Kouji
幕下
 
記事: 69
登録日時: 2013年9月09日(月) 17:32
お住まい: 東京都

Re: GoogleEarthをインストール出来ません LMDE2014 64bitで

投稿記事by firefly » 2014年9月14日(日) 15:08

LMDE 2014 MATE 64-bit で試してみましたが gdebi でも ia32-libs のエラーが出ました。バージョン 6 ですが Google Earth のインストール方法があるようなのでそちらで試してみたところインストールできました。dpkg の部分で依存エラーになりますが、その後に apt-get install -f をすれば無視してインストールしてくれます。

コード: 全て選択
sudo apt-get install googleearth-package
make-googleearth-package --force
sudo dpkg -i googleearth_6.0.3.2197+1.1.0-1_amd64.deb
sudo apt-get install -f


同様の方法でバージョン 7 を試してみたところインストールは出来ましたが模様は出てしまうようです…。

コード: 全て選択
sudo dpkg -i google-earth-stable_current_amd64.deb
sudo apt-get install -f
sudo dpkg -i --ignore-depends=ia32-libs googleearth-stable_current_amd64.deb



追記

上記の方法でバージョン 7 をインストールすると破損パッケージとして扱われ結局削除しなくてはいけなくなるようです。LMDE 2014 で ia32-libs が見つからないのは Debian のリポジトリが入っていないからで、追加してあげるとインストールできるようになりました。ia32-libs に関しては https://packages.debian.org/wheezy/ia32-libs に記載がありました。かすれ模様ですが、Google Earth の設定で圧縮が有効になっていると出現するようです。

コード: 全て選択
sudo add-apt-repository 'deb http://ftp.jp.debian.org/debian wheezy main'
sudo dpkg --add-architecture i386
sudo apt-get update
sudo gdebi google-earth-stable_current_amd64.deb
# libc かどこかで一旦止まるので端末を開き直して再度実行
sudo gdebi google-earth-stable_current_amd64.deb


画像

(9月15日編集)
17.1 Cinnamon 32-bit / 17 KDE 32-bit / 17 Xfce 32-bit
Pentium D 925 / 4 GB RAM / GeForce GTX-260
いつまでいるかはわかりません :o
firefly
序二段
 
記事: 34
登録日時: 2014年9月12日(金) 17:48


Return to 初心者サポート

オンラインデータ

このフォーラムを閲覧中のユーザー: なし & ゲスト[6人]