I want to download chrome browser version 51 or below through terminal; however the latest version is 58.
Linux: centOS
I want to download chrome browser version 51 or below through terminal; however the latest version is 58.
Linux: centOS
Took a little digging, but just pieced this together:
yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-${GOOGLE_CHROME_VERSION}-1.x86_64.rpm
You can extract available versions from the following URL: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
You should search a downloadable link for that version and use wget and yum or dpkg to install..
One source I found is here but they don't have the CentOs version.
The official and current version can be found here :
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
yum localinstall google-chrome-stable_current_x86_64.rpm
Download Google Chrome
wget http://orion.lcg.ufrj.br/RPMS/myrpms/google/google-chrome-stable-51.0.2704.106-1.x86_64.rpm
Install
rpm -ivh google-chrome-stable-51.0.2704.106-1.x86_64.rpm
sha256sum on one of versions provided there (87.0.4280.88), and compared it against Google's official RPM. They were the same. No worries (at least on this version).
http://dist.control.lth.se/public/CentOS-7/x86_64/google.x86_64/Packages/
yum localinstall google-chrome-stable_current_x86_64.rpm