============== 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 :doc:`FAQ`. #. Download the install medium for `Bullseye `_. #. Start installing as usual. Help may be found under * https://www.debian.org/releases/bullseye/debian-installer/ * https://www.debian.org/releases/bullseye/installmanual * `DebianInstaller/FAQ `_ * `DebianInstaller `_ #. Reboot and login as root. #. Install security updates that depend on new packages: :: apt-get upgrade --with-new-pkgs #. Reboot 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-status #. 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.