
我按照該網站中的說明進行操作,但沒有成功。這是終端機視窗:
pierpaolo1942@ubuntuhome:~$ wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
--2013-10-28 15:36:10-- http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
Resolving dl.google.com (dl.google.com)... 2607:f8b0:4003:c02::88, 74.125.227.226, 74.125.227.238, ...
Connecting to dl.google.com (dl.google.com)|2607:f8b0:4003:c02::88|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45541972 (43M) [application/x-debian-package]
Saving to: ‘google-earth-stable_current_i386.deb’
100%[=============================================================================================>] 45,541,972 657KB/s in 77s
2013-10-28 15:37:27 (575 KB/s) - ‘google-earth-stable_current_i386.deb’ saved [45541972/45541972]
pierpaolo1942@ubuntuhome:~$ sudo dpkg -i google-earth-stable*.deb
[sudo] password for pierpaolo1942:
Selecting previously unselected package google-earth-stable.
(Reading database ... 338485 files and directories currently installed.)
Unpacking google-earth-stable (from google-earth-stable_current_i386.deb) ...
Setting up google-earth-stable (7.1.1.1888-r0) ...
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for mime-support ...
pierpaolo1942@ubuntuhome:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
printer-driver-hpijs
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
pierpaolo1942@ubuntuhome:~$
感謝您抽出時間。
答案1
Google 地球建構包
這是一個解決方法
下載 Google 地球 x64 .DEB
打開終端,複製並貼上以下命令,然後按 Enter
sudo apt-get install libc6:i386 lsb-core
打開下載資料夾
右鍵單擊 Google Earth .DEB 套件並選擇在此處提取
點擊 Debian 資料夾
右鍵單擊 Control 並選擇在 Gedit 中打開
刪除包含的整行
取決於:lsb-core (>= 3.2)、ia32-libs
現在點擊儲存並退出控製文件
現在刪除您下載的原始 Google Earth .DEB 套件
建立一個名為 getfix 的資料夾,現在將提取的 Google Earth 資料夾移至 getfix 資料夾中
現在您要重建 Google Earth .DEB 套件
打開終端,複製並貼上以下命令並按 Enter
dpkg -b /home/username/Downloads/getfix/google-earth-stable_current_amd64
完成後,返回終端複製並貼上以下命令
sudo dpkg -i /home/username/Downloads/getfix/google-earth-stable_current_amd64.deb
現在將安裝重新包裝的 Google 地球。