Install chrome on centos-Browser

Source: Internet
Author: User

First, install the software in centos. to install the software using the yum command, you must add the software source node to the software source in the system, that is, in the directory. /etc/yum. repos. d/Under the CentOS-Base.repo file to make changes: Enter the Super User Su in the console and then use the command

vim /etc/yum.repos.d/CentOS-Base.repo

In the vim Editor, enter

i

Enter the editing status. move the cursor to the end and add the software source code.

After adding the software source code, Press ESC in the vim editor to enter the command mode and enter

:w:q

Save the modification and exit vim and return it to the console.

 

Install chrome in centos 6.x
Vim/etc/yum. Repos. d/CentOS-Base.repo
Add a node based on your system

32bit System

[google]name=Google - i386baseurl=http://dl.google.com/linux/rpm/stable/i386enabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64bit System

[google64]name=Google - x86_64baseurl=http://dl.google.com/linux/rpm/stable/x86_64enabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Then run the following command:

yum install google-chrome-stable
Stable version installation:
Yum install Google-chrome-stable:
The yum install Google-chrome-beta version is not stable:
Yum install Google-chrome-beta

 

Related Article

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.