mint install chrome_Install Chrome on Linux Mint – Simple Step by Step Guide

mint install 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.

In this tutorial, we will see how to install Chrome on Linux Mint. Google Chrome is a popular web browser for browsing great websites like this one. We'll also cover easy-to-install Chrome alternatives.

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.

Let's take a look at the steps to install Google Chrome, Google's version of the original open-source Chromium browser. Since Google Chrome is not in the package repository, we need to add its Linux repository and install the package from there.

1. Download the Chrome private key ( 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.

Before continuing, install Google's Linux package signing key. This will automatically configure the necessary repository settings to keep your Google Linux applications up to date.


wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Google Chrome Key
Google Chrome Key
google chrome key

2. Adding Chrome Repository ( 2. Adding Chrome Repo )

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

To install Chrome, you need to add the Chrome repository to the system sources. You can do this with the following command:


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
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
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 )

150px Chromium Material Icon

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 is the open source version of Chrome. By default, it exists in Linux repositories. So you don't need to add it explicitly.

To install Chromium you just need to run the command :

To install Chromium, all you need to do is run the following command:


sudo apt install chromium-browser

One command and Chromium is ready to go!

One command and Chromium is ready!

That's it, guys! ( 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.

In this tutorial, we saw how to install Chrome on a Linux system. In addition to this, we also saw Chromium, a better open-source version of Chrome that can be easily used on Linux.

Translated from: https://www.journaldev.com/42429/install-chrome-on-linux-mint

mint install chrome

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324087033&siteId=291194637