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

 

 

 

Changin from stable to testing - The repos needed?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
calkekecal
Posts: 8
Joined: 2017-07-22 09:22

Changin from stable to testing - The repos needed?

#1 Post by calkekecal »

I have finally decided that Debian is the best choice to get rid of Windows dependence. After some time on stable it seems that testing is worth to try. Is the following repo enough, since as far as I understand security updates are backports are not necessary?

deb tor+http://vwakviie2ienjx6t.onion/debian/ testing main contrib non-free

Another question is whether I need scr-deb or not?

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1418
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 191 times

Re: Changin from stable to testing - The repos needed?

#2 Post by steve_v »

Yes, assuming you have a valid reason for updating over TOR.
e.g.:

Code: Select all

sed -i -e 's/stretch/buster/g' -e '/updates/s/^/#/' -e '/backports/s/^/#/' /etc/apt/sources.list

No, unless you want to (re)compile packages yourself.

Usual warnings regards running testing apply, of course.
Last edited by steve_v on 2017-11-12 10:33, edited 1 time in total.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Changin from stable to testing - The repos needed?

#3 Post by arochester »

Code: Select all

https://wiki.debian.org/DebianTesting
Moving from Stable to Testing is not an upgrade. Testing is for testing.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: Changin from stable to testing - The repos needed?

#4 Post by pylkko »

On testing you don't need backports because there are no such things. Also there are no security patches.

If you want newer software, then notice that there are other distributions where you will get more updated software and also possible security patches.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Changin from stable to testing - The repos needed?

#5 Post by stevepusser »

Or other Stretch-compatible "backports" repos besides just the Debian one...like some of mine, but you then have to trust the maintainer(s).
MX Linux packager and developer

bdtc1
Posts: 42
Joined: 2015-01-22 09:00

Re: Changin from stable to testing - The repos needed?

#6 Post by bdtc1 »

Before worrying about testing, you might want to see if whatever you wish to try is already available as a backport for stable. See "Search Package Directories" at https://www.debian.org/distrib/packages. Select "Any" distribution, and look for for backport versions in the search results.

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Changin from stable to testing - The repos needed?

#7 Post by Lysander »

I would point the OP to the link in my sig titled

What makes a stable release 'stable' vs testing/unstable?

before seriously considering moving to testing.

Post Reply