centos 6.5 安装chrome

下载chrome

chrome 下载

安装报错

rpm -ivh google-chrome-stable_current_x86_64.rpm
报错

error: Failed dependencies:
    libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by google-chrome-stable-46.0.2490.86-1.x86_64

解决方案

下载依赖包

rpm -ivh chrome-deps-stable-3.11-1.x86_64.rpm
rpm -ivh google-chrome-stable_current_x86_64.rpm

问题

虽然安装成功但是不能启动

解决方案

安装chromium
- 下载 chromium

yum install policycoreutils-python
rpm -ivh chromium-browser-38.0.2125.111-1.el6.centos.x86_64.rpm

完成

你可能感兴趣的:(centos,chrome,依赖,libstdc)