谷歌浏览器无效

我的笔记本电脑上安装了Google Chrome。 当我尝试发射它没有任何反应。 当我运行命令

google-chrome 

我得到以下输出,

 [1:1:0925/232308:ERROR:image_metadata_extractor.cc(111)] Couldn't load libexif. Gtk-Message: Failed to load module "overlay-scrollbar" Gtk-Message: Failed to load module "unity-gtk-module" [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", [8408:8408:0925/232308:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "murrine", Gtk-Message: Failed to load module "canberra-gtk-module" Aborted (core dumped) 

请帮忙。

如果你没有安装适当架构的google-chrome软件包(在64bit机器上安装32bit软件包时)会出现这个问题。 然后它需要一些包,如overlay-scrollbar-gtk2unity-gtk2-modulelibcanberra-gtk-module:i386等。所以,要么安装这些软件包,要么卸载google-chrome并重新安装适当的架构软件包。
卸载后google-chrome使用以下步骤再次安装它:

从这里下载正确的包
使用命令安装它

 sudo dpkg -i google-chrome-stable_current_amd64.deb 

如果失败,则通过运行命令安装依赖项,然后再次安装。

 sudo apt-get install -f sudo dpkg -i google-chrome-stable_current_amd64.deb 

现在在终端上运行命令

 google-chrome 

要么

 google-chrome-stable 

我已经通过在ubuntu 14.04上安装测试了它。