Search

How to install Chromium on (RHEL) RedHat based Linux

I know, may of you are facing issue while trying to install chromium browser in Linux system due to library issue.

Please fallow below procedure to achieve it.

1. In Terminal connect as sudo user.

   $ su -

2. Go to /etc/yum.repos.d and get repos.

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

3. Execute the following 'yum' command.

   # yum install chromium

Now you can verify Chromium browser is installed.

No comments: