Ubuntu 14.04にGoogle Earthをインストールしようとすると、次のエラーが発生します。問題は、dpkg -iを使用して表示され、Googleサイトから.debダウンロードをインストールし、Ubuntuでテストしたソフトウェアセンターも。
このサイトにはインストールの問題について話している同様の質問がありますが、14.04にはありませんので、現在のLTS Ubuntuバージョンのヒントソリューションを求める新しい質問を投稿することにしました(これらの以前の質問のほとんどのコメントと提案は最も古いUbuntuを対象としていますバージョン)
Preparing to unpack google-earth-stable_current_AMD64.deb ...
Unpacking google-earth-stable (7.1.2.2041-r0) ... dpkg: dependency
problems prevent configuration of google-earth-stable:
google-earth-stable depends on lsb-core (>= 3.2); however: Package
lsb-core is not installed. google-earth-stable depends on ia32-libs;
however: Package ia32-libs is not installed.
dpkg: error processing package google-earth-stable (--install):
dependency problems - leaving unconfigured Processing triggers for
man-db (2.6.7.1-1) ... Processing triggers for bamfdaemon
(0.5.1+14.04.20140409-0ubuntu1) ... Rebuilding
/usr/share/applications/bamf-2.index... Processing triggers for
gnome-menus (3.10.1-0ubuntu2) ... Processing triggers for
desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for
mime-support (3.54ubuntu1) ... Errors were encountered while
processing: google-earth-stable
説明されていることを行う ここ 私は得た:
Sudo dpkg -i google-earth-stable_current_AMD64.deb Selecting
previously unselected package google-earth-stable. (Reading database
... 277661 files and directories currently installed.) Preparing to
unpack google-earth-stable_current_AMD64.deb ... Unpacking
google-earth-stable (7.1.2.2041-r0) ... dpkg: dependency problems
prevent configuration of google-earth-stable: google-earth-stable
depends on lsb-core (>= 3.2); however: Package lsb-core is not
installed. google-earth-stable depends on ia32-libs; however:
Package ia32-libs is not installed.
dpkg: error processing package google-earth-stable (--install):
dependency problems - leaving unconfigured Processing triggers for
man-db (2.6.7.1-1) ... Processing triggers for bamfdaemon
(0.5.1+14.04.20140409-0ubuntu1) ... Rebuilding
/usr/share/applications/bamf-2.index... Processing triggers for
gnome-menus (3.10.1-0ubuntu2) ... Processing triggers for
desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for
mime-support (3.54ubuntu1) ... Errors were encountered while
processing: google-earth-stable
与えられた方法を試してください here Google Earthをインストールする
Google Earthの問題は、32ビットパッケージがmultiarchをサポートしていないため、Ubuntu 64ビットで実行するために必要なすべての32ビット依存関係がインストールされないことです。
次のコマンドをコピーして貼り付けることをお勧めします。
Sudo apt-get install libfontconfig1:i386 libx11-6:i386 libxrender1:i386 libxext6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libglib2.0-0:i386 libsm6:i386; cd /tmp && wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb; Sudo dpkg -i google-earth-stable_current_i386.deb; Sudo apt-get install -f
次に、64ビットシステムに32ビットソフトウェアパッケージをダウンロードしてインストールします。
これは、システム上のkubuntu14.04AMD64で機能します
ターミナルを開き、次のコマンドを実行します。
Sudo apt-get install libc6-i386 libglib2.0-0:i386 libsm6:i386 libglu1-mesa:i386 libgl1-mesa-glx:i386 libxext6:i386 libxrender1:i386 libx11-6:i386 libfontconfig1:i386 lsb-core
これでエラーなしで実行されるはずですコマンドラインからgoogle-earth
を実行します
参照:GoogleEarth
Ia32-libs(Google Earthが必要とする)はもう存在しないようです。ただし、置き換えられました!これは私のために働いた(Ubuntu 14.04 LTS、google-earth-stable_current_AMD64.debをインストール):
ターミナルウィンドウを開き、コピーアンドペーストします。
Sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
これを実行すると、google-earth-stable_current_AMD64.debがエラーなしでインストールされます。
私はUbuntu 14.04、64ビットユーザーです。この問題の解決策を得るために、インターネットで約2日以上費やしました。 Webupd8のソリューションを含め、与えられた提案のほぼすべてを試しましたが、解決策に到達できませんでした。
私はついに以下の解決策を見つけ、今やGoogle Earthは私のPCで完璧に動作しています。 Google Earthで問題なく検索できるようになり、「空白の画像フレーム」問題に直面することさえありません。
解決策:
以前のGoogle Earthバージョンをアンインストールします。 Synaptic Package Managerを使用してGoogle Earthをアンインストールしました。
ia32-libs
をインストールします:
Sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
追記:最後に、ia32-libs-raring.list
の/etc/apt/sources.list.d
を削除し、Sudo apt-get update
コマンドを入力してシステムを更新します。
次に Mintのリンク に移動し、googleearth_6.2.2.6613-r0_i386.deb
バージョンをダウンロードし、次のように入力してターミナルからインストールします。
Sudo gdebi googleearth_6.2.2.6613-r0_i386.deb
インストールが完了したら、次のコマンドを実行します:google-earth
。
Google Earthを実行して、検索ボックスで特定の都市を検索し、次のような問題に直面したら:invalid HTTP request
そして、以下の用語で進んでください:
Sudo mv /opt/google/earth/free/libcurl.so.4 /opt/google/earth/free/backup_libcurl.so.4
Google Earthは正常に動作するはずです。PCでもチャームのように動作しました。
Ubuntu 14.04(64bit)を実行していますが、同じ問題がありました。 GEの32ビットバージョンはある程度機能しましたが、パナラモ画像はGEに読み込まれませんでした。私はここで答えが64ビット1を機能させるために働いたことを見つけました(とりわけ、依存関係の行を削除します): https://productforums.google.com/d/msg/maps/_h4t6SpY_II/xK1umdGFykAJ