Thursday, May 10, 2012

Installing Chromium on Fedora

For some reason you really have to work to get Fedora to install the chromium browser. Hopefully this will help someone else out there, and serve as a reminder to myself when I need to do it again.



  1. Change to Root
    su -
  2. Enable Chromium Repo
    cd /etc/yum.repos.d
    wget http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo
  3. Install with YUM
    yum -y install chromium
I like to use the -y flag in YUM for the stuff I am familiar with, this just auto selects the 'yes' option for you.

Nothing spectacular but it can be a pain if you don't know how.

Some screenshots...



No comments:

Post a Comment