5

I need to test some hardware on Ubuntu 14.04 which are all working on Mac and Windows 8.1. But Ubuntu 14.04 old Google Chrome is available via apt-get

How do I get the Google Chrome Canary or nightly developer versions via apt-get? I need to test lot of hardware with Canary version which were resolved for Mac and Windows but untested still for Linux because of Ubuntu 14.04 not shifting the latest Canary.

Can anyone please send me quick way to get the full Canary?

enedil
  • 982
  • 5
  • 15
  • 27

2 Answers2

6

The download page for Chrome Canary tells me:

Chrome Canary is currently not available on the linux platform.

You can try Chrome Canary for Windows 32-bit, Windows 64-bit or OSX.

The list of channels doesn't show any Canary build for Chrome.

muru
  • 197,895
  • 55
  • 485
  • 740
2

Step 1 - Download the zip https://download-chromium.appspot.com/

Step 2

$ ./chrome --no-sandbox

NOTE:

cd /lib/x86_64-linux-gnu/
sudo ln -sf libudev.so.1 libudev.so.0