apt-get update is failing in debianHow to solve 404 Error in AWS apg-get for debian jessie fetch?Cannot install mc using apt-get Reinstalling Debian Squeeze via APT after significant core package removalHow to install Valgrind on debian 6 ARM processor?Debian: why are the suggested upgrades from apt-get and synaptic different?debian install package bittwistapt-get update still doesn't find autoconfDebian Scripting to remove the logging during apt-get installCannot install SSH server on Debian JessieHow to check which programs are related to a distribution of a specific repositoryapt-get throws 400 URI failure when trying to download docker-ce

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

Mathematica command that allows it to read my intentions

Issue with type force PATH search

Why do bosons tend to occupy the same state?

What's the point of deactivating Num Lock on login screens?

Does casting Light, or a similar spell, have any effect when the caster is swallowed by a monster?

How to blend text to background so it looks burned in paint.net?

Is it possible to download Internet Explorer on my Mac running OS X El Capitan?

What about the virus in 12 Monkeys?

Alternative to sending password over mail?

Is it canonical bit space?

Why doesn't H₄O²⁺ exist?

A category-like structure without composition?

Can a rocket refuel on Mars from water?

Asymptotics of orbits on graphs

What exploit are these user agents trying to use?

What is the formal way to express the meaning of a variable?

How do I gain back my faith in my PhD degree?

Short story with a alien planet, government officials must wear exploding medallions

Fully-Firstable Anagram Sets

How much of data wrangling is a data scientist's job?

numexpr behavior in math mode and/or TikZ



apt-get update is failing in debian


How to solve 404 Error in AWS apg-get for debian jessie fetch?Cannot install mc using apt-get Reinstalling Debian Squeeze via APT after significant core package removalHow to install Valgrind on debian 6 ARM processor?Debian: why are the suggested upgrades from apt-get and synaptic different?debian install package bittwistapt-get update still doesn't find autoconfDebian Scripting to remove the logging during apt-get installCannot install SSH server on Debian JessieHow to check which programs are related to a distribution of a specific repositoryapt-get throws 400 URI failure when trying to download docker-ce













25















cat /etc/apt/sources.list



deb http://deb.debian.org/debian jessie main
deb http://deb.debian.org/debian jessie-updates main
deb http://security.debian.org jessie/updates main


then apt-get update is failing.



If i remove the second line then above command is working fine.



I checked in the repositories. there is no folder with name jessie-updates.



We have many docker builds which requires apt-get update.



I can't update all the docker files to remove that second line.



What is best approach to go ahead and also if they are removed permanently or a temporary glitch










share|improve this question

















  • 3





    What do you mean it's failing? What do you actually see if it does? Why would you not be able to do this for your docker builds? Especially for those it should be easy. Change your base layer and just rebuild the images.

    – Seth
    Mar 26 at 8:12











  • Try with https. Maybe one of the mirrors is down (it happens). Change url to force to your machine to get (probably) a new mirror.

    – Giacomo Catenazzi
    Mar 26 at 13:21






  • 1





    This is essentially the same question as Failed to fetch jessie backports repository on Unix & Linux.

    – a CVn
    Mar 27 at 10:10















25















cat /etc/apt/sources.list



deb http://deb.debian.org/debian jessie main
deb http://deb.debian.org/debian jessie-updates main
deb http://security.debian.org jessie/updates main


then apt-get update is failing.



If i remove the second line then above command is working fine.



I checked in the repositories. there is no folder with name jessie-updates.



We have many docker builds which requires apt-get update.



I can't update all the docker files to remove that second line.



What is best approach to go ahead and also if they are removed permanently or a temporary glitch










share|improve this question

















  • 3





    What do you mean it's failing? What do you actually see if it does? Why would you not be able to do this for your docker builds? Especially for those it should be easy. Change your base layer and just rebuild the images.

    – Seth
    Mar 26 at 8:12











  • Try with https. Maybe one of the mirrors is down (it happens). Change url to force to your machine to get (probably) a new mirror.

    – Giacomo Catenazzi
    Mar 26 at 13:21






  • 1





    This is essentially the same question as Failed to fetch jessie backports repository on Unix & Linux.

    – a CVn
    Mar 27 at 10:10













25












25








25


4






cat /etc/apt/sources.list



deb http://deb.debian.org/debian jessie main
deb http://deb.debian.org/debian jessie-updates main
deb http://security.debian.org jessie/updates main


then apt-get update is failing.



If i remove the second line then above command is working fine.



I checked in the repositories. there is no folder with name jessie-updates.



We have many docker builds which requires apt-get update.



I can't update all the docker files to remove that second line.



What is best approach to go ahead and also if they are removed permanently or a temporary glitch










share|improve this question














cat /etc/apt/sources.list



deb http://deb.debian.org/debian jessie main
deb http://deb.debian.org/debian jessie-updates main
deb http://security.debian.org jessie/updates main


then apt-get update is failing.



If i remove the second line then above command is working fine.



I checked in the repositories. there is no folder with name jessie-updates.



We have many docker builds which requires apt-get update.



I can't update all the docker files to remove that second line.



What is best approach to go ahead and also if they are removed permanently or a temporary glitch







linux debian docker apt-get






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 26 at 7:54









vinodh kumar Basavanivinodh kumar Basavani

12923




12923







  • 3





    What do you mean it's failing? What do you actually see if it does? Why would you not be able to do this for your docker builds? Especially for those it should be easy. Change your base layer and just rebuild the images.

    – Seth
    Mar 26 at 8:12











  • Try with https. Maybe one of the mirrors is down (it happens). Change url to force to your machine to get (probably) a new mirror.

    – Giacomo Catenazzi
    Mar 26 at 13:21






  • 1





    This is essentially the same question as Failed to fetch jessie backports repository on Unix & Linux.

    – a CVn
    Mar 27 at 10:10












  • 3





    What do you mean it's failing? What do you actually see if it does? Why would you not be able to do this for your docker builds? Especially for those it should be easy. Change your base layer and just rebuild the images.

    – Seth
    Mar 26 at 8:12











  • Try with https. Maybe one of the mirrors is down (it happens). Change url to force to your machine to get (probably) a new mirror.

    – Giacomo Catenazzi
    Mar 26 at 13:21






  • 1





    This is essentially the same question as Failed to fetch jessie backports repository on Unix & Linux.

    – a CVn
    Mar 27 at 10:10







3




3





What do you mean it's failing? What do you actually see if it does? Why would you not be able to do this for your docker builds? Especially for those it should be easy. Change your base layer and just rebuild the images.

– Seth
Mar 26 at 8:12





What do you mean it's failing? What do you actually see if it does? Why would you not be able to do this for your docker builds? Especially for those it should be easy. Change your base layer and just rebuild the images.

– Seth
Mar 26 at 8:12













Try with https. Maybe one of the mirrors is down (it happens). Change url to force to your machine to get (probably) a new mirror.

– Giacomo Catenazzi
Mar 26 at 13:21





Try with https. Maybe one of the mirrors is down (it happens). Change url to force to your machine to get (probably) a new mirror.

– Giacomo Catenazzi
Mar 26 at 13:21




1




1





This is essentially the same question as Failed to fetch jessie backports repository on Unix & Linux.

– a CVn
Mar 27 at 10:10





This is essentially the same question as Failed to fetch jessie backports repository on Unix & Linux.

– a CVn
Mar 27 at 10:10










3 Answers
3






active

oldest

votes


















27














According to the IRC channel for Debian, jessie-updates is now not supported:



Oldstable: Debian Jessie, jessie-updates and jessie-backports REMOVED 2019-03-24


Your solution is either to upgrade to Stretch, or update your /etc/apt/sources.list to the following:



deb http://archive.debian.org/debian/ jessie main
deb-src http://archive.debian.org/debian/ jessie main

deb http://security.debian.org jessie/updates main
deb-src http://security.debian.org jessie/updates main


jessie-updates has been removed and jessie-backports has been archived



Thanks to comments from Stephen Kitt & Daniel below.






share|improve this answer




















  • 8





    Thank you. Do you know why the official wiki says the official end of support is on the 30th of june 2020, in more than one year, then ? That's crazy we couldn't see a mention of jessie going down anywhere before that ! wiki.debian.org/LTS

    – Ten
    Mar 26 at 11:01






  • 4





    This is all I could find about what they changed: lists.debian.org/debian-devel-announce/2019/03/msg00006.html so LTS is still supported, but -updates has moved to archive.

    – Dan Clarke
    Mar 26 at 11:47






  • 1





    Only the first two lines work, the updates are not in the archive!

    – Daniel
    Mar 27 at 9:27






  • 1





    This is incorrect, at least for architectures which are still supported in Jessie LTS. Those are still served by the main archive, except jessie-updates which has been removed and jessie-backports which has been archived.

    – Stephen Kitt
    Mar 27 at 18:27






  • 1





    @DanClarke I think you didn't fully edit in Stephen Kitt's suggestion. Please keep deb http://security.debian.org jessie/updates main — that is where Jessie LTS updates come from.

    – derobert
    Mar 27 at 21:59


















3














The debian Team did not move jessie-updates to the archive repository (yet). But they already removed it from the regular repositories. So you currently have no access to jessie-updates. Therefore you need to remove it from the sources.list.



My currently working sources.list:



deb http://deb.debian.org/debian jessie main
deb http://security.debian.org/debian-security jessie/updates main





share|improve this answer























  • Why would they do that :O

    – Lightness Races in Orbit
    Mar 27 at 11:34






  • 1





    @Lightness because all the updates have been merged into the main archive, and there will be no further updates so the updates repository is no longer necessary.

    – Stephen Kitt
    Mar 27 at 18:19











  • @StephenKitt This answer says they have not been moved to the archive yet

    – Lightness Races in Orbit
    Mar 27 at 18:59











  • @Lightness oh, you were implying that they shouldn’t move the repository, and that deleting it was fine? Sorry, I misunderstood.

    – Stephen Kitt
    Mar 27 at 19:07











  • I have no problem with it being moved, but this answer suggests that they deleted the original before they brought the archived version online, leaving the contents completely inaccessible for this particular version of this particular distribution. If that's true, that's terrible and short-sighted. If it's not, we can edit the answer.

    – Lightness Races in Orbit
    Mar 28 at 0:36



















-5














Jessie is no longer supported. They have taken it off the automatic updates for security reasons.



You need to do a full reinstall of bionic beaver.



At least that’s what I did.






share|improve this answer


















  • 2





    Bionic Beaver is Ubuntu, whereas the question is related to Debian, whilst Ubuntu does use the Debian architecture, installing cross OSs can get complicated. If you need to update within Debian, Stretch (9.x) is the best route to go.

    – Dan Clarke
    Mar 27 at 8:48











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "3"
;
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417617%2fapt-get-update-is-failing-in-debian%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









27














According to the IRC channel for Debian, jessie-updates is now not supported:



Oldstable: Debian Jessie, jessie-updates and jessie-backports REMOVED 2019-03-24


Your solution is either to upgrade to Stretch, or update your /etc/apt/sources.list to the following:



deb http://archive.debian.org/debian/ jessie main
deb-src http://archive.debian.org/debian/ jessie main

deb http://security.debian.org jessie/updates main
deb-src http://security.debian.org jessie/updates main


jessie-updates has been removed and jessie-backports has been archived



Thanks to comments from Stephen Kitt & Daniel below.






share|improve this answer




















  • 8





    Thank you. Do you know why the official wiki says the official end of support is on the 30th of june 2020, in more than one year, then ? That's crazy we couldn't see a mention of jessie going down anywhere before that ! wiki.debian.org/LTS

    – Ten
    Mar 26 at 11:01






  • 4





    This is all I could find about what they changed: lists.debian.org/debian-devel-announce/2019/03/msg00006.html so LTS is still supported, but -updates has moved to archive.

    – Dan Clarke
    Mar 26 at 11:47






  • 1





    Only the first two lines work, the updates are not in the archive!

    – Daniel
    Mar 27 at 9:27






  • 1





    This is incorrect, at least for architectures which are still supported in Jessie LTS. Those are still served by the main archive, except jessie-updates which has been removed and jessie-backports which has been archived.

    – Stephen Kitt
    Mar 27 at 18:27






  • 1





    @DanClarke I think you didn't fully edit in Stephen Kitt's suggestion. Please keep deb http://security.debian.org jessie/updates main — that is where Jessie LTS updates come from.

    – derobert
    Mar 27 at 21:59















27














According to the IRC channel for Debian, jessie-updates is now not supported:



Oldstable: Debian Jessie, jessie-updates and jessie-backports REMOVED 2019-03-24


Your solution is either to upgrade to Stretch, or update your /etc/apt/sources.list to the following:



deb http://archive.debian.org/debian/ jessie main
deb-src http://archive.debian.org/debian/ jessie main

deb http://security.debian.org jessie/updates main
deb-src http://security.debian.org jessie/updates main


jessie-updates has been removed and jessie-backports has been archived



Thanks to comments from Stephen Kitt & Daniel below.






share|improve this answer




















  • 8





    Thank you. Do you know why the official wiki says the official end of support is on the 30th of june 2020, in more than one year, then ? That's crazy we couldn't see a mention of jessie going down anywhere before that ! wiki.debian.org/LTS

    – Ten
    Mar 26 at 11:01






  • 4





    This is all I could find about what they changed: lists.debian.org/debian-devel-announce/2019/03/msg00006.html so LTS is still supported, but -updates has moved to archive.

    – Dan Clarke
    Mar 26 at 11:47






  • 1





    Only the first two lines work, the updates are not in the archive!

    – Daniel
    Mar 27 at 9:27






  • 1





    This is incorrect, at least for architectures which are still supported in Jessie LTS. Those are still served by the main archive, except jessie-updates which has been removed and jessie-backports which has been archived.

    – Stephen Kitt
    Mar 27 at 18:27






  • 1





    @DanClarke I think you didn't fully edit in Stephen Kitt's suggestion. Please keep deb http://security.debian.org jessie/updates main — that is where Jessie LTS updates come from.

    – derobert
    Mar 27 at 21:59













27












27








27







According to the IRC channel for Debian, jessie-updates is now not supported:



Oldstable: Debian Jessie, jessie-updates and jessie-backports REMOVED 2019-03-24


Your solution is either to upgrade to Stretch, or update your /etc/apt/sources.list to the following:



deb http://archive.debian.org/debian/ jessie main
deb-src http://archive.debian.org/debian/ jessie main

deb http://security.debian.org jessie/updates main
deb-src http://security.debian.org jessie/updates main


jessie-updates has been removed and jessie-backports has been archived



Thanks to comments from Stephen Kitt & Daniel below.






share|improve this answer















According to the IRC channel for Debian, jessie-updates is now not supported:



Oldstable: Debian Jessie, jessie-updates and jessie-backports REMOVED 2019-03-24


Your solution is either to upgrade to Stretch, or update your /etc/apt/sources.list to the following:



deb http://archive.debian.org/debian/ jessie main
deb-src http://archive.debian.org/debian/ jessie main

deb http://security.debian.org jessie/updates main
deb-src http://security.debian.org jessie/updates main


jessie-updates has been removed and jessie-backports has been archived



Thanks to comments from Stephen Kitt & Daniel below.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 27 at 22:04

























answered Mar 26 at 9:44









Dan ClarkeDan Clarke

37825




37825







  • 8





    Thank you. Do you know why the official wiki says the official end of support is on the 30th of june 2020, in more than one year, then ? That's crazy we couldn't see a mention of jessie going down anywhere before that ! wiki.debian.org/LTS

    – Ten
    Mar 26 at 11:01






  • 4





    This is all I could find about what they changed: lists.debian.org/debian-devel-announce/2019/03/msg00006.html so LTS is still supported, but -updates has moved to archive.

    – Dan Clarke
    Mar 26 at 11:47






  • 1





    Only the first two lines work, the updates are not in the archive!

    – Daniel
    Mar 27 at 9:27






  • 1





    This is incorrect, at least for architectures which are still supported in Jessie LTS. Those are still served by the main archive, except jessie-updates which has been removed and jessie-backports which has been archived.

    – Stephen Kitt
    Mar 27 at 18:27






  • 1





    @DanClarke I think you didn't fully edit in Stephen Kitt's suggestion. Please keep deb http://security.debian.org jessie/updates main — that is where Jessie LTS updates come from.

    – derobert
    Mar 27 at 21:59












  • 8





    Thank you. Do you know why the official wiki says the official end of support is on the 30th of june 2020, in more than one year, then ? That's crazy we couldn't see a mention of jessie going down anywhere before that ! wiki.debian.org/LTS

    – Ten
    Mar 26 at 11:01






  • 4





    This is all I could find about what they changed: lists.debian.org/debian-devel-announce/2019/03/msg00006.html so LTS is still supported, but -updates has moved to archive.

    – Dan Clarke
    Mar 26 at 11:47






  • 1





    Only the first two lines work, the updates are not in the archive!

    – Daniel
    Mar 27 at 9:27






  • 1





    This is incorrect, at least for architectures which are still supported in Jessie LTS. Those are still served by the main archive, except jessie-updates which has been removed and jessie-backports which has been archived.

    – Stephen Kitt
    Mar 27 at 18:27






  • 1





    @DanClarke I think you didn't fully edit in Stephen Kitt's suggestion. Please keep deb http://security.debian.org jessie/updates main — that is where Jessie LTS updates come from.

    – derobert
    Mar 27 at 21:59







8




8





Thank you. Do you know why the official wiki says the official end of support is on the 30th of june 2020, in more than one year, then ? That's crazy we couldn't see a mention of jessie going down anywhere before that ! wiki.debian.org/LTS

– Ten
Mar 26 at 11:01





Thank you. Do you know why the official wiki says the official end of support is on the 30th of june 2020, in more than one year, then ? That's crazy we couldn't see a mention of jessie going down anywhere before that ! wiki.debian.org/LTS

– Ten
Mar 26 at 11:01




4




4





This is all I could find about what they changed: lists.debian.org/debian-devel-announce/2019/03/msg00006.html so LTS is still supported, but -updates has moved to archive.

– Dan Clarke
Mar 26 at 11:47





This is all I could find about what they changed: lists.debian.org/debian-devel-announce/2019/03/msg00006.html so LTS is still supported, but -updates has moved to archive.

– Dan Clarke
Mar 26 at 11:47




1




1





Only the first two lines work, the updates are not in the archive!

– Daniel
Mar 27 at 9:27





Only the first two lines work, the updates are not in the archive!

– Daniel
Mar 27 at 9:27




1




1





This is incorrect, at least for architectures which are still supported in Jessie LTS. Those are still served by the main archive, except jessie-updates which has been removed and jessie-backports which has been archived.

– Stephen Kitt
Mar 27 at 18:27





This is incorrect, at least for architectures which are still supported in Jessie LTS. Those are still served by the main archive, except jessie-updates which has been removed and jessie-backports which has been archived.

– Stephen Kitt
Mar 27 at 18:27




1




1





@DanClarke I think you didn't fully edit in Stephen Kitt's suggestion. Please keep deb http://security.debian.org jessie/updates main — that is where Jessie LTS updates come from.

– derobert
Mar 27 at 21:59





@DanClarke I think you didn't fully edit in Stephen Kitt's suggestion. Please keep deb http://security.debian.org jessie/updates main — that is where Jessie LTS updates come from.

– derobert
Mar 27 at 21:59













3














The debian Team did not move jessie-updates to the archive repository (yet). But they already removed it from the regular repositories. So you currently have no access to jessie-updates. Therefore you need to remove it from the sources.list.



My currently working sources.list:



deb http://deb.debian.org/debian jessie main
deb http://security.debian.org/debian-security jessie/updates main





share|improve this answer























  • Why would they do that :O

    – Lightness Races in Orbit
    Mar 27 at 11:34






  • 1





    @Lightness because all the updates have been merged into the main archive, and there will be no further updates so the updates repository is no longer necessary.

    – Stephen Kitt
    Mar 27 at 18:19











  • @StephenKitt This answer says they have not been moved to the archive yet

    – Lightness Races in Orbit
    Mar 27 at 18:59











  • @Lightness oh, you were implying that they shouldn’t move the repository, and that deleting it was fine? Sorry, I misunderstood.

    – Stephen Kitt
    Mar 27 at 19:07











  • I have no problem with it being moved, but this answer suggests that they deleted the original before they brought the archived version online, leaving the contents completely inaccessible for this particular version of this particular distribution. If that's true, that's terrible and short-sighted. If it's not, we can edit the answer.

    – Lightness Races in Orbit
    Mar 28 at 0:36
















3














The debian Team did not move jessie-updates to the archive repository (yet). But they already removed it from the regular repositories. So you currently have no access to jessie-updates. Therefore you need to remove it from the sources.list.



My currently working sources.list:



deb http://deb.debian.org/debian jessie main
deb http://security.debian.org/debian-security jessie/updates main





share|improve this answer























  • Why would they do that :O

    – Lightness Races in Orbit
    Mar 27 at 11:34






  • 1





    @Lightness because all the updates have been merged into the main archive, and there will be no further updates so the updates repository is no longer necessary.

    – Stephen Kitt
    Mar 27 at 18:19











  • @StephenKitt This answer says they have not been moved to the archive yet

    – Lightness Races in Orbit
    Mar 27 at 18:59











  • @Lightness oh, you were implying that they shouldn’t move the repository, and that deleting it was fine? Sorry, I misunderstood.

    – Stephen Kitt
    Mar 27 at 19:07











  • I have no problem with it being moved, but this answer suggests that they deleted the original before they brought the archived version online, leaving the contents completely inaccessible for this particular version of this particular distribution. If that's true, that's terrible and short-sighted. If it's not, we can edit the answer.

    – Lightness Races in Orbit
    Mar 28 at 0:36














3












3








3







The debian Team did not move jessie-updates to the archive repository (yet). But they already removed it from the regular repositories. So you currently have no access to jessie-updates. Therefore you need to remove it from the sources.list.



My currently working sources.list:



deb http://deb.debian.org/debian jessie main
deb http://security.debian.org/debian-security jessie/updates main





share|improve this answer













The debian Team did not move jessie-updates to the archive repository (yet). But they already removed it from the regular repositories. So you currently have no access to jessie-updates. Therefore you need to remove it from the sources.list.



My currently working sources.list:



deb http://deb.debian.org/debian jessie main
deb http://security.debian.org/debian-security jessie/updates main






share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 26 at 14:22









A.K.A.K.

312




312












  • Why would they do that :O

    – Lightness Races in Orbit
    Mar 27 at 11:34






  • 1





    @Lightness because all the updates have been merged into the main archive, and there will be no further updates so the updates repository is no longer necessary.

    – Stephen Kitt
    Mar 27 at 18:19











  • @StephenKitt This answer says they have not been moved to the archive yet

    – Lightness Races in Orbit
    Mar 27 at 18:59











  • @Lightness oh, you were implying that they shouldn’t move the repository, and that deleting it was fine? Sorry, I misunderstood.

    – Stephen Kitt
    Mar 27 at 19:07











  • I have no problem with it being moved, but this answer suggests that they deleted the original before they brought the archived version online, leaving the contents completely inaccessible for this particular version of this particular distribution. If that's true, that's terrible and short-sighted. If it's not, we can edit the answer.

    – Lightness Races in Orbit
    Mar 28 at 0:36


















  • Why would they do that :O

    – Lightness Races in Orbit
    Mar 27 at 11:34






  • 1





    @Lightness because all the updates have been merged into the main archive, and there will be no further updates so the updates repository is no longer necessary.

    – Stephen Kitt
    Mar 27 at 18:19











  • @StephenKitt This answer says they have not been moved to the archive yet

    – Lightness Races in Orbit
    Mar 27 at 18:59











  • @Lightness oh, you were implying that they shouldn’t move the repository, and that deleting it was fine? Sorry, I misunderstood.

    – Stephen Kitt
    Mar 27 at 19:07











  • I have no problem with it being moved, but this answer suggests that they deleted the original before they brought the archived version online, leaving the contents completely inaccessible for this particular version of this particular distribution. If that's true, that's terrible and short-sighted. If it's not, we can edit the answer.

    – Lightness Races in Orbit
    Mar 28 at 0:36

















Why would they do that :O

– Lightness Races in Orbit
Mar 27 at 11:34





Why would they do that :O

– Lightness Races in Orbit
Mar 27 at 11:34




1




1





@Lightness because all the updates have been merged into the main archive, and there will be no further updates so the updates repository is no longer necessary.

– Stephen Kitt
Mar 27 at 18:19





@Lightness because all the updates have been merged into the main archive, and there will be no further updates so the updates repository is no longer necessary.

– Stephen Kitt
Mar 27 at 18:19













@StephenKitt This answer says they have not been moved to the archive yet

– Lightness Races in Orbit
Mar 27 at 18:59





@StephenKitt This answer says they have not been moved to the archive yet

– Lightness Races in Orbit
Mar 27 at 18:59













@Lightness oh, you were implying that they shouldn’t move the repository, and that deleting it was fine? Sorry, I misunderstood.

– Stephen Kitt
Mar 27 at 19:07





@Lightness oh, you were implying that they shouldn’t move the repository, and that deleting it was fine? Sorry, I misunderstood.

– Stephen Kitt
Mar 27 at 19:07













I have no problem with it being moved, but this answer suggests that they deleted the original before they brought the archived version online, leaving the contents completely inaccessible for this particular version of this particular distribution. If that's true, that's terrible and short-sighted. If it's not, we can edit the answer.

– Lightness Races in Orbit
Mar 28 at 0:36






I have no problem with it being moved, but this answer suggests that they deleted the original before they brought the archived version online, leaving the contents completely inaccessible for this particular version of this particular distribution. If that's true, that's terrible and short-sighted. If it's not, we can edit the answer.

– Lightness Races in Orbit
Mar 28 at 0:36












-5














Jessie is no longer supported. They have taken it off the automatic updates for security reasons.



You need to do a full reinstall of bionic beaver.



At least that’s what I did.






share|improve this answer


















  • 2





    Bionic Beaver is Ubuntu, whereas the question is related to Debian, whilst Ubuntu does use the Debian architecture, installing cross OSs can get complicated. If you need to update within Debian, Stretch (9.x) is the best route to go.

    – Dan Clarke
    Mar 27 at 8:48















-5














Jessie is no longer supported. They have taken it off the automatic updates for security reasons.



You need to do a full reinstall of bionic beaver.



At least that’s what I did.






share|improve this answer


















  • 2





    Bionic Beaver is Ubuntu, whereas the question is related to Debian, whilst Ubuntu does use the Debian architecture, installing cross OSs can get complicated. If you need to update within Debian, Stretch (9.x) is the best route to go.

    – Dan Clarke
    Mar 27 at 8:48













-5












-5








-5







Jessie is no longer supported. They have taken it off the automatic updates for security reasons.



You need to do a full reinstall of bionic beaver.



At least that’s what I did.






share|improve this answer













Jessie is no longer supported. They have taken it off the automatic updates for security reasons.



You need to do a full reinstall of bionic beaver.



At least that’s what I did.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 27 at 4:44









AndiAnaAndiAna

1




1







  • 2





    Bionic Beaver is Ubuntu, whereas the question is related to Debian, whilst Ubuntu does use the Debian architecture, installing cross OSs can get complicated. If you need to update within Debian, Stretch (9.x) is the best route to go.

    – Dan Clarke
    Mar 27 at 8:48












  • 2





    Bionic Beaver is Ubuntu, whereas the question is related to Debian, whilst Ubuntu does use the Debian architecture, installing cross OSs can get complicated. If you need to update within Debian, Stretch (9.x) is the best route to go.

    – Dan Clarke
    Mar 27 at 8:48







2




2





Bionic Beaver is Ubuntu, whereas the question is related to Debian, whilst Ubuntu does use the Debian architecture, installing cross OSs can get complicated. If you need to update within Debian, Stretch (9.x) is the best route to go.

– Dan Clarke
Mar 27 at 8:48





Bionic Beaver is Ubuntu, whereas the question is related to Debian, whilst Ubuntu does use the Debian architecture, installing cross OSs can get complicated. If you need to update within Debian, Stretch (9.x) is the best route to go.

– Dan Clarke
Mar 27 at 8:48

















draft saved

draft discarded
















































Thanks for contributing an answer to Super User!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417617%2fapt-get-update-is-failing-in-debian%23new-answer', 'question_page');

);

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







Popular posts from this blog

Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High