How to download and install chrome browser with specific version in terminal?
I want to download chrome browser version 51 or below through terminal; however the latest version is 58.
Linux: centOS
centos command-line chrome
add a comment |
I want to download chrome browser version 51 or below through terminal; however the latest version is 58.
Linux: centOS
centos command-line chrome
How special should they be? What OS are you on? What tools did you want to use?
– Jeff Schaller
Jun 19 '17 at 14:10
Linux centOS (using Amazon AMI)
– Prashanth Sams
Jun 19 '17 at 14:11
I want to install chrome version 51 through terminal
– Prashanth Sams
Jun 19 '17 at 14:12
I haven't managed to successfully install it, but you might find a specific version here : rpm.pkgs.org/universal/google-chrome-x86_64/…
– Vic Seedoubleyew
Jan 27 '18 at 20:15
add a comment |
I want to download chrome browser version 51 or below through terminal; however the latest version is 58.
Linux: centOS
centos command-line chrome
I want to download chrome browser version 51 or below through terminal; however the latest version is 58.
Linux: centOS
centos command-line chrome
centos command-line chrome
edited Jun 20 '17 at 22:28
Gilles
533k12810721594
533k12810721594
asked Jun 19 '17 at 13:44
Prashanth SamsPrashanth Sams
103126
103126
How special should they be? What OS are you on? What tools did you want to use?
– Jeff Schaller
Jun 19 '17 at 14:10
Linux centOS (using Amazon AMI)
– Prashanth Sams
Jun 19 '17 at 14:11
I want to install chrome version 51 through terminal
– Prashanth Sams
Jun 19 '17 at 14:12
I haven't managed to successfully install it, but you might find a specific version here : rpm.pkgs.org/universal/google-chrome-x86_64/…
– Vic Seedoubleyew
Jan 27 '18 at 20:15
add a comment |
How special should they be? What OS are you on? What tools did you want to use?
– Jeff Schaller
Jun 19 '17 at 14:10
Linux centOS (using Amazon AMI)
– Prashanth Sams
Jun 19 '17 at 14:11
I want to install chrome version 51 through terminal
– Prashanth Sams
Jun 19 '17 at 14:12
I haven't managed to successfully install it, but you might find a specific version here : rpm.pkgs.org/universal/google-chrome-x86_64/…
– Vic Seedoubleyew
Jan 27 '18 at 20:15
How special should they be? What OS are you on? What tools did you want to use?
– Jeff Schaller
Jun 19 '17 at 14:10
How special should they be? What OS are you on? What tools did you want to use?
– Jeff Schaller
Jun 19 '17 at 14:10
Linux centOS (using Amazon AMI)
– Prashanth Sams
Jun 19 '17 at 14:11
Linux centOS (using Amazon AMI)
– Prashanth Sams
Jun 19 '17 at 14:11
I want to install chrome version 51 through terminal
– Prashanth Sams
Jun 19 '17 at 14:12
I want to install chrome version 51 through terminal
– Prashanth Sams
Jun 19 '17 at 14:12
I haven't managed to successfully install it, but you might find a specific version here : rpm.pkgs.org/universal/google-chrome-x86_64/…
– Vic Seedoubleyew
Jan 27 '18 at 20:15
I haven't managed to successfully install it, but you might find a specific version here : rpm.pkgs.org/universal/google-chrome-x86_64/…
– Vic Seedoubleyew
Jan 27 '18 at 20:15
add a comment |
3 Answers
3
active
oldest
votes
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
1
This only gives the current version. The question asks how to get any version.
– Gilles
Jun 20 '17 at 22:29
1
I agree this is the wrong answer.... but I used it anyway thanks Mazs!
– Alien Life Form
Apr 10 '18 at 1:11
add a comment |
- Go to the link shared below. Find and download the rpm file for the specific google chrome version. You can use wget to download it. Just copy the download link URL and pass it as an argument to the wget command.
http://dist.control.lth.se/public/CentOS-7/x86_64/google.x86_64/Packages/
- Then use yum to install google chrome from that local rpm file.
yum localinstall google-chrome-stable_current_x86_64.rpm
add a comment |
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
This is just as random as "find the software version you want, download it and install through package management"... It applies to Windows as well
– nwildner
Jun 20 '17 at 22:48
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f371981%2fhow-to-download-and-install-chrome-browser-with-specific-version-in-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
1
This only gives the current version. The question asks how to get any version.
– Gilles
Jun 20 '17 at 22:29
1
I agree this is the wrong answer.... but I used it anyway thanks Mazs!
– Alien Life Form
Apr 10 '18 at 1:11
add a comment |
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
1
This only gives the current version. The question asks how to get any version.
– Gilles
Jun 20 '17 at 22:29
1
I agree this is the wrong answer.... but I used it anyway thanks Mazs!
– Alien Life Form
Apr 10 '18 at 1:11
add a comment |
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
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
answered Jun 19 '17 at 15:53
mazsmazs
2,5921623
2,5921623
1
This only gives the current version. The question asks how to get any version.
– Gilles
Jun 20 '17 at 22:29
1
I agree this is the wrong answer.... but I used it anyway thanks Mazs!
– Alien Life Form
Apr 10 '18 at 1:11
add a comment |
1
This only gives the current version. The question asks how to get any version.
– Gilles
Jun 20 '17 at 22:29
1
I agree this is the wrong answer.... but I used it anyway thanks Mazs!
– Alien Life Form
Apr 10 '18 at 1:11
1
1
This only gives the current version. The question asks how to get any version.
– Gilles
Jun 20 '17 at 22:29
This only gives the current version. The question asks how to get any version.
– Gilles
Jun 20 '17 at 22:29
1
1
I agree this is the wrong answer.... but I used it anyway thanks Mazs!
– Alien Life Form
Apr 10 '18 at 1:11
I agree this is the wrong answer.... but I used it anyway thanks Mazs!
– Alien Life Form
Apr 10 '18 at 1:11
add a comment |
- Go to the link shared below. Find and download the rpm file for the specific google chrome version. You can use wget to download it. Just copy the download link URL and pass it as an argument to the wget command.
http://dist.control.lth.se/public/CentOS-7/x86_64/google.x86_64/Packages/
- Then use yum to install google chrome from that local rpm file.
yum localinstall google-chrome-stable_current_x86_64.rpm
add a comment |
- Go to the link shared below. Find and download the rpm file for the specific google chrome version. You can use wget to download it. Just copy the download link URL and pass it as an argument to the wget command.
http://dist.control.lth.se/public/CentOS-7/x86_64/google.x86_64/Packages/
- Then use yum to install google chrome from that local rpm file.
yum localinstall google-chrome-stable_current_x86_64.rpm
add a comment |
- Go to the link shared below. Find and download the rpm file for the specific google chrome version. You can use wget to download it. Just copy the download link URL and pass it as an argument to the wget command.
http://dist.control.lth.se/public/CentOS-7/x86_64/google.x86_64/Packages/
- Then use yum to install google chrome from that local rpm file.
yum localinstall google-chrome-stable_current_x86_64.rpm
- Go to the link shared below. Find and download the rpm file for the specific google chrome version. You can use wget to download it. Just copy the download link URL and pass it as an argument to the wget command.
http://dist.control.lth.se/public/CentOS-7/x86_64/google.x86_64/Packages/
- Then use yum to install google chrome from that local rpm file.
yum localinstall google-chrome-stable_current_x86_64.rpm
answered Jan 18 at 3:34
Ankit SahuAnkit Sahu
1
1
add a comment |
add a comment |
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
This is just as random as "find the software version you want, download it and install through package management"... It applies to Windows as well
– nwildner
Jun 20 '17 at 22:48
add a comment |
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
This is just as random as "find the software version you want, download it and install through package management"... It applies to Windows as well
– nwildner
Jun 20 '17 at 22:48
add a comment |
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
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
answered Jun 20 '17 at 13:14
Prashanth SamsPrashanth Sams
103126
103126
This is just as random as "find the software version you want, download it and install through package management"... It applies to Windows as well
– nwildner
Jun 20 '17 at 22:48
add a comment |
This is just as random as "find the software version you want, download it and install through package management"... It applies to Windows as well
– nwildner
Jun 20 '17 at 22:48
This is just as random as "find the software version you want, download it and install through package management"... It applies to Windows as well
– nwildner
Jun 20 '17 at 22:48
This is just as random as "find the software version you want, download it and install through package management"... It applies to Windows as well
– nwildner
Jun 20 '17 at 22:48
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f371981%2fhow-to-download-and-install-chrome-browser-with-specific-version-in-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How special should they be? What OS are you on? What tools did you want to use?
– Jeff Schaller
Jun 19 '17 at 14:10
Linux centOS (using Amazon AMI)
– Prashanth Sams
Jun 19 '17 at 14:11
I want to install chrome version 51 through terminal
– Prashanth Sams
Jun 19 '17 at 14:12
I haven't managed to successfully install it, but you might find a specific version here : rpm.pkgs.org/universal/google-chrome-x86_64/…
– Vic Seedoubleyew
Jan 27 '18 at 20:15