Search This Blog

Install Chromium/Chrome browser on CentOS

You can run the following command to add the repository and install the chromium package:
cd /etc/yum.repos.d; sudo wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo
sudo yum update
sudo yum install chromium

NOTE:

if you have yum-plugin-priorities installed, you need to
sudo echo "priority=1" >> /etc/yum.repos.d/chromium-el6.repo
to set the repository priority.

See also

No comments:

Post a Comment