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