Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Debian Linux ====== ===== Codenames ===== ^ Version number ^ Codename ^ EOL | | 10 | Buster | ~2022 | | 9 | Stretch | ~2020 | | 8 | Jessie | 2018-06-17 | (source: [[https://wiki.debian.org/DebianReleases]]) ===== Install packages from unstable ====== <file - /etc/apt/sources.list.d/unstable.list> deb http://deb.debian.org/debian/ unstable main contrib non-free </file> <file - /etc/apt/preferences.d/99pin-unstable> Package: * Pin: release a=stable Pin-Priority: 900 Package: * Pin: release a=unstable Pin-Priority: 10 </file> <code bash> apt -t unstable install $PACKAGENAME </code> Last modified: 2024-07-05 14:31