How to install old version of Chromium?
Someone reported a bug in my open source project and he's using using Chrome 49 (I'm using version 55 of Chromium) so I want to install that old version but Chrome don't support 32bit versions so I need to install old Chromium.
How can I install it?
software-installation google-chrome chromium deb
add a comment |
Someone reported a bug in my open source project and he's using using Chrome 49 (I'm using version 55 of Chromium) so I want to install that old version but Chrome don't support 32bit versions so I need to install old Chromium.
How can I install it?
software-installation google-chrome chromium deb
4
I know this is not very helpful to you, but from an external perspective, my answer would be "Don't." - Browsers are one of the most exposed and potentially vulnerable applications running on your system, it's a severe security sin not to keep them updated. You should try to encourage that someone to update their browser instead...
– Byte Commander
Feb 7 '17 at 21:40
add a comment |
Someone reported a bug in my open source project and he's using using Chrome 49 (I'm using version 55 of Chromium) so I want to install that old version but Chrome don't support 32bit versions so I need to install old Chromium.
How can I install it?
software-installation google-chrome chromium deb
Someone reported a bug in my open source project and he's using using Chrome 49 (I'm using version 55 of Chromium) so I want to install that old version but Chrome don't support 32bit versions so I need to install old Chromium.
How can I install it?
software-installation google-chrome chromium deb
software-installation google-chrome chromium deb
asked Feb 7 '17 at 21:22
jcubicjcubic
46931021
46931021
4
I know this is not very helpful to you, but from an external perspective, my answer would be "Don't." - Browsers are one of the most exposed and potentially vulnerable applications running on your system, it's a severe security sin not to keep them updated. You should try to encourage that someone to update their browser instead...
– Byte Commander
Feb 7 '17 at 21:40
add a comment |
4
I know this is not very helpful to you, but from an external perspective, my answer would be "Don't." - Browsers are one of the most exposed and potentially vulnerable applications running on your system, it's a severe security sin not to keep them updated. You should try to encourage that someone to update their browser instead...
– Byte Commander
Feb 7 '17 at 21:40
4
4
I know this is not very helpful to you, but from an external perspective, my answer would be "Don't." - Browsers are one of the most exposed and potentially vulnerable applications running on your system, it's a severe security sin not to keep them updated. You should try to encourage that someone to update their browser instead...
– Byte Commander
Feb 7 '17 at 21:40
I know this is not very helpful to you, but from an external perspective, my answer would be "Don't." - Browsers are one of the most exposed and potentially vulnerable applications running on your system, it's a severe security sin not to keep them updated. You should try to encourage that someone to update their browser instead...
– Byte Commander
Feb 7 '17 at 21:40
add a comment |
2 Answers
2
active
oldest
votes
here is the link where you can download older versions.
You can find google-chrome-stable_48
there or chromium-48
versions.
1
Can't guarantee how safe that source is.
– emyller
Jul 25 '18 at 19:05
add a comment |
Please just don't go on the website given in the former response.
This is a private website, no way of thinking it is safe, or not.
It's not because it's open source that you can download whatever you want.
Official repo give these instruction to proceed:
from https://www.chromium.org/getting-involved/download-chromium
Downloading old builds of Chrome / Chromium
Let's say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.
However, you can get a build of Chromium 44.x which should mostly match the stable release.
Here's how you find it:
- Look in http://googlechromereleases.blogspot.com/search/label/Stable%20updates for the last time "44." was mentioned.
- Loop up that version history ("44.0.2403.157") in the Position Lookup
In this case it returns a base position of "330231". This is the commit of where the 44 release was branched, back in May 2015.* Open the continuous builds archive
Click through on your platform (Linux/Mac/Win)
Paste "330231" into the filter field at the top and wait for all the results to XHR in.
Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
Sometimes you may have to decrement the commit number until you find one.
Download and run!As this build was made at 44 branch point, it does not have any commits merged in while in beta.
Typically that's OK, but if you need a true build of "44.0.2403.x" then you'll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.
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%2f880956%2fhow-to-install-old-version-of-chromium%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
here is the link where you can download older versions.
You can find google-chrome-stable_48
there or chromium-48
versions.
1
Can't guarantee how safe that source is.
– emyller
Jul 25 '18 at 19:05
add a comment |
here is the link where you can download older versions.
You can find google-chrome-stable_48
there or chromium-48
versions.
1
Can't guarantee how safe that source is.
– emyller
Jul 25 '18 at 19:05
add a comment |
here is the link where you can download older versions.
You can find google-chrome-stable_48
there or chromium-48
versions.
here is the link where you can download older versions.
You can find google-chrome-stable_48
there or chromium-48
versions.
answered Apr 13 '17 at 10:59
SxlSxl
8219
8219
1
Can't guarantee how safe that source is.
– emyller
Jul 25 '18 at 19:05
add a comment |
1
Can't guarantee how safe that source is.
– emyller
Jul 25 '18 at 19:05
1
1
Can't guarantee how safe that source is.
– emyller
Jul 25 '18 at 19:05
Can't guarantee how safe that source is.
– emyller
Jul 25 '18 at 19:05
add a comment |
Please just don't go on the website given in the former response.
This is a private website, no way of thinking it is safe, or not.
It's not because it's open source that you can download whatever you want.
Official repo give these instruction to proceed:
from https://www.chromium.org/getting-involved/download-chromium
Downloading old builds of Chrome / Chromium
Let's say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.
However, you can get a build of Chromium 44.x which should mostly match the stable release.
Here's how you find it:
- Look in http://googlechromereleases.blogspot.com/search/label/Stable%20updates for the last time "44." was mentioned.
- Loop up that version history ("44.0.2403.157") in the Position Lookup
In this case it returns a base position of "330231". This is the commit of where the 44 release was branched, back in May 2015.* Open the continuous builds archive
Click through on your platform (Linux/Mac/Win)
Paste "330231" into the filter field at the top and wait for all the results to XHR in.
Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
Sometimes you may have to decrement the commit number until you find one.
Download and run!As this build was made at 44 branch point, it does not have any commits merged in while in beta.
Typically that's OK, but if you need a true build of "44.0.2403.x" then you'll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.
add a comment |
Please just don't go on the website given in the former response.
This is a private website, no way of thinking it is safe, or not.
It's not because it's open source that you can download whatever you want.
Official repo give these instruction to proceed:
from https://www.chromium.org/getting-involved/download-chromium
Downloading old builds of Chrome / Chromium
Let's say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.
However, you can get a build of Chromium 44.x which should mostly match the stable release.
Here's how you find it:
- Look in http://googlechromereleases.blogspot.com/search/label/Stable%20updates for the last time "44." was mentioned.
- Loop up that version history ("44.0.2403.157") in the Position Lookup
In this case it returns a base position of "330231". This is the commit of where the 44 release was branched, back in May 2015.* Open the continuous builds archive
Click through on your platform (Linux/Mac/Win)
Paste "330231" into the filter field at the top and wait for all the results to XHR in.
Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
Sometimes you may have to decrement the commit number until you find one.
Download and run!As this build was made at 44 branch point, it does not have any commits merged in while in beta.
Typically that's OK, but if you need a true build of "44.0.2403.x" then you'll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.
add a comment |
Please just don't go on the website given in the former response.
This is a private website, no way of thinking it is safe, or not.
It's not because it's open source that you can download whatever you want.
Official repo give these instruction to proceed:
from https://www.chromium.org/getting-involved/download-chromium
Downloading old builds of Chrome / Chromium
Let's say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.
However, you can get a build of Chromium 44.x which should mostly match the stable release.
Here's how you find it:
- Look in http://googlechromereleases.blogspot.com/search/label/Stable%20updates for the last time "44." was mentioned.
- Loop up that version history ("44.0.2403.157") in the Position Lookup
In this case it returns a base position of "330231". This is the commit of where the 44 release was branched, back in May 2015.* Open the continuous builds archive
Click through on your platform (Linux/Mac/Win)
Paste "330231" into the filter field at the top and wait for all the results to XHR in.
Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
Sometimes you may have to decrement the commit number until you find one.
Download and run!As this build was made at 44 branch point, it does not have any commits merged in while in beta.
Typically that's OK, but if you need a true build of "44.0.2403.x" then you'll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.
Please just don't go on the website given in the former response.
This is a private website, no way of thinking it is safe, or not.
It's not because it's open source that you can download whatever you want.
Official repo give these instruction to proceed:
from https://www.chromium.org/getting-involved/download-chromium
Downloading old builds of Chrome / Chromium
Let's say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.
However, you can get a build of Chromium 44.x which should mostly match the stable release.
Here's how you find it:
- Look in http://googlechromereleases.blogspot.com/search/label/Stable%20updates for the last time "44." was mentioned.
- Loop up that version history ("44.0.2403.157") in the Position Lookup
In this case it returns a base position of "330231". This is the commit of where the 44 release was branched, back in May 2015.* Open the continuous builds archive
Click through on your platform (Linux/Mac/Win)
Paste "330231" into the filter field at the top and wait for all the results to XHR in.
Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
Sometimes you may have to decrement the commit number until you find one.
Download and run!As this build was made at 44 branch point, it does not have any commits merged in while in beta.
Typically that's OK, but if you need a true build of "44.0.2403.x" then you'll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.
answered Jun 7 '18 at 10:12
David F.David F.
1113
1113
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f880956%2fhow-to-install-old-version-of-chromium%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
4
I know this is not very helpful to you, but from an external perspective, my answer would be "Don't." - Browsers are one of the most exposed and potentially vulnerable applications running on your system, it's a severe security sin not to keep them updated. You should try to encourage that someone to update their browser instead...
– Byte Commander
Feb 7 '17 at 21:40