Testing Chrome with LeanFT on CentOS
Question ID: 107473
1
0

I want to test my AUT on Chrome with LeanFT in CentOS Linux, but CentOS did not come with Chrome installed. I can’t find it in the Software package installer or the Application Installer. Is there a way to install Chrome?

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

Yes, you can. I found these instructions at [this link][1].

Create a file in /etc/yum.repos.d called google-chrome.repo:

sudo gedit /etc/yum.repos.d/google-chrome.repo

Add the following lines of code to the file you just created:

[google-chrome]

name=google-chrome

baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch

enabled=1

gpgcheck=1

gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Check the latest version available:

yum info google-chrome-stable

Install Chrome:

sudo yum install google-chrome-stable

[1]: http://www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-linux/

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on February 27, 2017 9:11 pm
0
Thanks, that is very helpful.
( at February 27, 2017 9:11 pm)
EyeOnTesting

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

X
Scroll to Top