25

How can I have Google Chrome Canary for Ubuntu?

Thomas Ward
  • 74,764

4 Answers4

24

As stated in the site you linked, Canary builds are not available for Linux.

The only release channels available for Linux are: Stable, Beta and Dev.

enter image description here

The reason for that is explained here:

Thanks for your interesting in testing out the latest and greatest builds of Chrome. There are logistical challenges that make creating/ deploying Linux bundles prohibitively expensive to do on a daily basis, which effectively makes a Linux Canary fairly unlikely for the foreseeable future. I'd encourage the community to use the PPA builds, those are fundamentally the same as what we would build save for a couple of plugins (PDF, Flash, FFMpeg).

Kind Regards,

Anthony Laforge Technical Program Manager Mountain View, CA

Uri Herrera
  • 14,866
3

Fallback place:

https://download-chromium.appspot.com/?platform=Linux_x64&type=snapshots

As the date of today 2019-02-07, this binary is Version 74.0.3697.0 (Developer Build) (64-bit)

rzr
  • 415
0

Chromium Dev seria como Canary

https://www.chromium.org/getting-involved/dev-channel

Braian Coronel
  • 385
  • 3
  • 6
0

Use the puppeteer/browsers package:

npx @puppeteer/browsers@latest install chrome@canary

npx comes from https://npmjs.com/ (NodeJS).

thiagowfx
  • 845
  • 6
  • 9