How can I have Google Chrome Canary for Ubuntu?
4 Answers
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.
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

- 14,866
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)

- 415
Use the puppeteer/browsers
package:
npx @puppeteer/browsers@latest install chrome@canary
npx
comes from https://npmjs.com/ (NodeJS).

- 845
- 6
- 9
google-chrome-stable
orgoogle-chrome-beta
orgoogle-chrome-unstable
by adding the official 3rd party Chrome PPA – Aug 31 '19 at 21:44