Table of Contents
一、在线下载
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
二、安装
dpkg -i google-chrome-stable_current_amd64.deb
1.如果出现依赖问题

2.安装依赖
apt-get -f install
3.再次安装
dpkg -i google-chrome-stable_current_amd64.deb
三、启动
注:以下是root无法运行,google默认是普通用户运行的,我们要修该为root也可运行

1.编辑google-chrome文件,默认位置为/opt/google/chrome下
vim /opt/google/chrome/google-chrome
2.找到 exec -a "$0" "$HERE/chrome" "$@" 并修改为以下
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox

3.输入 google-chrome 即可启动浏览器了
google-chrome
本文详细介绍如何在Linux环境下在线下载Google Chrome稳定版,包括解决依赖问题的步骤,以及如何配置使root用户也能顺利运行Chrome浏览器的方法。
884

被折叠的 条评论
为什么被折叠?



