首页 > 系统相关 >Centos7安装chrome、chromedrive

Centos7安装chrome、chromedrive

时间:2023-12-13 10:25:57浏览次数:22  
标签:google x86 centos chrome Centos7 chromedrive 64 https

安装流程
yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
cd /opt/google/chrome/
wget http://npm.taobao.org/mirrors/chromedriver/114.0.5735.90/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
chmod +x /opt/google/chrome/chromedriver

异常情况

  1. 缺少so包
    执行失败提示:
    Error: Package: google-chrome-stable-xxxxxxxxx-1.x86_64 (google-chrome)
    Requires: libvulkan.so.1()(64bit) Unable to install this package libvulkan.so.1()(64bit), unable to find a source to download it.

下载地址:https://centos.pkgs.org/7/centos-x86_64/libappindicator-gtk3-12.10.0-13.el7.x86_64.rpm.html

  1. so包冲突
    Error: Transaction test error:
    file /usr/share/doc/at-spi2-core/NEWS from install of at-spi2-core-2.48.2-1.fc38.i686 conflicts with file from package at-spi2-core-2.48.0-1.fc38.x86_64
    file /usr/share/doc/libssh/CHANGELOG from install of libssh-0.10.5-1.fc38.i686 conflicts with file from package libssh-0.10.4-4.fc38.x86_64

https://discussion.fedoraproject.org/t/dnf-update-stalled-by-conflict/82813
https://www.cnblogs.com/bjarnescottlee/p/13871634.html

中文乱码问题:
https://blog.csdn.net/Happy_Sunshine_Boy/article/details/123204457
centos安装中文字体
https://cloud.tencent.com/developer/article/1616990


google-chrome for centos 历史版本下载
http://orion.lcg.ufrj.br/RPMS/myrpms/google/
linux一次安装chromedrive记录
https://www.cnblogs.com/zhangxl1016/p/17044331.html

标签:google,x86,centos,chrome,Centos7,chromedrive,64,https
From: https://www.cnblogs.com/yu007/p/17507833.html

相关文章

  • centos7搭建kubernetes-v1.25.1集群(Containerd作为运行时)
    集群配置节点名称内存硬盘处理器内核总数ipmaster6GB40GB6192.168.67.166node16GB40GB6192.168.67.167node26GB40GB6192.168.67.168一、所有节点更改镜像源curl-o/etc/yum.repos.d/CentOS-Base.repo二、所有节点安装docker,注意:K8s在1.24以上......
  • Redhat7或Centos7自带Yum源卸载并安装国内Yum源
    自带Yum源卸载由于操作yum源涉及到权限,我们使用的普通用户是无法操作的。这里我们要登陆超级权限账号。(默认账号是root,如果你在安装时修改过就把下面命令的root修改为你安装输入的账号名)注意:这里回车后输入密码是不显示的,密码也是你安装时填写的。输入好密码回车,下一条左边就会......
  • chrome弧形标签页实现思路收录
    1. 直线圆角,通过单个伪元素的border-radius产生弧形<template><divclass="tab-list"><divv-for="tabintabs":key="tab.id"class="tab-item":class="activeTab===tab.id?'ac......
  • CentOS7 扩容
    1.修改虚拟机磁盘容量例如之前虚拟机磁盘空间为30G,现要将磁盘容量设置为50G打开虚拟机(必须处于关机状态),点击【编辑虚拟机设置】,然后点击【磁盘】,接着点击【扩展】,输入修改后的最大磁盘容量50G,具体操作时最大容量根据自己的需求设置即可。   输入完成最大磁盘容量后,点击......
  • CentOS7.6安装docker一把成
    新建虚拟机或云主机,连通网络后刷此脚本安装docker#卸载旧docker安装新dockeryumremovedockerdocker-clientdocker-client-latestdocker-commondocker-latestdocker-latest-logrotatedocker-logrotatedocker-engineyuminstall-yyum-utilsdevice-mapper-persiste......
  • CentOS7.6安装python3.6.8一把成
    yum-yinstallvimunzipnet-tools&&yum-yinstallwget&&yum-yinstallbzip2&&yum-yinstallzlib-develbzip2-developenssl-develncurses-develsqlite-develreadline-develtk-develgdbm-develdb4-devellibpcap-develxz-devel......
  • centos7 docker-ce
    言Docker使用越来越多,安装也很简单,本次记录一下基本的步骤。Docker目前支持CentOS7及以后的版本,内核要求至少为3.10。Docker官网有安装步骤,本文只是记录一下,您也可以参考DockerCEInstallonCentOS环境说明CentOS7(MinimalInstall)$cat/etc/redhat-releaseCentOSLinu......
  • 在CentOS7等老系统上配置clangd进行C/C++开发
    应该有许多公司开发机器上还是用着比较老的环境,比如CentOS7之类的。这类系统上很可能他的glibc的版本不到2.18,clangd要求的最低glibc版本就是2.18,因此我们没办法直接在这类老系统上运行clangd。但是vscode上微软的那个c++插件一坨史,慢不说,补全也差劲。我的要求有几点:不能升级......
  • 从浏览器原理出发聊聊 Chrome 插件
    浏览器架构演进单进程浏览器时代单进程浏览器是指浏览器的所有功能模块都是运行在同一个进程里,这些模块包含了网络、插件、JavaScript运行环境、渲染引擎和页面等。在2007年之前,市面上浏览器都是单进程的。单进程浏览器的架构很多功能模块运行在一个进程里,是导致单进程浏......
  • Chrome 浏览器开启 Json 数据格式化显示
    Chrome浏览器开启Json数据格式化显示默认格式安装扩展程序JSONView......