Chrome @ Fedora
Installing Chromium on Fedora isn't really all that much harder than it is on a Debian-based system. But with Fedora you have a couple of different options. You can either install from command line or you can install using the yum package management too. The benefit of installing via yum is that you will be able to update Either way the installation is simple.
Let's take a look at the Yum.
You have to follow the following steps:
The steps can also be used to install chromium on Fedora 10 ,with just a small change in the '/etc/yum.repos.d/chromium.repo' file ,the baseurl should be replaced with
Let's take a look at the Yum.
You have to follow the following steps:
- Open your vi editor and enter the gain 'root' access.
- Create the '/etc/yum.repos.d/chromium.repo' file.
- Add the following contents to the file:
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F11/
enabled=1
gpgcheck=0 - Save the file.
- Update the yum database using : 'yum update'
- Finally fire the install : 'yum install chromium -y'
The steps can also be used to install chromium on Fedora 10 ,with just a small change in the '/etc/yum.repos.d/chromium.repo' file ,the baseurl should be replaced with
baseurl=http://spot.fedorapeople.org/chromium/F10/Source : http://linux.com/news/software/applications/31870-get-your-chrome-experience-on-in-linux
Hi,
ReplyDeletethanks for this HowTo; do you know if this repo is built on the official chrome developpment files for linux ?
thx,
MasterChes
@MasterChes
ReplyDeleteSeems like it's as the specs file [http://spot.fedorapeople.org/chromium/chromium.spec] speaks of the same source as picked up by google.
snip -->
Chromium is the open-source project behind Google Chrome
<---
http://code.google.com/chromium/
Though not very sure of this,so have mailed the chromium dev for this,will let you know ASAP i got to know that.