赞
踩
在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo
- cd /etc/yum.repos.d/
- vim google-chrome.repo
- [google-chrome]
- name=google-chrome
- baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
- enabled=1
- gpgcheck=1
- gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
yum -y install google-chrome-stable --nogpgcheck
google-chrome --version
wget http://chromedriver.storage.googleapis.com/70.0.3538.16/chromedriver_linux64.zip
直接解压
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。