[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Bullseye/HowTo/Administration" by WolfgangSchweer
Debian Wiki
wiki at debian.org
Fri Feb 5 10:10:45 GMT 2021
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Bullseye/HowTo/Administration" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Bullseye/HowTo/Administration?action=diff&rev1=15&rev2=16
Comment:
s/buster/bullseye/g
Using backports is simple:
{{{
- echo "deb http://deb.debian.org/debian/ buster-backports main" >> /etc/apt/sources.list
+ echo "deb http://deb.debian.org/debian/ bullseye-backports main" >> /etc/apt/sources.list
apt-get update
}}}
After which one can install backported packages easily, the following command will install a backported version of ''tuxtype'':
{{{
- apt install -t buster-backports tuxtype
+ apt install -t bullseye-backports tuxtype
}}}
Backports are automatically updated (if available) just like other packages. Like the normal archive, backports has three sections: main, contrib and non-free.
More information about the debian-edu-commits
mailing list