TOP

ニュース 2ちゃんねる新着絞込20選@びんたん

3.12.15

Google chromeをCentOS6/7にインストール

ちゃろめをCentOSにもインスコしましょう


How to install Google Chrome 28+ on RHEL/CentOS 6 or 7
http://chrome.richardlloyd.org.uk/


The download

It's recommended that you "yum update" (and reboot if this installs a new kernel) before you download and run the script below. This will often fix previously known issues when running Google Chrome.

install_chrome.sh 7.21 (23rd July 2015 - updated 64-bit CentOS libstdc++ downloadable library courtesy of gcc 5.2.0)

It's a bash shell script, so you download and run it as root as follows:

chmod u+x install_chrome.sh
./install_chrome.sh

The script has optional command line arguments - here's the output of "./install_chrome.sh -h":


Syntax: ./install_chrome.sh [-b] [-d] [-f [-f [-f]]] [-h] [-n] [-q] [-s]
        [-t tmpdir] [-u] [-U]

-b (or --beta) will switch to beta versions (google-chrome-beta).
-d (or --delete) will delete the temporary directory used for downloads
   if an installation was successful.
-f (or --force) forces an automatic "y" for any interactive prompting
   except for OS mismatch/OS upgrade/reboot prompts. Specify -f twice to force
   it for OS mismatches or OS upgrades as well and three times for reboots
   on top of that.
-h (or -? or --help) will display this syntax message.
-n (or --dryrun) will show what actions the script will take,
   but it won't actually perform those actions.
-q (or --quiet) will switch to "quiet mode" where minimal info is displayed.
   Specify -q twice to go completely silent except for errors.
-s (or --stable) will switch to stable versions (google-chrome-stable),
   which is the default if -b or -U haven't previously been specified.
-t tmpdir (or --tmpdir tmpdir) will use tmpdir as the temporary directory
   parent tree rather than $TMPDIR (if set) or /tmp.
-u performs an uninstallation of Google Chrome and chrome-deps rather the
   default action of an installation.
-U (or --unstable) will switch to unstable versions (google-chrome-unstable).



CentOS6.5でChromium
http://blog.sensuishi.net/?p=534

Index of /hughesjr/chromium
http://people.centos.org/hughesjr/chromium/

wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo
mv chromium-el6.repo /etc/yum.repos.d/
yum install chromium

people.centos.org
http://people.centos.org/