backports reversed debian
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
add a comment |
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
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
add a comment |
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
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
debian
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
Thanks, it works sweet
– Ivano Da Milano
Feb 8 at 11:48
add a comment |
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
});
}
});
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%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
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.
Thanks, it works sweet
– Ivano Da Milano
Feb 8 at 11:48
add a comment |
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.
Thanks, it works sweet
– Ivano Da Milano
Feb 8 at 11:48
add a comment |
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.
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.
answered Feb 8 at 11:37
Stephen KittStephen Kitt
173k24391467
173k24391467
Thanks, it works sweet
– Ivano Da Milano
Feb 8 at 11:48
add a comment |
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
add a comment |
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.
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%2funix.stackexchange.com%2fquestions%2f499450%2fbackports-reversed-debian%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
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