Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Testing sources.list

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
elwyud
Posts: 2
Joined: 2020-01-24 00:51

Testing sources.list

#1 Post by elwyud »

I would like to upgrade from stable to testing. Which repositories do I add to my sources.list?

Is the following correct?

Code: Select all

deb http://ftp.uk.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ testing main contrib non-free

deb http://security.debian.org/ testing-security main contrib non-free
deb-src http://security.debian.org/ testing-security main contrib non-free

User avatar
NFT5
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 598
Joined: 2014-10-10 11:38
Location: Canberra, Australia
Has thanked: 10 times
Been thanked: 43 times

Re: Testing sources.list

#2 Post by NFT5 »

Moving from Stable to Testing isn't an upgrade. In fact, in many respects, it's a downgrade. Packages are in Testing because they're not always stable, so there are significantly increased chances of something crashing your system. More importantly, security updates take longer to get through to Testing, meaning that you could be exposed.

If there is a particular package that has a feature that you specifically need, but the version in Stable doesn't have that, then backport that package only. At least the rest of your system will be stable.

Bulkley
Posts: 6387
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Testing sources.list

#3 Post by Bulkley »

elwyud wrote:I would like to upgrade from stable to testing.
Why? You do understand that Testing is not an upgrade? That it breaks? That it's not for beginners?
Which repositories do I add to my sources.list?
If you have to ask you're probably not ready.

elwyud
Posts: 2
Joined: 2020-01-24 00:51

Re: Testing sources.list

#4 Post by elwyud »

Bulkley wrote:If you have to ask you're probably not ready.
I ask because the Debian Administrator's Handbook seems to be out-of-date. It gives an example sources.list in §6.1.3. with the following for testing security:

Code: Select all

deb http://security.debian.org/ testing/updates main contrib non-free
However, I believe it has now been changed to:

Code: Select all

deb http://security.debian.org/(debian-security/) testing-security main contrib non-free
I note that there's a testing-updates repository (http://ftp.uk.debian.org/debian/dists/testing-updates/), but it isn't mentioned in the handbook.

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1410
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 70 times

Re: Testing sources.list

#5 Post by None1975 »

elwyud wrote:I note that there's a testing-updates repository
Please check Security support for the testing branch, chapter 10.1.4
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Testing sources.list

#6 Post by Head_on_a_Stick »

elwyud wrote:I believe it has now been changed
I think both still work. I would use https://deb.debian.org instead though, that covers Security. But having said that testing is the worst choice if security is a concern (see the above posted link for more on this).
deadbang

User avatar
mrjcd
Posts: 67
Joined: 2020-01-25 18:20
Has thanked: 1 time
Been thanked: 6 times

Re: Testing sources.list

#7 Post by mrjcd »

mine :')

Code: Select all

deb http://ftp.us.debian.org/debian/ bullseye main contrib non-free
deb-src http://ftp.us.debian.org/debian/ bullseye main contrib non-free

deb http://security.debian.org/debian-security bullseye-security main contrib non-free
deb-src http://deb.debian.org/debian-security bullseye-security main contrib non-free

deb http://ftp.us.debian.org/debian/ bullseye-updates contrib
deb-src http://ftp.us.debian.org/debian/ bullseye-updates contrib

Code: Select all

mrjcd@Deb:~$ neofetch
       _,met$$$$$gg.          mrjcd@Deb 
    ,g$$$$$$$$$$$$$$$P.       --------- 
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux bullseye/sid x86_64 
 ,$$P'              `$$$.     Host: CM1630 
',$$P       ,ggs.     `$$b:   Kernel: 5.4.0-3-amd64 
`d$$'     ,$P"'   .    $$$    Uptime: 35 mins 
 $$P      d$'     ,    $$P    Packages: 2158 (dpkg) 
 $$:      $$.   -    ,d$$'    Shell: bash 5.0.11 
 $$;      Y$b._   _,d$P'      Resolution: 1440x900, 1440x900 
 Y$$.    `.`"Y$$$$P"'         DE: GNOME 3.34.3 
 `$$b      "-.__              WM: Mutter 
  `Y$$                        WM Theme: Adwaita 
   `Y$$.                      Theme: Adwaita [GTK2/3] 
     `$$b.                    Icons: gnome [GTK2/3] 
       `Y$$b.                 Terminal: gnome-terminal 
          `"Y$b._             CPU: AMD Athlon II X2 220 (2) @ 2.800GHz 
              `"""            GPU: AMD ATI Radeon 3000 
                              Memory: 2161MiB / 9717MiB 

                                                      


mrjcd@Deb:~$

Post Reply