From Fedora Project Wiki

No edit summary
(Link to chromium package review)
(31 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{autolang|base=yes}}
== Chromium web browser ==
== Chromium web browser ==


Fedora does not include Chromium web browser in the official repository due to problems outlined in  
Chromium is the upstream project that Google Chrome browser is based on. Fedora did not include Chromium web browser in the official repository due to problems outlined in  


http://ostatic.com/blog/making-projects-easier-to-package-why-chromium-isnt-in-fedora
http://ostatic.com/blog/making-projects-easier-to-package-why-chromium-isnt-in-fedora


Tom 'spot' Callaway maintains his own packages of Chromium at
Tom 'spot' Callaway is [http://code.google.com/p/chromium/issues/detail?id=28287 working with Google] to fix the problems in Chromium. Since Fedora does nowaday allow packages to bundle librariers, it is now possible to package Chromium in Fedora and Tom already created a [https://bugzilla.redhat.com/show_bug.cgi?id=1270322 package review] for chromium and its dependencies.


http://fedorapeople.org/~spot/chromium/
=== Copr repository ===


To use this repo, create a chromium.repo file in /etc/yum.repos.d as root user with the following content
Tom is building Chromium packages using copr, but because of how copr works, he does not currently have full multilib support enabled there. This may cause issues when you try to install Chromium from the [http://copr.fedoraproject.org/coprs/spot/chromium/ Copr]. These packages are also unsigned.  


<pre>
If you want to get the full multilib tree with signed packages (notably for libusbx.i686 and libusbx.x86_64), go to https://repos.fedorapeople.org/repos/spot/chromium/ and use that repository instead.


[chromium]
== Google Chrome ==
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/$releasever/
enabled=1
gpgcheck=0


</pre>
Since Chromium is upstream for Google Chrome, all the same issues apply. In addition to that, Fedora does not include Google Chrome because it is a proprietary product and bundles other proprietary software such as Adobe Flash plugin. However, Google does maintain a [[dnf]]|[[yum]] repository for Fedora at


Use PackageKit or run the following command as root user
https://www.google.com/chrome/


<pre>yum install chromium</pre>
The link above also includes downloadable RPMs that you may use to install Chrome.
 
==  Google Chrome ==
 
Fedora does not include Google Chrome because is a proprietary product and bundles other proprietary software such as Adobe Flash plugin however Google does maintain a yum repository at
 
http://www.google.com/chrome/

Revision as of 17:35, 21 February 2016

Chromium web browser

Chromium is the upstream project that Google Chrome browser is based on. Fedora did not include Chromium web browser in the official repository due to problems outlined in

http://ostatic.com/blog/making-projects-easier-to-package-why-chromium-isnt-in-fedora

Tom 'spot' Callaway is working with Google to fix the problems in Chromium. Since Fedora does nowaday allow packages to bundle librariers, it is now possible to package Chromium in Fedora and Tom already created a package review for chromium and its dependencies.

Copr repository

Tom is building Chromium packages using copr, but because of how copr works, he does not currently have full multilib support enabled there. This may cause issues when you try to install Chromium from the Copr. These packages are also unsigned.

If you want to get the full multilib tree with signed packages (notably for libusbx.i686 and libusbx.x86_64), go to https://repos.fedorapeople.org/repos/spot/chromium/ and use that repository instead.

Google Chrome

Since Chromium is upstream for Google Chrome, all the same issues apply. In addition to that, Fedora does not include Google Chrome because it is a proprietary product and bundles other proprietary software such as Adobe Flash plugin. However, Google does maintain a dnf|yum repository for Fedora at

https://www.google.com/chrome/

The link above also includes downloadable RPMs that you may use to install Chrome.