Is it possible to install a Debian testing (buster) kernel on Debian oldstable (jessie)?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Is it possible? I only want a few selected packages like the kernel (for hardware support), and leave everything else as-is on jessie. How can it be done? Thank you.
debian kernel linux-kernel package-management
add a comment |Â
up vote
1
down vote
favorite
Is it possible? I only want a few selected packages like the kernel (for hardware support), and leave everything else as-is on jessie. How can it be done? Thank you.
debian kernel linux-kernel package-management
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Is it possible? I only want a few selected packages like the kernel (for hardware support), and leave everything else as-is on jessie. How can it be done? Thank you.
debian kernel linux-kernel package-management
Is it possible? I only want a few selected packages like the kernel (for hardware support), and leave everything else as-is on jessie. How can it be done? Thank you.
debian kernel linux-kernel package-management
asked Apr 19 at 22:11
oldstable
61
61
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
You can download Buster linux-image
package from Debian repository (it contains kernel, kernel modules and installation scripts in post-inst
). I've just tested this scenario but for Stretch (kernel was 4.9.0-5, now it's 4.15.0-2) and VM successfully loaded.
UPD
Also I forget to add that you can install new kernel package from backports Jessie repository directly or add to /etc/apt/sources.list
next strings and download new kernel package as ordinary via apt-get
:
# Backports repository
deb http://deb.debian.org/debian jessie-backports main contrib non-free
deb http://deb.debian.org/debian jessie-backports-sloppy main contrib non-free
If package from backports is enough for you, then it's the best approach then Buster package.
Yes, I mean "they're built to be tested". I did grammar mistakes. Sorry for my English, I'm not native speaker.
â Yurij Goncharuk
Apr 20 at 8:20
Thanks for detailed explanation! Now, I completely understand Debian packets flow. I remove first sentence in my answer to exclude confusing for others. It's not correctly formed.
â Yurij Goncharuk
Apr 20 at 9:05
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
You can download Buster linux-image
package from Debian repository (it contains kernel, kernel modules and installation scripts in post-inst
). I've just tested this scenario but for Stretch (kernel was 4.9.0-5, now it's 4.15.0-2) and VM successfully loaded.
UPD
Also I forget to add that you can install new kernel package from backports Jessie repository directly or add to /etc/apt/sources.list
next strings and download new kernel package as ordinary via apt-get
:
# Backports repository
deb http://deb.debian.org/debian jessie-backports main contrib non-free
deb http://deb.debian.org/debian jessie-backports-sloppy main contrib non-free
If package from backports is enough for you, then it's the best approach then Buster package.
Yes, I mean "they're built to be tested". I did grammar mistakes. Sorry for my English, I'm not native speaker.
â Yurij Goncharuk
Apr 20 at 8:20
Thanks for detailed explanation! Now, I completely understand Debian packets flow. I remove first sentence in my answer to exclude confusing for others. It's not correctly formed.
â Yurij Goncharuk
Apr 20 at 9:05
add a comment |Â
up vote
4
down vote
You can download Buster linux-image
package from Debian repository (it contains kernel, kernel modules and installation scripts in post-inst
). I've just tested this scenario but for Stretch (kernel was 4.9.0-5, now it's 4.15.0-2) and VM successfully loaded.
UPD
Also I forget to add that you can install new kernel package from backports Jessie repository directly or add to /etc/apt/sources.list
next strings and download new kernel package as ordinary via apt-get
:
# Backports repository
deb http://deb.debian.org/debian jessie-backports main contrib non-free
deb http://deb.debian.org/debian jessie-backports-sloppy main contrib non-free
If package from backports is enough for you, then it's the best approach then Buster package.
Yes, I mean "they're built to be tested". I did grammar mistakes. Sorry for my English, I'm not native speaker.
â Yurij Goncharuk
Apr 20 at 8:20
Thanks for detailed explanation! Now, I completely understand Debian packets flow. I remove first sentence in my answer to exclude confusing for others. It's not correctly formed.
â Yurij Goncharuk
Apr 20 at 9:05
add a comment |Â
up vote
4
down vote
up vote
4
down vote
You can download Buster linux-image
package from Debian repository (it contains kernel, kernel modules and installation scripts in post-inst
). I've just tested this scenario but for Stretch (kernel was 4.9.0-5, now it's 4.15.0-2) and VM successfully loaded.
UPD
Also I forget to add that you can install new kernel package from backports Jessie repository directly or add to /etc/apt/sources.list
next strings and download new kernel package as ordinary via apt-get
:
# Backports repository
deb http://deb.debian.org/debian jessie-backports main contrib non-free
deb http://deb.debian.org/debian jessie-backports-sloppy main contrib non-free
If package from backports is enough for you, then it's the best approach then Buster package.
You can download Buster linux-image
package from Debian repository (it contains kernel, kernel modules and installation scripts in post-inst
). I've just tested this scenario but for Stretch (kernel was 4.9.0-5, now it's 4.15.0-2) and VM successfully loaded.
UPD
Also I forget to add that you can install new kernel package from backports Jessie repository directly or add to /etc/apt/sources.list
next strings and download new kernel package as ordinary via apt-get
:
# Backports repository
deb http://deb.debian.org/debian jessie-backports main contrib non-free
deb http://deb.debian.org/debian jessie-backports-sloppy main contrib non-free
If package from backports is enough for you, then it's the best approach then Buster package.
edited Apr 20 at 9:05
answered Apr 19 at 22:22
Yurij Goncharuk
2,2582521
2,2582521
Yes, I mean "they're built to be tested". I did grammar mistakes. Sorry for my English, I'm not native speaker.
â Yurij Goncharuk
Apr 20 at 8:20
Thanks for detailed explanation! Now, I completely understand Debian packets flow. I remove first sentence in my answer to exclude confusing for others. It's not correctly formed.
â Yurij Goncharuk
Apr 20 at 9:05
add a comment |Â
Yes, I mean "they're built to be tested". I did grammar mistakes. Sorry for my English, I'm not native speaker.
â Yurij Goncharuk
Apr 20 at 8:20
Thanks for detailed explanation! Now, I completely understand Debian packets flow. I remove first sentence in my answer to exclude confusing for others. It's not correctly formed.
â Yurij Goncharuk
Apr 20 at 9:05
Yes, I mean "they're built to be tested". I did grammar mistakes. Sorry for my English, I'm not native speaker.
â Yurij Goncharuk
Apr 20 at 8:20
Yes, I mean "they're built to be tested". I did grammar mistakes. Sorry for my English, I'm not native speaker.
â Yurij Goncharuk
Apr 20 at 8:20
Thanks for detailed explanation! Now, I completely understand Debian packets flow. I remove first sentence in my answer to exclude confusing for others. It's not correctly formed.
â Yurij Goncharuk
Apr 20 at 9:05
Thanks for detailed explanation! Now, I completely understand Debian packets flow. I remove first sentence in my answer to exclude confusing for others. It's not correctly formed.
â Yurij Goncharuk
Apr 20 at 9:05
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f438833%2fis-it-possible-to-install-a-debian-testing-buster-kernel-on-debian-oldstable%23new-answer', 'question_page');
);
Post as a guest
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
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
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