Installing¶
We recommend using the current stable release (currently Debian 12 “Bookworm”) for new installations, but it is still possible to install Debian 11 “Bullseye” during its Long Term Support (LTS) period.
Make sure the conditions of LTS fit your system (limited architectures, several unsupported packages). Read the FAQ.
Download the install medium for Buster.
- Start installing as usual. Help may be found under
Reboot and login as root.
Install security updates that depend on new packages:
apt-get upgrade --with-new-pkgsReboot again, and login as root.
Install debian-security-support. check-support-status is run as a trigger when installing packages. You can also run check-support-status manually to check if your package selection is supported. (see Check_for_unsupported_packages in the Wiki and the man page of check-support-status(1))
apt-get install debian-security-support check-support-statusSubscribe to the debian-lts-announce mailinglist to get important information about new uploads and the status of the LTS distribution.
See also What can I do if security support for a package has ended? in the Wiki.