Why in Debian, you must manually edit your /etc/apt/source.list
in order to receive LTS updates as explained in the official Debian LTS Wiki?
Why it's not like Ubuntu where LTS updates arrive without the need of this manual change on /etc/apt/source.list
?
this is the an original /etc/apt/source.list
after the install
deb http://deb.debian.org/debian buster main
deb-src http://deb.debian.org/debian buster main
deb http://deb.debian.org/debian-security buster/updates main
deb-src http://deb.debian.org/debian-security buster/updates main
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian buster-updates main
deb-src http://deb.debian.org/debian buster-updates main
and this is the one from official Debian LTS Wiki
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/ buster/updates main contrib non-free
deb-src http://security.debian.org/ buster/updates main contrib non-free
source.list
and LTS required one. My english level it's not enough to understand the "noop" phrase from the wiki. I also remember from previous Debian releases that this manual edit ofsource.list
was required.