# vim /etc/yum.repos.d/google.repo
[
]
name
=Google - i386
baseurl
=http:
//
dl.google.com
/
linux
/
rpm
/
stable
/
i386
enabled
=
1
gpgcheck
=
1
gpgkey
=https:
//
dl-ssl.google.com
/
linux
/
linux_signing_key.pub
[
google64
]
name
=Google - x86_64
baseurl
=http:
//
dl.google.com
/
linux
/
rpm
/
stable
/
x86_64
enabled
=
1
gpgcheck
=
1
gpgkey
=https:
//
dl-ssl.google.com
/
linux
/
linux_signing_key.pub
# yum install google-chrome-stable
Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: www.ftp.ne.jp * extras: www.ftp.ne.jp * updates: www.ftp.ne.jp Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package google-chrome-stable.x86_64 0:28.0.1500.95-213514 will be installed --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: google-chrome-stable-28.0.1500.95-213514.x86_64 --> Finished Dependency Resolution Error: Package: google-chrome-stable-28.0.1500.95-213514.x86_64 (google64) Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
エラーでインストール出来ない。
どうやら, google chrome については, 今後は RHEL6 (とそのクローン) のサポートがされないらしい
仕方がないので
chromium をインストールする
$ wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo # cp chromium-el6.repo /etc/yum.repos.d/ # yum install chromium
root ユーザーで使用する場合は
# vim /opt/chromium/chrome-wrapper
exec $CMD_PREFIX "$HERE/chrome" "$@"
下記の様に --user-data-dir 文字を追記
exec $CMD_PREFIX "$HERE/chrome" "$@" --user-data-dir
0 件のコメント:
コメントを投稿