CentOS安装google-chrome和驱动 发表于: 2025/12/04 分类于: OS 字数: 61 阅读:≈ 1分钟 浏览: 评论: 温馨提醒一、安装 google-chrome 添加 yum 源1 2 3 4 5 6 [google64] name=Google - x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub安装1 2 3 4 5 # 下载 rpm 包 wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm # 直接安装 yum install google-chrome-stable二、安装 chromedriver 从 https://chromedriver.storage.googleapis.com/index.html 下载对应版本的驱动