Fedora installation of Chrome browser method

Source: Internet
Author: User

Downloading Chrome on Google's Web site is slow, but after adding the chrome source, you can install Chrome in the terminal via Yum install, much faster.

First create a file in/etc/yum.repos.d named Google.repo, then copy the following code into it, and then save:
32-bit system:

The code is as follows Copy Code
[Google]
Name=google–i386
Baseurl=http://dl.google.com/linux/rpm/stable/i386
Enabled=1
Gpgcheck=1
Gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64-bit system:

The code is as follows Copy Code
[Google64]
Name=google–x86_64
Baseurl=http://dl.google.com/linux/rpm/stable/x86_64
Enabled=1
Gpgcheck=1
Gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Then use (requires Administrator privileges):

The code is as follows Copy Code
Yum Install google-chrome-stable--nogpg to install the latest stable version
Yum Install google-chrome-unstable--NOGPG latest version of Chrome

So you can install it!

The article later supplements the problem solving method encountered during the installation process

Problems that may arise (a great possibility):


The following error occurred:

Warning:google-chrome-stable_current_i386.rpm:header V4 dsa/sha1 Signature, key ID 7fac5991:nokey
error:failed dependencies:
LSB >= 4.0 is needed by google-chrome-stable-18.0.1025.162-131933.i386
Libxss.so.1 is needed by google-chrome-stable-18.0.1025.162-131933.i386
Wget is needed by google-chrome-stable-18.0.1025.162-131933.i386

Workaround (Test feasible):

The code is as follows Copy Code

Yum Install REDHAT-LSB
Yum Install wget
Yum Install Libxscrnsaver

Re-use command: RPM-IVH google-chrome-stable_current_i386.rpm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.