CentOS7 安装Chrome

article/2025/9/19 22:34:42

目录

1、权限

2、下载

3、安装依赖包

4、安装Chrome

5、打开Chrome


1、权限

若不是root权限,需要在root下执行为用户授权命令,我直接使用root登录

[root@localhost src]# usermod -g root login_name

注:login_name替换成自己的登录名

2、下载

[root@localhost src]# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
--2022-04-04 20:26:56--  https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Resolving dl.google.com (dl.google.com)... 114.250.70.33, 2404:6800:4005:812::200e
Connecting to dl.google.com (dl.google.com)|114.250.70.33|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 87642924 (84M) [application/x-rpm]
Saving to: ‘google-chrome-stable_current_x86_64.rpm’100%[===============================================================================>] 87,642,924   954KB/s   in 90s    2022-04-04 20:28:26 (955 KB/s) - ‘google-chrome-stable_current_x86_64.rpm’ saved [87642924/87642924]

3、安装依赖包

安装2个依赖包 

[root@localhost src]# yum install -y lsb
......此处是安装过程中显示的信息(略过),等待安装完成,执行下一个安装依赖
[root@localhost src]# yum install -y libXScrnSaver
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile* base: mirrors.aliyun.com* extras: mirrors.aliyun.com* updates: mirrors.bupt.edu.cn
Package libXScrnSaver-1.2.2-6.1.el7.x86_64 already installed and latest version
Nothing to do
[root@localhost src]# 

4、安装Chrome

[root@localhost src]# yum localinstall google-chrome-stable_current_x86_64.rpm

 出现如下提示选择时,输入y即可

5、打开Chrome

进入可视化界面,可通过Applications -> Internet -> Google Chrome 打开Chrome浏览器,现在可以使用了。

 


http://chatgpt.dhexx.cn/article/Leq1brDt.shtml

相关文章

Win7系统安装哪个版本的Chrome浏览器

Win系统安装Chrome浏览器 Win7系统环境,安装Chrome应该尽量考虑2021年发布的浏览器版本。理由如下: Win7版Chrome“续命”到2022年 延长支持6个月:Win7版Chrome“续命”到2022年 90版本Chrome支持Win7系统 Chrome90安装包及chromedriver驱…

Chromatix 7 使用<2>

Edit region triggers Utilties->Parameter Editor 可以修改triggers 的值 和添加regions Add scenarios Edit-> Edit project scenarios 主要包含:sensor 、usecase、feature、scene 场景结构如下: sensor0 拍照可以继承preview的场景 sensor1…

谷歌浏览器

引言:众所周知,一个好的浏览器可以提高我们的工作效率,那么今天教大家如何安装超 nice 的浏览器 —— 谷歌浏览器 文章目录 一、安装谷歌浏览器二、修改谷歌浏览器搜索引擎三、修改谷歌浏览器默认下载位置 一、安装谷歌浏览器 打开&#x1f…

邮箱怎么申请注册?如何申请个人邮箱?

邮箱作为现代互联网沟通工具,因其便捷性和稳定性,深受广大用户喜爱。 最近,很多朋友问小编邮箱怎么注册,如何申请个人邮箱。下面,小编以TOM VIP邮箱为例,为大家分享一下步骤吧~ 打开官网,选择…

Outlook邮箱注册详解教程

步骤一:百度搜索outlook邮箱即可,排第一的网站就是outlook邮箱登陆地址了(见图一); 图一 步骤二:进入Outlook邮箱的官网后,找到创建免费账户(见图二); 图二 步…

gmail邮箱

楔子 google邮箱 可以使用 QQ邮箱手机版注册google邮箱 使用网易邮箱大师可以登录 http://www.jb51.net/softjc/249157.html

邮箱注册

邮箱注册 流程图 javaMail简介 Sun定义的一套接收、发送电子邮件的API 支持各种邮件协议&#xff0c;开发人员无需考虑底层通信细节被作为Java EE的一部分&#xff0c;但没有被加入标准JDK中需要获取jar包 <dependency><groupId>javax.mail</groupId><…

【Android工具】神器来了,游戏安装加速器ourplay,重点:附赠强大免费gmail邮箱注册...

今年的“会员”快到期&#xff0c;然后就需要新的邮箱&#xff0c;恩&#xff0c;我承认我用的方法比较LOW&#xff0c;但是从简单粗暴的角度&#xff0c;我还是选择这个方法。那么问题就来了&#xff1a;手机收不到验证码怎么破&#xff1f; 今天推荐一个神器&#xff1a;ourp…

双系统下Ubuntu20.04使用Pavucontrol无法连接pulseaudio解决办法

网上有很多解决Ubuntu没有声音的办法&#xff0c;其中有一个是下载 pavucontrol &#xff0c;但是在我们在终端输入&#xff1a; pavucontrol 弹出来的音量控制显示的是&#xff1a; Establishing connection to PulseAudio. Please wait...我抓马的在网上百度了三个小时&…

【Nacos】Nacos MySQL 配置 启动报错 ould not create connection to database server. Attempted reconnect 3 time

文章目录 1.概述2. 解决方案1-未解决3. 解决方案2-未解决4. 解决方案3-未解决5. 解决方案4-未解决6. 解决方案6-未解决7. 解决方案7-解决1.概述 在章节:【SpringCloud】Spring cloud Alibaba Nacos 集群和持久化配置 中设置MySQL,但是没有启动成功。配置如下 [lcc@lcc ~/so…

用VC6.0实现上位机串口通信

串口是常用的计算机与外部串行设备之间的数据传输通道&#xff0c;由于串行通信方便易行&#xff0c;所以应用广泛。我们可以利用Windows API 提供的通信函数编写出高可移植性的串行通信程序。本实例介绍在Visual C6.0下如何利用Win32 API 实现串行通信程序。程序编译运行后的界…

数据库连接异常: HikariPool-1 - Connection is not available, request timed out after 30000ms.

记一次生产环境数据库连接数导致的报错问题:Failed to obtain JDBC Connection; nested exception is java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. 1. 复现&#xff0c;定时任务失败会有错误邮件…

Could not create connection to database server. Attempted reconnect 3 times. Giving up.

Nacos集群启动一直报错 查看Nacos启动日志 Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.【解决办法】 1、在Nacos目录下创建plugins/mysql…

解决Hbase连接hdfs失败java.net.ConnectException: Connection refused

昨天hbase安装好之后一直连接不到hdfs上&#xff0c;十分费解。 错误如下&#xff1a; 2021-04-15 07:04:32,844 WARN [master:16000.activeMasterManager] ipc.Client: Failed to connect to server: master/192.168.110.129:9000: try once and fail. java.net.ConnectExc…

hbase1.2.1配置kerberos

今天需要在hbase上配置kerberos认证&#xff0c;所以需要安装kerberos&#xff0c;安装配置过程如下&#xff1a; kerberos简介 kerberos简单来说就是一套完全控制机制&#xff0c;它有一个中心服务器&#xff08;KDC&#xff09;&#xff0c;KDC中有数据库&#xff0c;你可以往…

setup maven plugin connection

setup maven plugin connection discover and map eclipse plugins to maven plugin goal executions 今天在创建maven工程时遇到了一个问题,工程在创建后有如图的报错,而且工程在创建后的也有很大的不同,丢失了很多的文件,问了下度娘居然没有相关的解决方法,所以在自己解决后…

Android Q Data Setup for Short Connection

直接上流程图 可参考之前的博客&#xff1a;Android N Data Setup & Disconnect For Short Connection 转载请注明出处。

Android Q Data Setup For Long Connection

直接上流程图 可参考之前的博客&#xff1a;Android N Data Setup For Long Connection 转载请注明出处。

hadoop集群安装配置Kerberos(三):hadoop集群配置 kerberos 认证

目录 前言 一、配置 SASL 认证证书 二、修改集群配置文件 1.hdfs添加以下配置 2.yarn添加以下配置 3.hive添加以下配置 4.hbase添加以下配置 三、kerberos相关命令 四、快速测试 五、问题解决 1、Caused by: java.io.IOException: Failed on local exception: java.…

IDEA连接kerberos环境的HDFS集群报错整理

连接hdfs代码 public class HdfsTest {public static void main(String[] args) throws IOException {System.setProperty("java.security.krb5.conf", "hdfs-conf-kerberos\\krb5.conf");Configuration conf new Configuration();conf.set("fs.def…