在命令行下载google浏览器安装包
1,wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
使用dpkg命令安装浏览器
2,dpkg -i google-chrome-stable_current_amd64.deb
安装依赖包
3,apt-get -f install
编辑google-chrome文件默认位置为/opt/google/chrome下
4,vim /opt/google/chrome/google-chrome
在文件中找到exec-a '0' HERE/chrome "$@" 修改为
5,exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox