Does Debian testing have new versions?

New to Debian (Or Linux in general)? Ask your questions here!
Message
Author
Bulkley
Posts: 6409
Joined: 2006-02-11 18:35
Has thanked: 5 times
Been thanked: 46 times

Re: Does Debian testing have new versions?

#21 Post by Bulkley »

I'm just looking for something that doesn't require me to do that 'juggling' every time a new version comes out.
Do you really need to upgrade to newer versions? If you install Debian stable you can stay with it for about four years without worry. Do occasional

Code: Select all

apt update && apt upgrade
to get any security upgrades.

CwF
Global Moderator
Global Moderator
Posts: 3154
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 63 times
Been thanked: 272 times

Re: Does Debian testing have new versions?

#22 Post by CwF »

...perhaps self explanatory;

Code: Select all

~$  cat /var/log/installer/lsb-release & cat /etc/debian_version
[1] 298749
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="8 (jessie) - installer build 20150422+deb8u4"
X_INSTALLATION_MEDIUM=cdrom
12.7
[1]+  Done
Mottainai

User avatar
Uptorn
Posts: 425
Joined: 2022-01-22 01:07
Has thanked: 331 times
Been thanked: 113 times

Re: Does Debian testing have new versions?

#23 Post by Uptorn »

Just because a new Debian stable releases doesn't mean that you have to upgrade right away. Stable releases are supported for years after the next Stable comes out and it's perfectly fine if you want to keep using it that way (while you perhaps test out the new Stable on another machine or something).

User avatar
Lupin
Posts: 11
Joined: 2024-06-05 09:04
Been thanked: 1 time

Re: Does Debian testing have new versions?

#24 Post by Lupin »

blackbird wrote: 2024-09-29 11:33 And with Fedora you need to upgrade every 6 month instead of every two or five years like in Debian stable.
Fedora releases a new version every 6 months or so but that doesn't mean that you must upgrade immediately.
You can upgrade every 6 months but you don't have to. A typical release will take about a year before it goes EOL.

Yes you upgrade Fedora more but since it is more up to date during its lifetime an upgrade is usually less impactful than upgrading a 2-year-old Debian installation.

jmgibson1981
Posts: 355
Joined: 2015-06-07 14:38
Has thanked: 18 times
Been thanked: 49 times

Re: Does Debian testing have new versions?

#25 Post by jmgibson1981 »

If you are still reading this then I suggest the Atomic versions of Fedora? The upgrade process so foolproof it's no different than a standard update. The versions will always be the most recent, or closest you can get on their release schedule which is 13 months I believe. There is no messing with config files or any of that. You just run the update, reboot and away you go. I never thought about it till this thread but the Atomic thing is perfect for someone who doesn't want to have to go through multiple steps for a release upgrade. It is extraordinarily simple and one step. Then reboot and you're off and running. You can add distrobox into the equation and get whatever software from wherever you want as well without messing with the base image.

User avatar
blackbird
Posts: 94
Joined: 2023-08-17 04:42
Has thanked: 3 times
Been thanked: 21 times

Re: Does Debian testing have new versions?

#26 Post by blackbird »

Lupin wrote: 2024-10-17 15:00 Yes you upgrade Fedora more but since it is more up to date during its lifetime an upgrade is usually less impactful than upgrading a 2-year-old Debian installation.
In the context that Fedora is used as something similar to a rolling release distribution, it has to be updated every 6 month or it wouldn't make much sense.
In my experience with Ubuntu LTS and non LTS releases for many years I can't confirm that more frequent updates will help to experience less problems. Currently I also have a Fedora installation in use so maybe I know more about upgrade stability in some years for that distribution.

User avatar
Lupin
Posts: 11
Joined: 2024-06-05 09:04
Been thanked: 1 time

Re: Does Debian testing have new versions?

#27 Post by Lupin »

blackbird wrote: 2024-10-18 07:11
Lupin wrote: 2024-10-17 15:00 Yes you upgrade Fedora more but since it is more up to date during its lifetime an upgrade is usually less impactful than upgrading a 2-year-old Debian installation.
In the context that Fedora is used as something similar to a rolling release distribution, it has to be updated every 6 month or it wouldn't make much sense.
Fedora is not a rolling release, it's a point release that updates every 6 months.

Post Reply