10 google-earth software-installation 14.04
我正在尝试在 Ubuntu 14.04 上安装 Google 地球并收到以下错误。问题出现在使用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
Run Code Online (Sandbox Code Playgroud)
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
Run Code Online (Sandbox Code Playgroud)
ray*_*ray 14
试试这里给出的方法安装谷歌地球
Google 地球的问题在于 32 位软件包不支持多架构,因此它没有安装在 64 位 Ubuntu 上运行所需的所有 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
Run Code Online (Sandbox Code Playgroud)
然后在64位系统上下载并安装32位软件包。
归档时间: |
|
查看次数: |
18007 次 |
最近记录: |