since Centos/rhel 6 is already an outdated system, chrome is no longer available. Although later due to the community protests, and thus changed, no longer mention Centos/rhel 6 is outdated system, but currently on Centos/rhel 6 has no chrome can be downloaded to use.
In fact, the basic reason is not how old Centos/rhel 6, even Windows XP and the stop update of Ubuntu 10.04 can continue to use chrome. The real reason for this is that Chrome is not able to continue updating chrome on Centos/rhel 6 due to various considerations, using C + + 11 that is not supported in Centos/rhel 6.
So, what if you want to continue using chrome before Centos/rhel 7 comes out? Use Chrome's Open source version: Chromium.
1. Switch to root:
su or Su-or sudo-i
2. Download the new software source definition:
Cd/etc/yum.repos.d
wget Http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo
3, installation chromium:
Yum Install chromium
so the installation is complete.
You can start your browser from the menu:
after startup:
If you need to view flash and PDF, you can continue with the next two steps to install the plugin.
4. Install pepper Flash Plugin:
4.1. Download HUGHESJR Auxiliary installation script:
cd/tmp
wget https://raw.github.com/hughesjr/chromium_el_builder/master/chrome_pepperflash_copy.sh
4.2. Set chrome_pepperflash_copy.sh as executable:
chmod +x chrome_pepperflash_copy.sh
4.3, execute the script to install (you can look at the script content to understand what happened):
./chrome_pepperflash_copy.sh
after installation, if you need to start from the command line (with flash support), you can enter the following command:
/opt/chromium/chrome-wrapper%u--ppapi-flash-path=/opt/chromium/pepperflash/libpepflashplayer.so-- ppapi-flash-version=$ (grep ' "Version": '/opt/chromium/pepperflash/manifest.json | grep-po ' (? <=version ":") (?: \ D|\.) * ')
Or
/usr/bin/chromium-browser%u--ppapi-flash-path=/opt/chromium/pepperflash/libpepflashplayer.so-- ppapi-flash-version=$ (grep ' "Version": '/opt/chromium/pepperflash/manifest.json | grep-po ' (? <=version ":") (?: \ D|\.) *‘)
/opt/chromium/chrome-wrapper%u This section is specifically based on your Google actual startup address modification
You can also modify the corresponding commands in the System menu.
5. Install the Google Chrome PDF Viewer plugin:
5.1. Download HUGHESJR Auxiliary installation script:
cd/tmp
wget https://raw.github.com/hughesjr/chromium_el_builder/master/chrome_libpdf_copy.sh
5.2. Set chrome_libpdf_copy.sh as executable:
chmod +x chrome_libpdf_copy.sh
5.3, execute the script to install (you can look at the script content to understand what happened):
./chrome_libpdf_copy.sh
If you have a 64-bit operating system, you can install Google Chrome and enable Flash plugin support in the following ways:
First, online installation
# yum Installhttp://people.centos.org/hughesjr/chromium/6/x86_64/RPMS/chromium-31.0.1650.63-2.el6.x86_64.rpm
second, after installation, can only run the browser on other users, if you want to run the root user
application, Internet, Chromium, add to desktop, browser icon right-click Properties, Basic, command, modified to:/usr/bin/chromium-browser%u--user-data-dir=/root/chrome
iii. Creating a directory/root/chrome
four, double-click the desktop icon chromium browser, you can run at root.
install adobe Flash Player online
# yum Install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
Six, the browser input chrome://plugins/, open the plugin page, in Adobe Flash Player (2 files) have two files, close the first file (that is, the plug-in/opt start), then Flash is available.
centos6.5 Install Google Chrome + Google Chrome Flash plugin installation + Google Chrome PDF Reader installation