How do I install an older version of Google Chrome? Announcing the arrival of Valued Associate...
Marquee sign letters
An isoperimetric-type inequality inside a cube
By what mechanism was the 2017 UK General Election called?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
Any stored/leased 737s that could substitute for grounded MAXs?
Pointing to problems without suggesting solutions
What is "Lambda" in Heston's original paper on stochastic volatility models?
Did John Wesley plagiarize Matthew Henry...?
Why do the Z-fighters hide their power?
Flight departed from the gate 5 min before scheduled departure time. Refund options
Why can't fire hurt Daenerys but it did to Jon Snow in season 1?
IC on Digikey is 5x more expensive than board containing same IC on Alibaba: How?
Is there night in Alpha Complex?
Is the Mordenkainen's Sword spell underpowered?
Getting representations of the Lie group out of representations of its Lie algebra
Does the main washing effect of soap come from foam?
Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?
.bashrc alias for a command with fixed second parameter
"Destructive power" carried by a B-52?
Where and when has Thucydides been studied?
What helicopter has the most rotor blades?
Improvising over quartal voicings
The Nth Gryphon Number
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
How do I install an older version of Google Chrome?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Chrome loads my local hosted website as https instead of http resulting an error (started happening after an ubuntu update)Unable install cmake and ccmake?unable to locate package cgroups-liteUpgrading Chrome stable aptitude reports version 39 but chrome://chrome reports 38How can I fix this dependency issue that broke Makerware with my last update?Unable to locate pipelight-multi packageInstall Landscape dedicated serverUndo “apt-get purge” for google chromeUnable to locate package mysql-serverCan't install sublime or anything! on Ubuntu 16.04How to install gcj on Ubuntu 16.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.
I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
Naturally, I tried to install it with apt-get:
sudo apt-get install google-chrome-stable=51.0.2704.106-1
However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:
ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
ubuntu@box533:~$
How can I install an older version of Google Chrome via command line?
apt package-management google-chrome
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.
I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
Naturally, I tried to install it with apt-get:
sudo apt-get install google-chrome-stable=51.0.2704.106-1
However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:
ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
ubuntu@box533:~$
How can I install an older version of Google Chrome via command line?
apt package-management google-chrome
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.
I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
Naturally, I tried to install it with apt-get:
sudo apt-get install google-chrome-stable=51.0.2704.106-1
However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:
ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
ubuntu@box533:~$
How can I install an older version of Google Chrome via command line?
apt package-management google-chrome
I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.
I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
Naturally, I tried to install it with apt-get:
sudo apt-get install google-chrome-stable=51.0.2704.106-1
However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:
ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
ubuntu@box533:~$
How can I install an older version of Google Chrome via command line?
apt package-management google-chrome
apt package-management google-chrome
asked Jul 21 '16 at 8:12
DougDoug
141128
141128
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.
Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.
add a comment |
I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:
https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser
with this command:
sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
also, make sure to block updates like this:
sudo apt-mark hold chromium-browser
You just run it as dkpg -i
on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends=
flag and see if it goes through.
I've used this on my Ubuntu 16.04x64
because on newer versions > v64 you can't use .dev
for staging for web dev purposes, see details here:
https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/
output from cli is:
krex@krex-N752VX:~/Desktop$ sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
(Reading database ... 686845 files and directories currently installed.)
Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f801201%2fhow-do-i-install-an-older-version-of-google-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.
Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.
add a comment |
You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.
Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.
add a comment |
You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.
Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.
You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.
Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.
answered Mar 7 '17 at 20:14
AnwarAnwar
57.6k22149257
57.6k22149257
add a comment |
add a comment |
I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:
https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser
with this command:
sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
also, make sure to block updates like this:
sudo apt-mark hold chromium-browser
You just run it as dkpg -i
on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends=
flag and see if it goes through.
I've used this on my Ubuntu 16.04x64
because on newer versions > v64 you can't use .dev
for staging for web dev purposes, see details here:
https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/
output from cli is:
krex@krex-N752VX:~/Desktop$ sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
(Reading database ... 686845 files and directories currently installed.)
Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
add a comment |
I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:
https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser
with this command:
sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
also, make sure to block updates like this:
sudo apt-mark hold chromium-browser
You just run it as dkpg -i
on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends=
flag and see if it goes through.
I've used this on my Ubuntu 16.04x64
because on newer versions > v64 you can't use .dev
for staging for web dev purposes, see details here:
https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/
output from cli is:
krex@krex-N752VX:~/Desktop$ sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
(Reading database ... 686845 files and directories currently installed.)
Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
add a comment |
I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:
https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser
with this command:
sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
also, make sure to block updates like this:
sudo apt-mark hold chromium-browser
You just run it as dkpg -i
on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends=
flag and see if it goes through.
I've used this on my Ubuntu 16.04x64
because on newer versions > v64 you can't use .dev
for staging for web dev purposes, see details here:
https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/
output from cli is:
krex@krex-N752VX:~/Desktop$ sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
(Reading database ... 686845 files and directories currently installed.)
Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:
https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser
with this command:
sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
also, make sure to block updates like this:
sudo apt-mark hold chromium-browser
You just run it as dkpg -i
on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends=
flag and see if it goes through.
I've used this on my Ubuntu 16.04x64
because on newer versions > v64 you can't use .dev
for staging for web dev purposes, see details here:
https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/
output from cli is:
krex@krex-N752VX:~/Desktop$ sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
(Reading database ... 686845 files and directories currently installed.)
Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
edited Feb 23 '18 at 8:24
answered Feb 21 '18 at 7:56
Kresimir PendicKresimir Pendic
84679
84679
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f801201%2fhow-do-i-install-an-older-version-of-google-chrome%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