08_linux下安装chrome
首先下载chrome,需要改hosts哦(o(^▽^)o,别告诉我你不会,可以问度娘、谷哥哦)
下载地址:https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
-
安装依赖包
[root@localhost ~]# yum install pax* [root@localhost ~]# yum install redhat-lsb* |
-
安装chrome
[root@localhost ~]# rpm –ivh google-chrome-stable_current_x86_64.rpm |
-
root用户使用chrome
root用户要想使用chrome还需要执行下面的操作
用vim打开google-chrome进行配置
[root@localhost ~]# vim /opt/google/chrome/google-chrome |
找到 exec –a "$o" "$HERE/chrome" "$@" 在后面添加 –user-data-dir
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
补充1:修复Chrome中Shockwave Flash has crashed问题
(1)在Chrome浏览器地址栏中输入【chrome://plugins】
(2)点击右上角的“+”号,展开详细信息
(3)点击“PPAPI”下的“停用“
(4)重启Chrome浏览器生效。
转载:http://blog.csdn.net/lyjluandy/article/details/8289970