Wondering about backporting packages on Debian, how to keep it up to date and making sure I do it properly2019 Community Moderator ElectionDebian 7 apt is upgrading my custom backported package with the “official” identical version!Why is apt-get trying to remove certain packages when I install wine?How to manage Debian source code packages using aptitude or apt?On Linux Mint 18, how can I update WINE to 1.9.x?I can not set arm-based Debian date and time!Wine + Controller (x360ce)Steam login window has no text boxesHow do I get the software update list to update?Apt refusing to install kernel firmware package from Debian backportsSteam Proton stopped working on Ubuntu 18.04.2 LTS
Would this string work as string?
Ways of geometrical multiplication
Do I have to know the General Relativity theory to understand the concept of inertial frame?
Does the Crossbow Expert feat's extra crossbow attack work with the reaction attack from a Hunter ranger's Giant Killer feature?
How do I Interface a PS/2 Keyboard without Modern Techniques?
Why do Radio Buttons not fill the entire outer circle?
What is this high flying aircraft over Pennsylvania?
What the heck is gets(stdin) on site coderbyte?
Make a Bowl of Alphabet Soup
What does "tick" mean in this sentence?
Sigmoid with a slope but no asymptotes?
Does Doodling or Improvising on the Piano Have Any Benefits?
Anime with legendary swords made from talismans and a man who could change them with a shattered body
How to reduce predictors the right way for a logistic regression model
I'm just a whisper. Who am I?
Why is the Sun approximated as a black body at ~ 5800 K?
How to get directions in deep space?
How to preserve electronics (computers, iPads and phones) for hundreds of years
Why does a 97 / 92 key piano exist by Bösendorfer?
Echo with obfuscation
Pre-Employment Background Check With Consent For Future Checks
How to leave product feedback on macOS?
What (the heck) is a Super Worm Equinox Moon?
Giving feedback to someone without sounding prejudiced
Wondering about backporting packages on Debian, how to keep it up to date and making sure I do it properly
2019 Community Moderator ElectionDebian 7 apt is upgrading my custom backported package with the “official” identical version!Why is apt-get trying to remove certain packages when I install wine?How to manage Debian source code packages using aptitude or apt?On Linux Mint 18, how can I update WINE to 1.9.x?I can not set arm-based Debian date and time!Wine + Controller (x360ce)Steam login window has no text boxesHow do I get the software update list to update?Apt refusing to install kernel firmware package from Debian backportsSteam Proton stopped working on Ubuntu 18.04.2 LTS
I'm wondering if this backport method would work let's say if I'm trying to download Steam or Wine?
Like, once I have the backported package downloaded, would it stay up to date every time I 'apt update / apt upgrade'?
debian wine steam backports
New contributor
add a comment |
I'm wondering if this backport method would work let's say if I'm trying to download Steam or Wine?
Like, once I have the backported package downloaded, would it stay up to date every time I 'apt update / apt upgrade'?
debian wine steam backports
New contributor
Which backport method are we talking about ? The folks at Debian backport packages, these are kept up-to-date in the repos until your version reaches end of official support, then you have to upgrade to a newer version.
– thecarpy
19 hours ago
I guess their official method which would be adding the backport repo to your package manager source list file and getting the newer application that way. But I'm wondering if I should keep that repo active or maybe disable it after having already downloaded the package.
– Debian User
19 hours ago
add a comment |
I'm wondering if this backport method would work let's say if I'm trying to download Steam or Wine?
Like, once I have the backported package downloaded, would it stay up to date every time I 'apt update / apt upgrade'?
debian wine steam backports
New contributor
I'm wondering if this backport method would work let's say if I'm trying to download Steam or Wine?
Like, once I have the backported package downloaded, would it stay up to date every time I 'apt update / apt upgrade'?
debian wine steam backports
debian wine steam backports
New contributor
New contributor
edited 17 hours ago
Jeff Schaller
43.8k1161141
43.8k1161141
New contributor
asked 19 hours ago
Debian UserDebian User
32
32
New contributor
New contributor
Which backport method are we talking about ? The folks at Debian backport packages, these are kept up-to-date in the repos until your version reaches end of official support, then you have to upgrade to a newer version.
– thecarpy
19 hours ago
I guess their official method which would be adding the backport repo to your package manager source list file and getting the newer application that way. But I'm wondering if I should keep that repo active or maybe disable it after having already downloaded the package.
– Debian User
19 hours ago
add a comment |
Which backport method are we talking about ? The folks at Debian backport packages, these are kept up-to-date in the repos until your version reaches end of official support, then you have to upgrade to a newer version.
– thecarpy
19 hours ago
I guess their official method which would be adding the backport repo to your package manager source list file and getting the newer application that way. But I'm wondering if I should keep that repo active or maybe disable it after having already downloaded the package.
– Debian User
19 hours ago
Which backport method are we talking about ? The folks at Debian backport packages, these are kept up-to-date in the repos until your version reaches end of official support, then you have to upgrade to a newer version.
– thecarpy
19 hours ago
Which backport method are we talking about ? The folks at Debian backport packages, these are kept up-to-date in the repos until your version reaches end of official support, then you have to upgrade to a newer version.
– thecarpy
19 hours ago
I guess their official method which would be adding the backport repo to your package manager source list file and getting the newer application that way. But I'm wondering if I should keep that repo active or maybe disable it after having already downloaded the package.
– Debian User
19 hours ago
I guess their official method which would be adding the backport repo to your package manager source list file and getting the newer application that way. But I'm wondering if I should keep that repo active or maybe disable it after having already downloaded the package.
– Debian User
19 hours ago
add a comment |
1 Answer
1
active
oldest
votes
The official method works fine, at least for packages which have been backported (which include Wine but not Steam). Add the backports repository:
echo deb http://deb.debian.org/debian stretch-backports main | sudo tee /etc/apt/sources.list.d/stretch-backports.list
sudo apt update
then you can install backported packages by adding -t stretch-backports
to your apt
invocation, or selecting the appropriate version in Synaptic.
It’s safe to leave the repository permanently enabled: it is never used for package installations if it’s not explicitly selected, but if a backported package is updated, it will automatically be selected for upgrade.
Note that the rules for backports mean that a backported package must always be older than the first version made available in the next stable release, so backports for Debian 9 (Stretch) will stop being upgraded once Debian 10 (Buster) is released. Backported packages can then be added to the sloppy repository, but that’s unusual.
When you upgrade from Debian 9 to Debian 10, any backported packages which you had installed in Debian 9 will be upgraded to their Debian 10 version (unless they have been dropped from the distribution).
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
);
);
Debian User is a new contributor. Be nice, and check out our Code of Conduct.
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%2f507353%2fwondering-about-backporting-packages-on-debian-how-to-keep-it-up-to-date-and-ma%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
The official method works fine, at least for packages which have been backported (which include Wine but not Steam). Add the backports repository:
echo deb http://deb.debian.org/debian stretch-backports main | sudo tee /etc/apt/sources.list.d/stretch-backports.list
sudo apt update
then you can install backported packages by adding -t stretch-backports
to your apt
invocation, or selecting the appropriate version in Synaptic.
It’s safe to leave the repository permanently enabled: it is never used for package installations if it’s not explicitly selected, but if a backported package is updated, it will automatically be selected for upgrade.
Note that the rules for backports mean that a backported package must always be older than the first version made available in the next stable release, so backports for Debian 9 (Stretch) will stop being upgraded once Debian 10 (Buster) is released. Backported packages can then be added to the sloppy repository, but that’s unusual.
When you upgrade from Debian 9 to Debian 10, any backported packages which you had installed in Debian 9 will be upgraded to their Debian 10 version (unless they have been dropped from the distribution).
add a comment |
The official method works fine, at least for packages which have been backported (which include Wine but not Steam). Add the backports repository:
echo deb http://deb.debian.org/debian stretch-backports main | sudo tee /etc/apt/sources.list.d/stretch-backports.list
sudo apt update
then you can install backported packages by adding -t stretch-backports
to your apt
invocation, or selecting the appropriate version in Synaptic.
It’s safe to leave the repository permanently enabled: it is never used for package installations if it’s not explicitly selected, but if a backported package is updated, it will automatically be selected for upgrade.
Note that the rules for backports mean that a backported package must always be older than the first version made available in the next stable release, so backports for Debian 9 (Stretch) will stop being upgraded once Debian 10 (Buster) is released. Backported packages can then be added to the sloppy repository, but that’s unusual.
When you upgrade from Debian 9 to Debian 10, any backported packages which you had installed in Debian 9 will be upgraded to their Debian 10 version (unless they have been dropped from the distribution).
add a comment |
The official method works fine, at least for packages which have been backported (which include Wine but not Steam). Add the backports repository:
echo deb http://deb.debian.org/debian stretch-backports main | sudo tee /etc/apt/sources.list.d/stretch-backports.list
sudo apt update
then you can install backported packages by adding -t stretch-backports
to your apt
invocation, or selecting the appropriate version in Synaptic.
It’s safe to leave the repository permanently enabled: it is never used for package installations if it’s not explicitly selected, but if a backported package is updated, it will automatically be selected for upgrade.
Note that the rules for backports mean that a backported package must always be older than the first version made available in the next stable release, so backports for Debian 9 (Stretch) will stop being upgraded once Debian 10 (Buster) is released. Backported packages can then be added to the sloppy repository, but that’s unusual.
When you upgrade from Debian 9 to Debian 10, any backported packages which you had installed in Debian 9 will be upgraded to their Debian 10 version (unless they have been dropped from the distribution).
The official method works fine, at least for packages which have been backported (which include Wine but not Steam). Add the backports repository:
echo deb http://deb.debian.org/debian stretch-backports main | sudo tee /etc/apt/sources.list.d/stretch-backports.list
sudo apt update
then you can install backported packages by adding -t stretch-backports
to your apt
invocation, or selecting the appropriate version in Synaptic.
It’s safe to leave the repository permanently enabled: it is never used for package installations if it’s not explicitly selected, but if a backported package is updated, it will automatically be selected for upgrade.
Note that the rules for backports mean that a backported package must always be older than the first version made available in the next stable release, so backports for Debian 9 (Stretch) will stop being upgraded once Debian 10 (Buster) is released. Backported packages can then be added to the sloppy repository, but that’s unusual.
When you upgrade from Debian 9 to Debian 10, any backported packages which you had installed in Debian 9 will be upgraded to their Debian 10 version (unless they have been dropped from the distribution).
answered 17 hours ago
Stephen KittStephen Kitt
177k24402479
177k24402479
add a comment |
add a comment |
Debian User is a new contributor. Be nice, and check out our Code of Conduct.
Debian User is a new contributor. Be nice, and check out our Code of Conduct.
Debian User is a new contributor. Be nice, and check out our Code of Conduct.
Debian User is a new contributor. Be nice, and check out our Code of Conduct.
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%2f507353%2fwondering-about-backporting-packages-on-debian-how-to-keep-it-up-to-date-and-ma%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
Which backport method are we talking about ? The folks at Debian backport packages, these are kept up-to-date in the repos until your version reaches end of official support, then you have to upgrade to a newer version.
– thecarpy
19 hours ago
I guess their official method which would be adding the backport repo to your package manager source list file and getting the newer application that way. But I'm wondering if I should keep that repo active or maybe disable it after having already downloaded the package.
– Debian User
19 hours ago