From Fedora Project Wiki

(Added a link to my own software repo, where chromium-downloader can be found)
(19 intermediate revisions by 12 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 does 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, Manager of the Fedora Engineering team at Red Hat is [http://code.google.com/p/chromium/issues/detail?id=28287 working with Google] to fix the problems in Chromium so that it can be made available in the official repository.  He also maintains his own test packages of Chromium
Tom 'spot' Callaway is [http://code.google.com/p/chromium/issues/detail?id=28287 working with Google] to fix the problems in Chromium so that it can be made available in the official repository.   


Stable repo:
=== Copr repository ===


http://repos.fedorapeople.org/repos/spot/chromium-stable/
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.


To use this repo,  download the repo file from from http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-chromium-stable.repo and drop it in /etc/yum.repos.d as root user.
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.
 
Use PackageKit or run the following command as root user
 
<pre>yum install chromium</pre>
 
Unstable repo:
 
http://repos.fedorapeople.org/repos/spot/chromium-unstable/
 
To use this repo, download the repo file from http://repos.fedorapeople.org/repos/spot/chromium-unstable/fedora-chromium.repo and drop it in /etc/yum.repos.d as root user.
 
Use PackageKit or run the following command as root user
 
<pre>yum install chromium</pre>
 
Alternatively, You can use chromium-downloader, the source code of which can be found here
 
https://github.com/N1tr0g3n/Chromium-downloader


== Google Chrome ==
== 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 yum repository for Fedora at  
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  


http://www.google.com/chrome/
http://www.google.com/chrome/
The link above also includes downloadable RPMs that you may use to install Chrome.

Revision as of 09:36, 8 October 2015

Chromium web browser

Chromium is the upstream project that Google Chrome browser is based on. Fedora does 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 so that it can be made available in the official repository.

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

http://www.google.com/chrome/

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