Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm looking for standalone packages for Google Chrome / Chromium which can be extracted and used as binaries for my Selenium test suite.

How do I go about such a thing?

share|improve this question
1  
Relevant Question: Download older versions of Google Chrome for Linux – gertvdijk Jan 15 at 9:56

2 Answers

Standalone packages for Google Chrome can be found at the following links:


64bit Ubuntu

http://www.google.com/chrome/thankyou.html?hl=en&platform=linux_ubuntu_x86_64

32bit Ubuntu

http://www.google.com/chrome/thankyou.html?hl=en&platform=linux_ubuntu_i386

Source: Google Product Forums


For development, you may however prefer to download and build Chromium. Chromium.org documents this process for you here, with the source code found here.

share|improve this answer
1  
These are the standard packages which will be automatically updated (the package installs the Google repositories). I guess the OP wanted to install specific versions. – gertvdijk Jan 15 at 9:45
Is the last paragraph more suited to the question? – njallam Jan 15 at 9:50
1  
Sort of, but that requires him to build all old releases - question states packages. – gertvdijk Jan 15 at 10:04

Have you tried:

apt-get install <package name>=<version>

e.g.
apt-get install subversion-tools=1.3.2-5~bpo1

?

You can check version for example here: http://www.ubuntuupdates.org/pm/google-chrome-stable

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.