ubuntu fedora_如何安装Google Chrome Linux,Ubuntu,Fedora?

ubuntu fedora

ubuntu fedora

In the old times where the web was statically running there were browsers like Netscape, Internet Explorer. But the times changed, web is also changed and become a very dynamic platform. Also, browsers changed too but some of them are gone. There are new kings in web browsers.  Google Chrome is late comer but the most popular browser for now. To install Google Chrome to the Linux operating systems there is two main way to do this. First, one is downloading Google Chrome packages from Google and install them manually or add 3 party repositories of Google Chrome for different distributions like Ubuntu, Debian, Fedora.

在过去网络静态运行的年代,有诸如Netscape,Internet Explorer之类的浏览器。 但是时代变了,网络也变了,成为一个非常动态的平台。 同样,浏览器也发生了变化,但其中一些消失了。 Web浏览器中有新的国王。 谷歌浏览器是后来者,但目前最受欢迎的浏览器。 要将Google Chrome安装到Linux操作系统,有两种主要方法。 首先,一个是从Google下载Google Chrome软件包,然后手动安装它们,或者为不同的发行版(例如Ubuntu,Debian和Fedora)添加3个Google Chrome第三方存储库。

安装Ubuntu,Debian,Kali (Install Ubuntu, Debian, Kali)

First, we will install Google Chrome by getting deb packages from Google Chrome sites. Open the following URL. This install redirects us to the Google Chrome installer package page.

首先,我们将通过从Google Chrome网站获取Deb软件包来安装Google Chrome。 打开以下URL。 此安装会将我们重定向到Google Chrome安装程序包页面。

下载 (Download)

https://www.google.com/chrome/browser/desktop/

https://www.google.com/chrome/browser/desktop/

Click Download Chrome to get the download page.

点击Download Chrome以获取下载页面。

Google Chrome Download
Google Chrome Download
谷歌浏览器下载

接受许可(Accept License)

Then click Accept and Install below where we will accept the license of the Google Chrome for Linux.

然后点击下面的接受并安装,我们将在此处接受Google Chrome for Linux的许可。

Google Chrome Download
Google Chrome Download
谷歌浏览器下载

为Ubuntu,Debian,Mint和Kali安装Chrome依赖项(Install Chrome Dependencies For Ubuntu, Debian, Mint, and Kali)

After download finished we will use dpkg to install Google Chrome deb package. But there are some dependencies to met and install Google Chrome.

下载完成后,我们将使用dpkg安装Google Chrome deb软件包。 但是,要满足和安装Google Chrome需要一些依赖。

$ sudo apt-get install libpango1.0-0 libappindicator1 -y
Install Chrome Dependencies For Ubuntu, Debian, Mint and Kali
Install Chrome Dependencies For Ubuntu, Debian, Mint and Kali
为Ubuntu,Debian,Mint和Kali安装Chrome依赖项

安装Chrome Deb(Install Chrome Deb)

And now we will install Google Chrome with dpkg with the following command

现在,我们将使用以下命令使用dpkg安装Google Chrome浏览器

$ sudo dpkg -i google-chrome-stable_current_amd64.deb
Install Google Chrome Deb
Install Google Chrome Deb
安装Google Chrome Deb

With this command, Google Chrome stable 64-bit version will be installed. Installed Google Chrome version is 55.0.2883.87-1

使用此命令,将安装Google Chrome稳定版64位版本。 已安装的Google Chrome版本为55.0.2883.87-1

安装Fedora,CentOS,RedHat (Install Fedora, CentOS, RedHat)

We will install Google Chrome by downloading rpm package from the site. Open URL below. This install redirects us to the Google Chrome installer package page.

我们将从网站上下载rpm软件包来安装Google Chrome。 在下面打开URL。 此安装会将我们重定向到Google Chrome安装程序包页面。

LEARN MORE  PHP cURL Tutorial with Examples
了解更多有关PHP cURL教程的示例

https://www.google.com/chrome/browser/desktop/

https://www.google.com/chrome/browser/desktop/

Click Download Chrome to get the download page.

点击下载Chrome以获取下载页面。

Install Fedora, CentOS, RedHat
Install Fedora, CentOS, RedHat
安装Fedora,CentOS,RedHat

下载Chrome CentOS,Fedora,RedHat RPM (Download Chrome CentOS, Fedora, RedHat RPM)

Then click Accept and Install below.

然后点击下面的接受并安装

Download Chrome CentOS, Fedora, RedHat RPM
Download Chrome CentOS, Fedora, RedHat RPM
下载Chrome CentOS,Fedora,RedHat RPM

安装Chrome依赖项 (Install Chrome Dependencies)

Google Chrome has some dependencies for Rpm based distributions. Let’s install them

Google Chrome对于基于Rpm的发行版具有某些依赖性。 让我们安装它们

$ yum install redhat-lsb.x86_64 -y
Download Dependencies
Download Dependencies
下载依赖项

安装Chrome RPM(Install Chrome RPM)

Now we can install Google Chrome with rpm package manager like below.

现在,我们可以使用rpm软件包管理器安装Google Chrome,如下所示。

$ rpm -i google-chrome-stable_current_x86_64.rpm
Install Chrome RPM
Install Chrome RPM
安装Chrome RPM

翻译自: https://www.poftut.com/install-google-chrome-linux-ubuntu-fedora/

ubuntu fedora

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在Ubuntu安装金丝雀版的Google浏览器(也称为Canary版),你可以按照以下步骤进行操作: 1. 打开终端(Ctrl + Alt + T)。 2. 输入以下命令来下载Chrome Canary的安装包: ``` wget https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb ``` 3. 安装下载的.deb文件: ``` sudo dpkg -i google-chrome-unstable_current_amd64.deb ``` 4. 如果有依赖问题,请运行以下命令来解决它们: ``` sudo apt-get install -f ``` 5. 安装完成后,你可以通过在终端中输入以下命令来启动Google Chrome Canary: ``` google-chrome-unstable ``` 请注意,Canary版本是Google Chrome的开发版本,可能会不稳定并且存在一些问题。因此,它主要适合开发者和测试人员使用,而不是普通用户。如果你只是想使用一个稳定可靠的Google Chrome浏览器,我建议安装稳定版或测试版,它们更适合日常使用。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [Fedora/RHEL/openSUSE等Linux安装chrome——Google浏览器(以及安装 Chromium)](https://blog.csdn.net/weixin_33774615/article/details/92116537)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* *3* [Google Chrome 浏览器的版本及下载地址](https://blog.csdn.net/aerchi/article/details/50155051)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值