[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Trixie/HowTo/Administration" by ChristopherBock

Debian Wiki wiki at debian.org
Thu Jun 5 08:33:55 BST 2025


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Trixie/HowTo/Administration" page has been changed by ChristopherBock:
https://wiki.debian.org/DebianEdu/Documentation/Trixie/HowTo/Administration?action=diff&rev1=1&rev2=2

Comment:
don't make apt wine about modernize sources

  
  Backports are recompiled packages from Debian testing (mostly) and Debian unstable (in a few cases only, e.g. security updates), so they will run without new libraries (wherever this is possible) on a stable Debian distribution like Debian Edu. '''We recommend you to pick out individual backports which fit your needs, and not to use all backports available there.''' 
  
- Using backports is simple:
+ Using [[Backports]] is simple:
  
  {{{
- echo "deb http://deb.debian.org/debian/ trixie-backports main" > /etc/apt/sources.list.d/trixie-backports.sources.list
+ cat << EOF > /etc/apt/sources.list.d/trixie-backports.sources
+ Types: deb
+ URIs: http://deb.debian.org/debian
+ Suites: trixie-backports
+ Components: main contrib non-free non-free-firmware
+ Enabled: yes
+ Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
+ EOF
  apt update
  }}}
  



More information about the debian-edu-commits mailing list