Ubuntu 18.04 Server sha256sum
I'm downloading an ISO image of Ubuntu 18.04 server AMD 64 bits from http://releases.ubuntu.com/bionic/
On that page two ISO images are found:
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1.0-live-server-amd64.iso
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1-live-server-amd64.iso
From that page, the file SHA256SUMS can be downloaded in order to check the integrity of the images.
The first one ( 18.04.1.0 ) is listed in SHA256SUMS file, and its checksum is OK.The second one ( 18.04.1 ) isn't listed there.
On the other hand, if you download an ISO image directly from the main Ubuntu web page ( https://www.ubuntu.com/#download ), an automatic download of the second one ( 18.04.1 ) is started.
My questions are the following ones:
- Which is the latest release 18.04.1.0 or 18.04.1 ?
- Where is the SHA256SUMS file containing the checksum of 18.04.1 release ?
Thanks for any clue.
server 18.04 iso sha256
add a comment |
I'm downloading an ISO image of Ubuntu 18.04 server AMD 64 bits from http://releases.ubuntu.com/bionic/
On that page two ISO images are found:
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1.0-live-server-amd64.iso
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1-live-server-amd64.iso
From that page, the file SHA256SUMS can be downloaded in order to check the integrity of the images.
The first one ( 18.04.1.0 ) is listed in SHA256SUMS file, and its checksum is OK.The second one ( 18.04.1 ) isn't listed there.
On the other hand, if you download an ISO image directly from the main Ubuntu web page ( https://www.ubuntu.com/#download ), an automatic download of the second one ( 18.04.1 ) is started.
My questions are the following ones:
- Which is the latest release 18.04.1.0 or 18.04.1 ?
- Where is the SHA256SUMS file containing the checksum of 18.04.1 release ?
Thanks for any clue.
server 18.04 iso sha256
Have you tried downloading both ISOs and comparing them (viacmp iso1 iso2
or something)? I would guess one is just a hard or symlink to the other (for whatever reason, maybe a bug).
– PerlDuck
Dec 29 '18 at 13:50
1
You are right ! I downloaded both and compared them with diff command. They are the same. Thanks !
– Romualdo Caruso
Dec 29 '18 at 13:54
Hey, thank you answering and trying so quickly. I just wanted to try myself but given my current download speed it would take ~20 minutes. To be really, really sure, you could also dosha256sum iso1 iso2
and compare the checksums.
– PerlDuck
Dec 29 '18 at 13:57
1
Thank you to give me that clue. It should be great if maintainers of Ubuntu release page commented that 18.04.1 release is only a hard link to 18.04.1.0 release in order to avoid confusion, or include both on SHA256SUMS file, so whatever image you download, checksum file contains it.
– Romualdo Caruso
Dec 29 '18 at 14:02
add a comment |
I'm downloading an ISO image of Ubuntu 18.04 server AMD 64 bits from http://releases.ubuntu.com/bionic/
On that page two ISO images are found:
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1.0-live-server-amd64.iso
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1-live-server-amd64.iso
From that page, the file SHA256SUMS can be downloaded in order to check the integrity of the images.
The first one ( 18.04.1.0 ) is listed in SHA256SUMS file, and its checksum is OK.The second one ( 18.04.1 ) isn't listed there.
On the other hand, if you download an ISO image directly from the main Ubuntu web page ( https://www.ubuntu.com/#download ), an automatic download of the second one ( 18.04.1 ) is started.
My questions are the following ones:
- Which is the latest release 18.04.1.0 or 18.04.1 ?
- Where is the SHA256SUMS file containing the checksum of 18.04.1 release ?
Thanks for any clue.
server 18.04 iso sha256
I'm downloading an ISO image of Ubuntu 18.04 server AMD 64 bits from http://releases.ubuntu.com/bionic/
On that page two ISO images are found:
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1.0-live-server-amd64.iso
- http://releases.ubuntu.com/bionic/ubuntu-18.04.1-live-server-amd64.iso
From that page, the file SHA256SUMS can be downloaded in order to check the integrity of the images.
The first one ( 18.04.1.0 ) is listed in SHA256SUMS file, and its checksum is OK.The second one ( 18.04.1 ) isn't listed there.
On the other hand, if you download an ISO image directly from the main Ubuntu web page ( https://www.ubuntu.com/#download ), an automatic download of the second one ( 18.04.1 ) is started.
My questions are the following ones:
- Which is the latest release 18.04.1.0 or 18.04.1 ?
- Where is the SHA256SUMS file containing the checksum of 18.04.1 release ?
Thanks for any clue.
server 18.04 iso sha256
server 18.04 iso sha256
asked Dec 29 '18 at 13:40
Romualdo CarusoRomualdo Caruso
134
134
Have you tried downloading both ISOs and comparing them (viacmp iso1 iso2
or something)? I would guess one is just a hard or symlink to the other (for whatever reason, maybe a bug).
– PerlDuck
Dec 29 '18 at 13:50
1
You are right ! I downloaded both and compared them with diff command. They are the same. Thanks !
– Romualdo Caruso
Dec 29 '18 at 13:54
Hey, thank you answering and trying so quickly. I just wanted to try myself but given my current download speed it would take ~20 minutes. To be really, really sure, you could also dosha256sum iso1 iso2
and compare the checksums.
– PerlDuck
Dec 29 '18 at 13:57
1
Thank you to give me that clue. It should be great if maintainers of Ubuntu release page commented that 18.04.1 release is only a hard link to 18.04.1.0 release in order to avoid confusion, or include both on SHA256SUMS file, so whatever image you download, checksum file contains it.
– Romualdo Caruso
Dec 29 '18 at 14:02
add a comment |
Have you tried downloading both ISOs and comparing them (viacmp iso1 iso2
or something)? I would guess one is just a hard or symlink to the other (for whatever reason, maybe a bug).
– PerlDuck
Dec 29 '18 at 13:50
1
You are right ! I downloaded both and compared them with diff command. They are the same. Thanks !
– Romualdo Caruso
Dec 29 '18 at 13:54
Hey, thank you answering and trying so quickly. I just wanted to try myself but given my current download speed it would take ~20 minutes. To be really, really sure, you could also dosha256sum iso1 iso2
and compare the checksums.
– PerlDuck
Dec 29 '18 at 13:57
1
Thank you to give me that clue. It should be great if maintainers of Ubuntu release page commented that 18.04.1 release is only a hard link to 18.04.1.0 release in order to avoid confusion, or include both on SHA256SUMS file, so whatever image you download, checksum file contains it.
– Romualdo Caruso
Dec 29 '18 at 14:02
Have you tried downloading both ISOs and comparing them (via
cmp iso1 iso2
or something)? I would guess one is just a hard or symlink to the other (for whatever reason, maybe a bug).– PerlDuck
Dec 29 '18 at 13:50
Have you tried downloading both ISOs and comparing them (via
cmp iso1 iso2
or something)? I would guess one is just a hard or symlink to the other (for whatever reason, maybe a bug).– PerlDuck
Dec 29 '18 at 13:50
1
1
You are right ! I downloaded both and compared them with diff command. They are the same. Thanks !
– Romualdo Caruso
Dec 29 '18 at 13:54
You are right ! I downloaded both and compared them with diff command. They are the same. Thanks !
– Romualdo Caruso
Dec 29 '18 at 13:54
Hey, thank you answering and trying so quickly. I just wanted to try myself but given my current download speed it would take ~20 minutes. To be really, really sure, you could also do
sha256sum iso1 iso2
and compare the checksums.– PerlDuck
Dec 29 '18 at 13:57
Hey, thank you answering and trying so quickly. I just wanted to try myself but given my current download speed it would take ~20 minutes. To be really, really sure, you could also do
sha256sum iso1 iso2
and compare the checksums.– PerlDuck
Dec 29 '18 at 13:57
1
1
Thank you to give me that clue. It should be great if maintainers of Ubuntu release page commented that 18.04.1 release is only a hard link to 18.04.1.0 release in order to avoid confusion, or include both on SHA256SUMS file, so whatever image you download, checksum file contains it.
– Romualdo Caruso
Dec 29 '18 at 14:02
Thank you to give me that clue. It should be great if maintainers of Ubuntu release page commented that 18.04.1 release is only a hard link to 18.04.1.0 release in order to avoid confusion, or include both on SHA256SUMS file, so whatever image you download, checksum file contains it.
– Romualdo Caruso
Dec 29 '18 at 14:02
add a comment |
0
active
oldest
votes
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%2f1105361%2fubuntu-18-04-server-sha256sum%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1105361%2fubuntu-18-04-server-sha256sum%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
Have you tried downloading both ISOs and comparing them (via
cmp iso1 iso2
or something)? I would guess one is just a hard or symlink to the other (for whatever reason, maybe a bug).– PerlDuck
Dec 29 '18 at 13:50
1
You are right ! I downloaded both and compared them with diff command. They are the same. Thanks !
– Romualdo Caruso
Dec 29 '18 at 13:54
Hey, thank you answering and trying so quickly. I just wanted to try myself but given my current download speed it would take ~20 minutes. To be really, really sure, you could also do
sha256sum iso1 iso2
and compare the checksums.– PerlDuck
Dec 29 '18 at 13:57
1
Thank you to give me that clue. It should be great if maintainers of Ubuntu release page commented that 18.04.1 release is only a hard link to 18.04.1.0 release in order to avoid confusion, or include both on SHA256SUMS file, so whatever image you download, checksum file contains it.
– Romualdo Caruso
Dec 29 '18 at 14:02