Install Chrome in CentOS 7

Source: Internet
Author: User

Install Chrome in CentOS 7
PROBLEN

Download the rpm installation package from the official google website. Then install the downloaded Chrome rpm installation package and report an error.

rpm -ivh google-chrome-stable_current_x86_64.rpm 
  • 1
  • 2
  • 1
  • 2
error: Failed dependencies:    lsb >= 4.0 is needed by google-chrome-stable-50.0.2661.75-1.x86_64    libXss.so.1()(64bit) is needed by google-chrome-stable-50.0.2661.75-1.x86_64
  • 1
  • 2
  • 3
  • 1
  • 2
  • 3
REASON

The corresponding dependent package is missing. Lsb is related to libXss.

SOLUTION

Install the missing dependency package. There is a method of adventure, that is, not to check the dependency and reason of the package, silly search for packages with similar names installed.

yum install *lsb* -yyum install libXss*  -y
  • 1
  • 2
  • 1
  • 2

A large number of packages will be installed. In most cases, the problem can be solved. Here are the specific solutions:

yum install pax*yum install redhat-lsb*  -yyum install libXss*  -y
  • 1
  • 2
  • 3
  • 1
  • 2
  • 3

The first two tasks run, but they do not work. The last one is just a guess. Actually solved the problem. Reference http://3385787.blog.51cto.com/3375787/742142

RESULT


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.