Is it safe to dpkg --set-selections on a newer version of a distro?Added i386 support for wine, removed it now I can't remove the architectureHow to do a downgrade in debian after doing “apt-get dist-upgrade -t jessie-backports”Apt hanging when updating non-free Translation-en (Debian Stretch)W: GPG error:…InRelease: The following signatures couldn't be verified because the public key is not availableboot hangs at “Started Update UTMP about System Runlevel Changes.”How should I install TexLive 2017 on my Devuan Ascii / Debian Stretch?QWin crash: Cannot create platform OpenGL context, neither GLX nor EGL are enabledAn application comes with a .desktop file; how do I use it?Brother MFC-L2710DW mysteriously stopped printinglibc6 does not want to update to 2.29
60's (or earlier) sci-fi short story about two spacecrafts exchanging plants for gold and thinking they got the better of the exchange
How can I ping multiple IP addresses at the same time?
Are there any individual aliens that have gained superpowers in the Marvel universe?
Are there examples of rowers who also fought?
Is using legacy mode instead of UEFI mode a bad thing to do?
How to make all magic-casting innate, but still rare?
Does there exist a non-trivial group that is both perfect and complete?
Why are there no file insertion syscalls
Help with coding a matrix
sudo passwd username keeps asking for the current password
Is Newton's third law really correct?
How much steel armor can you wear and still be able to swim?
Why is Havana covered in 5-digit numbers in Our Man in Havana?
How can I take pictures like these examples with a yellowish tone and point & shoot film camera look?
How to sort human readable size
Kelvin type connection
Why things float in space, though there is always gravity of our star is present
Is there a polite way to ask about one's ethnicity?
Large-n limit of the distribution of the normalized sum of Cauchy random variables
Do details of my undergraduate title matter?
What kind of chart is this?
Why is it 出差去 and not 去出差?
How would one carboxylate CBG into its acid form, CBGA?
Synaptic Static - when to roll the d6?
Is it safe to dpkg --set-selections on a newer version of a distro?
Added i386 support for wine, removed it now I can't remove the architectureHow to do a downgrade in debian after doing “apt-get dist-upgrade -t jessie-backports”Apt hanging when updating non-free Translation-en (Debian Stretch)W: GPG error:…InRelease: The following signatures couldn't be verified because the public key is not availableboot hangs at “Started Update UTMP about System Runlevel Changes.”How should I install TexLive 2017 on my Devuan Ascii / Debian Stretch?QWin crash: Cannot create platform OpenGL context, neither GLX nor EGL are enabledAn application comes with a .desktop file; how do I use it?Brother MFC-L2710DW mysteriously stopped printinglibc6 does not want to update to 2.29
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I saved my dpkg --get-selections
on my Devuan ASCII (~= Debian Stretch). I've now reinstalled my system cleanly and dist-upgraded to Devuan Beowulf (~= Debian Buster).
Is it safe for me to now dpkg --set-selections
? If not, can I filter out the unsafe selections and use the rest?
debian dpkg dist-upgrade devuan
add a comment |
I saved my dpkg --get-selections
on my Devuan ASCII (~= Debian Stretch). I've now reinstalled my system cleanly and dist-upgraded to Devuan Beowulf (~= Debian Buster).
Is it safe for me to now dpkg --set-selections
? If not, can I filter out the unsafe selections and use the rest?
debian dpkg dist-upgrade devuan
add a comment |
I saved my dpkg --get-selections
on my Devuan ASCII (~= Debian Stretch). I've now reinstalled my system cleanly and dist-upgraded to Devuan Beowulf (~= Debian Buster).
Is it safe for me to now dpkg --set-selections
? If not, can I filter out the unsafe selections and use the rest?
debian dpkg dist-upgrade devuan
I saved my dpkg --get-selections
on my Devuan ASCII (~= Debian Stretch). I've now reinstalled my system cleanly and dist-upgraded to Devuan Beowulf (~= Debian Buster).
Is it safe for me to now dpkg --set-selections
? If not, can I filter out the unsafe selections and use the rest?
debian dpkg dist-upgrade devuan
debian dpkg dist-upgrade devuan
asked Jun 10 at 14:00
einpoklumeinpoklum
2,31842657
2,31842657
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes, it is. All that can go wrong is that you end up attempting to select packages which have been removed; in that situation,
unknown packages will be ignored with a warning.
(See the dpkg
manpage.)
You could also end up selecting deprecated packages; however you’ll end up with the appropriate transitional packages. (This could be more troublesome if you were skipping a release.)
Another possibility is that you select conflicting packages (between your selection and the upgraded packages), but the follow-up apt
should be able to sort that out, or at least give you enough information for you to sort it out.
Debian, and presumably Devuan, cope fine with upgrades without re-installing, which would avoid your conundrum entirely. My main Debian system is running a Debian install which has been upgraded over the years going back to Debian 2.0!
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%2f524022%2fis-it-safe-to-dpkg-set-selections-on-a-newer-version-of-a-distro%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
Yes, it is. All that can go wrong is that you end up attempting to select packages which have been removed; in that situation,
unknown packages will be ignored with a warning.
(See the dpkg
manpage.)
You could also end up selecting deprecated packages; however you’ll end up with the appropriate transitional packages. (This could be more troublesome if you were skipping a release.)
Another possibility is that you select conflicting packages (between your selection and the upgraded packages), but the follow-up apt
should be able to sort that out, or at least give you enough information for you to sort it out.
Debian, and presumably Devuan, cope fine with upgrades without re-installing, which would avoid your conundrum entirely. My main Debian system is running a Debian install which has been upgraded over the years going back to Debian 2.0!
add a comment |
Yes, it is. All that can go wrong is that you end up attempting to select packages which have been removed; in that situation,
unknown packages will be ignored with a warning.
(See the dpkg
manpage.)
You could also end up selecting deprecated packages; however you’ll end up with the appropriate transitional packages. (This could be more troublesome if you were skipping a release.)
Another possibility is that you select conflicting packages (between your selection and the upgraded packages), but the follow-up apt
should be able to sort that out, or at least give you enough information for you to sort it out.
Debian, and presumably Devuan, cope fine with upgrades without re-installing, which would avoid your conundrum entirely. My main Debian system is running a Debian install which has been upgraded over the years going back to Debian 2.0!
add a comment |
Yes, it is. All that can go wrong is that you end up attempting to select packages which have been removed; in that situation,
unknown packages will be ignored with a warning.
(See the dpkg
manpage.)
You could also end up selecting deprecated packages; however you’ll end up with the appropriate transitional packages. (This could be more troublesome if you were skipping a release.)
Another possibility is that you select conflicting packages (between your selection and the upgraded packages), but the follow-up apt
should be able to sort that out, or at least give you enough information for you to sort it out.
Debian, and presumably Devuan, cope fine with upgrades without re-installing, which would avoid your conundrum entirely. My main Debian system is running a Debian install which has been upgraded over the years going back to Debian 2.0!
Yes, it is. All that can go wrong is that you end up attempting to select packages which have been removed; in that situation,
unknown packages will be ignored with a warning.
(See the dpkg
manpage.)
You could also end up selecting deprecated packages; however you’ll end up with the appropriate transitional packages. (This could be more troublesome if you were skipping a release.)
Another possibility is that you select conflicting packages (between your selection and the upgraded packages), but the follow-up apt
should be able to sort that out, or at least give you enough information for you to sort it out.
Debian, and presumably Devuan, cope fine with upgrades without re-installing, which would avoid your conundrum entirely. My main Debian system is running a Debian install which has been upgraded over the years going back to Debian 2.0!
edited Jun 10 at 14:59
answered Jun 10 at 14:45
Stephen KittStephen Kitt
191k26450526
191k26450526
add a comment |
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%2f524022%2fis-it-safe-to-dpkg-set-selections-on-a-newer-version-of-a-distro%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