andybons | ad92aa3 | 2015-08-31 02:27:44 | [diff] [blame^] | 1 | # Linux Chromium Packages |
| 2 | |
| 3 | Some Linux distributions package up Chromium for easy installation. Please note |
| 4 | that Chromium is not identical to Google Chrome -- see |
| 5 | [chromium_browser_vs_google_chrome.md](chromium_browser_vs_google_chrome.md) -- |
| 6 | and that distributions may (and actually do) make their own modifications. |
| 7 | |
| 8 | TODO: Move away from tables. |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 9 | |
| 10 | | **Distro** | **Contact** | **URL for packages** | **URL for distro-specific patches** | |
| 11 | |:-----------|:------------|:---------------------|:------------------------------------| |
| 12 | | Ubuntu | Chad Miller `chad.miller@canonical.com` | https://launchpad.net/ubuntu/+source/chromium-browser | https://code.launchpad.net/ubuntu/+source/chromium-browser | |
| 13 | | Debian | [see package page](http://packages.debian.org/sid/chromium) | in standard repo | [debian patch tracker](http://patch-tracker.debian.org/package/chromium-browser/) | |
| 14 | | openSUSE | Raymond Wooninck `tittiatcoke@gmail.com` | http://software.opensuse.org/search?baseproject=ALL&p=1&q=chromium | ?? | |
| 15 | | Arch | Evangelos Foutras `evangelos@foutrelis.com` | http://www.archlinux.org/packages/extra/x86_64/chromium/ | [link](http://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/chromium) | |
| 16 | | Gentoo | [project page](http://www.gentoo.org/proj/en/desktop/chromium/index.xml) | Available in portage, [www-client/chromium](http://packages.gentoo.org/package/www-client/chromium) | http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/files/ | |
| 17 | | ALT Linux | Andrey Cherepanov (Андрей Черепанов) `cas@altlinux.org` | http://packages.altlinux.org/en/Sisyphus/srpms/chromium | http://git.altlinux.org/gears/c/chromium.git?a=tree | |
| 18 | | Mageia | Dexter Morgan `dmorgan@mageia.org` | http://svnweb.mageia.org/packages/cauldron/chromium-browser-stable/current/SPECS/ | http://svnweb.mageia.org/packages/cauldron/chromium-browser-stable/current/SOURCES/ | |
| 19 | | NixOS | aszlig `"^[0-9]+$"@regexmail.net` | http://hydra.nixos.org/search?query=pkgs.chromium | https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/networking/browsers/chromium | |
| 20 | |
| 21 | ## Unofficial packages |
andybons | ad92aa3 | 2015-08-31 02:27:44 | [diff] [blame^] | 22 | |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 23 | Packages in this section are not part of the distro's official repositories. |
| 24 | |
| 25 | | **Distro** | **Contact** | **URL for packages** | **URL for distro-specific patches** | |
| 26 | |:-----------|:------------|:---------------------|:------------------------------------| |
| 27 | | Fedora | Tom Callaway `tcallawa@redhat.com` | http://repos.fedorapeople.org/repos/spot/chromium/ | ?? | |
| 28 | | Slackware | Eric Hameleers `alien@slackware.com` | http://www.slackware.com/~alien/slackbuilds/chromium/ | http://www.slackware.com/~alien/slackbuilds/chromium/ | |
| 29 | |
| 30 | ## Other Unixes |
andybons | ad92aa3 | 2015-08-31 02:27:44 | [diff] [blame^] | 31 | |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 32 | | **System** | **Contact** | **URL for packages** | **URL for patches** | |
| 33 | |:-----------|:------------|:---------------------|:--------------------| |
| 34 | | FreeBSD | http://lists.freebsd.org/mailman/listinfo/freebsd-chromium | http://wiki.freebsd.org/Chromium | http://trillian.chruetertee.ch/chromium | |
| 35 | | OpenBSD | Robert Nagy `robert@openbsd.org` | http://openports.se/www/chromium | http://www.openbsd.org/cgi-bin/cvsweb/ports/www/chromium/patches/ | |
| 36 | |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 37 | ## Updating the list |
| 38 | |
andybons | ad92aa3 | 2015-08-31 02:27:44 | [diff] [blame^] | 39 | Are you packaging Chromium for a Linux distro? Is the information above out of |
| 40 | date? Please contact `thestig@chromium.org` with updates. |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 41 | |
| 42 | Before emailing, please note: |
andybons | ad92aa3 | 2015-08-31 02:27:44 | [diff] [blame^] | 43 | |
| 44 | * This is not a support email address |
| 45 | * If you ask about a Linux distro that is not listed above, the answer will be |
| 46 | "I don't know" |
| 47 | * Linux distros supported by Google Chrome are listed here: |
| 48 | https://support.google.com/chrome/answer/95411 |