mint 安装chrome

In this tutorial, we will see how to install Chrome on Linux Mint. Google Chrome is a popular web browser that is suitable for surfing amazing websites like this one. We will also cover a better alternative to Chrome that is easier to install.

在本教程中,我们将了解如何在Linux Mint上安装Chrome。 Google Chrome浏览器是一种流行的网络浏览器,适用于浏览像这样的出色网站。 我们还将介绍易于安装的Chrome替代产品。

在Linux Mint上安装Google Chrome的步骤 (Steps to Install Google Chrome on Linux Mint)

Let’s go over the steps to install Google Chrome, which is Google’s version of the original open-source Chromium browser. Since Google Chrome isn’t natively available in the package repositories, we need to add their Linux repos and install the package from there.

让我们看一下安装Google Chrome的步骤,它是原始开源Chromium浏览器的Google版本。 由于Google Chrome浏览器不在软件包存储库中,因此我们需要添加其Linux存储库并从那里安装软件包。

1.下载Chrome专用金钥 (1. Downloading the Key for Chrome)

Before we proceed, install Google’s Linux package signing Key. This key will automatically configure the repository settings necessary to keep your Google Linux applications up-to-date.

在继续之前,请安装Google的Linux软件包签名密钥。 此项将自动配置必要的存储库设置,以使您的Google Linux应用程序保持最新。


wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Google Chrome Key
谷歌浏览器密钥

2.添加Chrome存储库 (2. Adding Chrome Repo)

For installing Chrome you need to add Chrome repository to your system source. You can do this with the command:

要安装Chrome,您需要将Chrome存储库添加到系统源中。 您可以使用以下命令执行此操作:


sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"

You may also add the repository manually by editing your /etc/apt/sources.list file.

您也可以通过编辑/etc/apt/sources.list文件来手动添加存储库。

3.运行Apt更新 (3. Run an Apt Update)

After you add the Chrome repository in the last step you need to do an apt-update. The command for doing that is:

在最后一步中添加Chrome存储库后,您需要执行apt-update 。 这样做的命令是:


sudo apt update
Add Chrome Repo and Update
添加Chrome存储库并更新

4.在Linux Mint上安装Chrome (4. Install Chrome on Linux Mint)

After going through the commands above you are ready to finally install Chrome. The command for doing that is :

完成上述命令后,您就可以准备最终安装Chrome。 这样做的命令是:


sudo apt install google-chrome-stable
Install Google Chrome Stable
安装Google Chrome稳定版

This command installs the stable version of Chrome.

此命令将安装稳定版的Chrome。

While installing you will be prompted to grant permission to proceed with the installation. Press ‘y’ to continue.

在安装过程中,系统将提示您授予许可以继续进行安装。 按“ y”继续。

That is it! Now you can run Google Chrome by typing in :

这就对了! 现在,您可以输入以下命令来运行Google Chrome:


google-chrome

Or you can use the GUI to go to your applications and find Google Chrome there.

或者,您可以使用GUI转到您的应用程序并在其中找到Google Chrome。

5.卸载Chrome (5. Uninstalling Chrome )

To uninstall Google Chrome use the command :

要卸载Google Chrome,请使用以下命令:


sudo apt remove google-chrome-stable

This will successfully remove Google Chrome from your system.

这将成功从系统中删除Google Chrome。

更好的选择:Chrome (A better Alternative: Chromium )

Chromium is an open-source version of Chrome. It is present by default in the Linux repositories. So you won’t need to add it explicitly.

Chromium是Chrome 的开源版本。 默认情况下,它存在于Linux存储库中。 因此,您无需显式添加它。

To install Chromium you just need to run the command :

要安装Chromium,您只需运行以下命令:


sudo apt install chromium-browser

One command and Chromium is ready to go!

一个命令,Chromium准备就绪!

就是这样,伙计们! (That’s it, folks! )

In this tutorial, we saw how Chrome can be installed on Linux systems. Apart from that we also saw Chromium, a better open-source version of Chrome that is readily available on Linux.

在本教程中,我们了解了如何在Linux系统上安装Chrome。 除此之外,我们还看到了Chromium,这是一种更好的开源版本的Chrome,可以在Linux上轻松使用。

翻译自: https://www.journaldev.com/42429/install-chrome-on-linux-mint

mint 安装chrome

mint 安装chrome_在Linux Mint上安装Chrome –简单的分步指南相关推荐

  1. 电脑安装双系统-linux系统上安装windows系统

    电脑安装双系统 1 背景 2 环境 3 思路 4 操作步骤 4.1 安装gparted 4.2 设置windows安装驱动器 4.3 安装windows10操作系统 4.4 设置开机引导 1 背景 电 ...

  2. linux手动安装rsync_在Linux/Unix上安装rsync并通过示例的方式介绍使用rsync命令

    本文介绍Rsync的功能,在Linux/Unix系统上安装rsync的方法,并通过示例的方式介绍使用rsync命令的方法. Rsync介绍及其功能 在rsync的手册页中,Rsync是一种快速且极其通 ...

  3. linux 安装邮件系统,在Linux平台上安装基于Postfix、Courier-imap、Extmail的邮件系统 V 0...

    很久之前就计划写一个Postfix在Linux平台上面的安装文档,把自己安装Postfix的过程总结一下,但由于工作的关系直到现在才动手.和个人的习惯有关,在安装过程中我使用了很多源代码,这对一个新手 ...

  4. linux 命令安装 wine,在Linux系统上安装Wine的教程

    Wine,一个在Linux平台上非常受欢迎并且强大的开源应用,有了它,我们可以在Linux平台上完美运行Windows应用与游戏. WineHQ团队,近期宣布了一个新的开发版本Wine1.7.29.这 ...

  5. centos 7.2安装 java_centos7.2 linux系统上安装java环境

    管理linux 系统,首先需要使用一个工具了,我使用的是 MobaXterm_Personal_9.4.exe,操作方便,又好上传文件的. 本文将讲解如何在centos7上安装jdk8并配置java环 ...

  6. linux yum安装python3_在Linux - Centos上安装Python3(上)

    必看内容 在Linux上安装Python常用的2种方法 1.Python源码编译安装,有点复杂,适合老司机 2.从EPEL/IUS仓库安装,新手建议使用此方法,比较简单,目前2019-07-31提供最 ...

  7. 安装图解:Linux Mint 4.0(Daryna)(或者说完美的桌面系统)

    http://www.pusuo.net/2009-08-04/110221670.html 安装图解:Linux Mint 4.0(Daryna)(或者说完美的桌面系统) 作者falko (Cont ...

  8. linux mint安装账户,如何安装和配置Linux Mint的

    经验概述 Compiz的桌面立方体启用和Emerald窗口装饰你有没有想过更好的东西比现在的计算机上运行的?不管是在Windows,Mac或Linux操作系统,确保有更好的系统在那里.这个平台wiki ...

  9. linux图片格式转换工具,在Linux系统上安装和使用Converseen批量图像转换器的方法...

    本文介绍在Linux操作系统上安装和使用Converseen的方法,这是一个图形批量图像转换器,可用在Arch Linux.Debian.Ubuntu.Linux Mint.Fedora.openSU ...

最新文章

  1. 关于“航天•轻舟机器人国赛技术交流会”邀请函
  2. 从创建数据库到备份恢复还原详解
  3. android 二次点击退出,android返回二次退出
  4. 非nodejs方式的vue.js的使用
  5. 中科大 计算机网络1 课程主要内容大概介绍
  6. [网络流24题]圆桌问题
  7. Python高级——import导入模块
  8. springmvc注解入门程序
  9. OpenGL+VS2012环境搭建
  10. java.util.HashMap
  11. matlib实现梯度下降法
  12. html5编写商城页面,HTML5+CSS3前端入门教程---从0开始通过一个商城实例手把手教你学习PC端和移动端页面开发第2章HTML基础知识...
  13. 2019年架构软考论文押题(一)
  14. MusicXML 3.0 (2) - 调号
  15. matlab 向量_COMSOL与MATLAB联合仿真+RBF神经网络预测输出
  16. 互联网晚报 | 1月13日 星期四 | 恒驰5首车下线;抖音电商测试快递服务“音尊达”;中国移动10086 App月底停止运营...
  17. Oracle 性能优化总结
  18. Python 编程从入门到实践 6-7动手试一试 人
  19. 生成图-深度优先搜索/宽度优先搜索
  20. (FJWC2020)DTOJ 4688. 迫害 DJ

热门文章

  1. [转载] python 字符串(string)
  2. verilog中的定点数、浮点数、定点小数、定点整数的表示及运算
  3. Java匹马行天下之 Java国出了个Java——举国欢庆
  4. Vue.js 学习笔记 十 自定义按键事件
  5. [置顶] Embedded Server:像写main函数一样写Web Server
  6. elasticsearch监控平台cerebro-0.8.3 相关操作
  7. 数据结构实验之查找一:二叉排序树 (SDUT 3373)
  8. 第四节:EasyUI的一些操作
  9. python day1 5:23
  10. MyBatis 【返回自增id】