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.
- Change to Root
su -
- Enable Chromium Repo
cd /etc/yum.repos.d
wget http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo
- 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