backports reversed debian












2















How can I install a package from Debian Jessie in Stretch?



Note I'm on Stretch and I want to install a package from Jessie, because I'm running an architecture that's only supported by it and missing in Stretch










share|improve this question























  • I've re-read this a few times and your wording is confusing. Could you edit your question to be in the form: I have an <architecture> system running <release> installed on my system. I want to install a package from <other release>. Note: this <package or release> is not supported on <architecture> in <release>

    – Philip Couling
    Feb 8 at 11:42


















2















How can I install a package from Debian Jessie in Stretch?



Note I'm on Stretch and I want to install a package from Jessie, because I'm running an architecture that's only supported by it and missing in Stretch










share|improve this question























  • I've re-read this a few times and your wording is confusing. Could you edit your question to be in the form: I have an <architecture> system running <release> installed on my system. I want to install a package from <other release>. Note: this <package or release> is not supported on <architecture> in <release>

    – Philip Couling
    Feb 8 at 11:42
















2












2








2








How can I install a package from Debian Jessie in Stretch?



Note I'm on Stretch and I want to install a package from Jessie, because I'm running an architecture that's only supported by it and missing in Stretch










share|improve this question














How can I install a package from Debian Jessie in Stretch?



Note I'm on Stretch and I want to install a package from Jessie, because I'm running an architecture that's only supported by it and missing in Stretch







debian






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 8 at 11:24









Ivano Da MilanoIvano Da Milano

132




132













  • I've re-read this a few times and your wording is confusing. Could you edit your question to be in the form: I have an <architecture> system running <release> installed on my system. I want to install a package from <other release>. Note: this <package or release> is not supported on <architecture> in <release>

    – Philip Couling
    Feb 8 at 11:42





















  • I've re-read this a few times and your wording is confusing. Could you edit your question to be in the form: I have an <architecture> system running <release> installed on my system. I want to install a package from <other release>. Note: this <package or release> is not supported on <architecture> in <release>

    – Philip Couling
    Feb 8 at 11:42



















I've re-read this a few times and your wording is confusing. Could you edit your question to be in the form: I have an <architecture> system running <release> installed on my system. I want to install a package from <other release>. Note: this <package or release> is not supported on <architecture> in <release>

– Philip Couling
Feb 8 at 11:42







I've re-read this a few times and your wording is confusing. Could you edit your question to be in the form: I have an <architecture> system running <release> installed on my system. I want to install a package from <other release>. Note: this <package or release> is not supported on <architecture> in <release>

– Philip Couling
Feb 8 at 11:42












1 Answer
1






active

oldest

votes


















2














You can add the Jessie repositories, by duplicating the Stretch lines in /etc/apt/sources.list and replacing stretch by jessie in one of each pair. You’ll end up with something like



deb http://ftp.debian.org/debian jessie main
deb http://ftp.debian.org/debian stretch main

deb http://ftp.debian.org/debian jessie-updates main
deb http://ftp.debian.org/debian stretch-updates main

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


Then run apt update, and you’ll be able to install Jessie packages (as long as nothing in your installed packages prevents it).



Note that Jessie is now in its LTS phase, so security updates are only provided on amd64, i386, armel and armhf. See the Debian wiki for details.






share|improve this answer
























  • Thanks, it works sweet

    – Ivano Da Milano
    Feb 8 at 11:48











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f499450%2fbackports-reversed-debian%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














You can add the Jessie repositories, by duplicating the Stretch lines in /etc/apt/sources.list and replacing stretch by jessie in one of each pair. You’ll end up with something like



deb http://ftp.debian.org/debian jessie main
deb http://ftp.debian.org/debian stretch main

deb http://ftp.debian.org/debian jessie-updates main
deb http://ftp.debian.org/debian stretch-updates main

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


Then run apt update, and you’ll be able to install Jessie packages (as long as nothing in your installed packages prevents it).



Note that Jessie is now in its LTS phase, so security updates are only provided on amd64, i386, armel and armhf. See the Debian wiki for details.






share|improve this answer
























  • Thanks, it works sweet

    – Ivano Da Milano
    Feb 8 at 11:48
















2














You can add the Jessie repositories, by duplicating the Stretch lines in /etc/apt/sources.list and replacing stretch by jessie in one of each pair. You’ll end up with something like



deb http://ftp.debian.org/debian jessie main
deb http://ftp.debian.org/debian stretch main

deb http://ftp.debian.org/debian jessie-updates main
deb http://ftp.debian.org/debian stretch-updates main

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


Then run apt update, and you’ll be able to install Jessie packages (as long as nothing in your installed packages prevents it).



Note that Jessie is now in its LTS phase, so security updates are only provided on amd64, i386, armel and armhf. See the Debian wiki for details.






share|improve this answer
























  • Thanks, it works sweet

    – Ivano Da Milano
    Feb 8 at 11:48














2












2








2







You can add the Jessie repositories, by duplicating the Stretch lines in /etc/apt/sources.list and replacing stretch by jessie in one of each pair. You’ll end up with something like



deb http://ftp.debian.org/debian jessie main
deb http://ftp.debian.org/debian stretch main

deb http://ftp.debian.org/debian jessie-updates main
deb http://ftp.debian.org/debian stretch-updates main

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


Then run apt update, and you’ll be able to install Jessie packages (as long as nothing in your installed packages prevents it).



Note that Jessie is now in its LTS phase, so security updates are only provided on amd64, i386, armel and armhf. See the Debian wiki for details.






share|improve this answer













You can add the Jessie repositories, by duplicating the Stretch lines in /etc/apt/sources.list and replacing stretch by jessie in one of each pair. You’ll end up with something like



deb http://ftp.debian.org/debian jessie main
deb http://ftp.debian.org/debian stretch main

deb http://ftp.debian.org/debian jessie-updates main
deb http://ftp.debian.org/debian stretch-updates main

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


Then run apt update, and you’ll be able to install Jessie packages (as long as nothing in your installed packages prevents it).



Note that Jessie is now in its LTS phase, so security updates are only provided on amd64, i386, armel and armhf. See the Debian wiki for details.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 8 at 11:37









Stephen KittStephen Kitt

173k24391467




173k24391467













  • Thanks, it works sweet

    – Ivano Da Milano
    Feb 8 at 11:48



















  • Thanks, it works sweet

    – Ivano Da Milano
    Feb 8 at 11:48

















Thanks, it works sweet

– Ivano Da Milano
Feb 8 at 11:48





Thanks, it works sweet

– Ivano Da Milano
Feb 8 at 11:48


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f499450%2fbackports-reversed-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

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?