ablog

不器用で落着きのない技術者のメモ

Oracle Linux 6.4 に Chromium をインストールする

インストール

  • chromium をインストールする。
[root@yazekats-linux ~]# cd /etc/yum.repos.d
[root@yazekats-linux yum.repos.d]# wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo
[root@yazekats-linux yum.repos.d]# yum install chromium
  • Flash Player をインストールする。
[root@yazekats-linux ~]# cd /tmp
[root@yazekats-linux tmp]# wget https://raw.github.com/hughesjr/chromium_el_builder/master/chrome_pepperflash_copy.sh
[root@yazekats-linux tmp]# chmod +x chrome_pepperflash_copy.sh
[root@yazekats-linux tmp]# ./chrome_pepperflash_copy.sh
  • PDF Viewer をインストールする
[root@yazekats-linux ~]# cd /tmp
[root@yazekats-linux tmp]# wget https://raw.github.com/hughesjr/chromium_el_builder/master/chrome_libpdf_copy.sh
[root@yazekats-linux tmp]# chmod +x chrome_libpdf_copy.sh
[root@yazekats-linux tmp]# ./chrome_libpdf_copy.sh

使ってみる

  • [Applications]-[Internet]-[Chromium]を選択する。

  • 起動完了