Testing Chrome with LeanFT on Ubuntu
Question ID: 107474
1
0

I want to test my AUT on Chrome with LeanFT in Ubuntu Linux, but Ununtu did not come with Chrome installed. Is there a way to install Chrome?

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on February 27, 2017 9:14 pm
37 views
Answers (1)
0
Private answer

If you have another browser installed, you can simply go to https://www.google.com/chrome/browser/features/html. Choose Debian/Ubuntu and download it.
Alternatively, I found these instructions at [this link][1].

Add key:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Set Repository:

sudo sh -c 'echo ''deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'' >> /etc/apt/sources.list.d/google-chrome.list'

Install package:

sudo apt-get update

sudo apt-get install google-chrome-stable

[1]: http://askubuntu.com/questions/510056/how-to-install-google-chrome

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on February 27, 2017 9:15 pm
0
That's a great help. Thanks!
( at February 27, 2017 9:16 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top