CentOS cannot install Chrome alternative solution

Source: Internet
Author: User

CentOS cannot install Chrome alternative solution

Prerequisites

1. Chrome cannot be installed because Cent OS kernel version is too low

2. Alternative: You can use the Chromium browser.

Install Google Source

Cd/etc/yum. repos. d/

Sudo wget http://people.CentOS.org/hughesjr/chromium/6/chromium-el6.repo

Install Chromium

Sudo yum install chromium

# After installation, it is located in/opt/chromium-browser

Install Flash plug-in

#1. Download Adobe official Flash plug-in

#64-bit

Sudo wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.378/install_flash_player_11_linux.x86_64.tar.gz

#32-bit

Sudo wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.378/install_flash_player_11_linux.i386.tar.gz

#2. decompress the Flash plug-in. libflashplayer. so and usr files and folders will be available.

Sudo tar zxvf install_flash_player_11_linux.xxx.tar.gz

Sudo cp-r usr/*/usr

Sudo rm-rf usr

#3. Download Chrome

#64-bit

Sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

#32-bit

Sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm

#4. decompress the Chrome browser and there will be three folders: etc, opt, and usr.

Sudo rpm2cpio google-chrome-stable_current_xxx.rpm | cpio-div

#5. Replace the Flash plug-in Chrome

Sudo rm-rf opt/google/chrome/PepperFlash/libpepflashplayer. so

Sudo cp-r libflashplayer. so opt/google/chrome/PepperFlash/libpepflashplayer. so

#6. added the Chromium Flash plug-in.

Sudo mv opt/google/chrome/PepperFlash/opt/chromium-browser/

Sudo chown root: root-R/opt/chromium-browser/PepperFlash

Sudo chmod + x-R/opt/chromium-browser/PepperFlash

------------------------------------ End ------------------------------------

Install the Chromium browser on Ubuntu 14.04 and add the Flash plug-in Pepper Flash Player.

Install Google Chrome in Ubuntu 14.04 LTS

Solution to Chrome dependency installation in Ubuntu 13.04

Install Chrome in openSUSE

Install Google Chrome 35 Beta for Linux Users

Install Google Chrome in CentOS 6.x

Chrome details: click here
Chrome: click here

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.