尝试从 google earth 下载中安装 google-earth-stable 6.2。因此,我有一个损坏的软件包,而 DL 文件中有一个新下载。
Synaptic 和软件中心锁定,所以我无法修复软件包、卸载、重新安装。
下一步是什么?
谢谢
答案1
首先,打开终端并输入以下命令:
sudo apt-get remove google-earth-stable
现在,卸载 Google Earth 就完成了。接下来,让我们将 Google Earth PPA 存储库添加到您的系统:
在终端中,复制并粘贴以下命令:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add
sudo sh -c 'echo "deb http://dl.google.com/linux/earth/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-earth-stable
现在您不必担心 Google Earth 会过时。既然您有了这个存储库,Google Earth 的更新将与您的其他系统更新一起进行。
祝你好运!