我以前使用谷歌浏览器作为默认浏览器。有一天,我尝试使用 Google Cast 扩展将我的浏览器屏幕发送到 chromecast,但我意识到我的 Chrome 版本太旧了。因此,我从谷歌网站下载了 debian 软件包,但运行时出现依赖项失败:
$ sudo dpkg -i /home/plinio/Downloads/google-chrome-stable_current_amd64.deb
(Reading database ... 195156 files and directories currently installed.)
Preparing to replace google-chrome-stable 35.0.1916.114-1 (using .../google-chrome-stable_current_amd64.deb) ...
Unpacking replacement google-chrome-stable ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libnss3 (>= 3.14.3); however:
Version of libnss3 on system is 3.14.1-0ckbi1.93ubuntu.0.12.04.1.
dpkg: error processing google-chrome-stable (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
google-chrome-stable
如何解决?我使用 Synaptc 和 Ubuntu 软件中心也没有成功。
[编辑]
我正在使用 Ubuntu 12.04 LTE
[编辑2]
Stack Exchange 移动应用太棒了!感谢它,即使我的工作站没有网络访问,我也可以继续询问 ubuntu :D
答案1
google-chrome-stable
可在第三方存储库:GoogleChrome(稳定版)。
按照安装说明进行操作:
添加密钥:
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/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
安装包:
sudo apt-get update sudo apt-get install google-chrome-stable
看起来你需要在你的软件源中添加官方的 google-chrome-stable
删除你的 google-chrome 稳定版或者使用sudo apt-get -f install
请按照以下步骤操作:如何安装 Google Chrome