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”, or Debian 10 “Buster” during its Long Term Support (LTS) period.

  1. Make sure the conditions of LTS fit your system (limited architectures, several unsupported packages). Read the FAQ.

  2. Download the install medium for Buster.

  3. Start installing as usual. Help may be found under
  4. Reboot and login as root.

  5. Install security updates that depend on new packages:

    apt-get upgrade --with-new-pkgs
    
  6. Reboot again, and login as root.

  7. 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-status
    
  8. Subscribe 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.