centos安装Chromium

时间:2023-03-09 20:46:41
centos安装Chromium

1. Change root user

Shell
su -
## OR ##
sudo -i
1
2
3
4
su -
## OR ##
sudo -i

2a. Install NCSU ITECS repository (64-bit only)

Shell
yum localinstall http://install.linux.ncsu.edu/pub/yum/itecs/public/chromium/rhel6/noarch/chromium-release-1.1-1.noarch.rpm
1
2
yum localinstall http://install.linux.ncsu.edu/pub/yum/itecs/public/chromium/rhel6/noarch/chromium-release-1.1-1.noarch.rpm
http://install.linux.ncsu.edu/pub/yum/itecs/public/chromium/7/x86_64/

2b. Install/enable hughesjr Chromium EL 6 repository (32-bit and 64-bit)

Not only old version(s) available.

Shell
cd /etc/yum.repos.d

wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo

1
2
3
4
cd /etc/yum.repos.d
wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo

3. Install Chromium Browser on CentOS 6 / RHEL 6

Shell
yum install chromium
1
2
yum install chromium

4. Start Chromium Browser

Use Chromium Launcher from Menu:
centos安装Chromium

Or alternatively run command:

Shell
/opt/chromium/chrome-wrapper %U
1
2
/opt/chromium/chrome-wrapper %U

Chromium running on CentOS 6

centos安装Chromium

Chromium running on CentOS 6.4 with Pepper Flash Plugin and Chrome PDF Viewer Plugin

centos安装Chromium

Chromium running on CentOS 6.4 (Adobe Flash Test Page)

centos安装Chromium