{"id":108905,"date":"2023-06-10T15:10:21","date_gmt":"2023-06-10T13:10:21","guid":{"rendered":"https:\/\/prohoster.info\/?p=108905"},"modified":"2023-06-12T14:16:27","modified_gmt":"2023-06-12T12:16:27","slug":"reliz-debian-12-bookworm","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-12-bookworm","title":{"rendered":"Debian 12 'Bookworm' Release","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After nearly two years of development, the release of Debian GNU\/Linux 12.0 (Bookworm) has taken place, available for nine officially supported architectures: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), mipsel, mips64el, PowerPC 64 (ppc64el), and IBM System z (s390x). Updates for Debian 12 will be released for 5 years.    <\/p>\n<p>Installation images are available for download via HTTP, jigdo, or BitTorrent. LiveUSBs have been developed for the amd64 and i386 architectures, available in GNOME, KDE, LXDE, Xfce, Cinnamon, and MATE variants, as well as a multi-architecture DVD combining packages for the amd64 platform with additional packages for the i386 architecture. Before migrating from Debian 11 \u2018Bullseye,\u2019 please review the following document.        <\/p>\n<p>The repository contains 64,419 binary packages, which is 4,868 packages more than were available in Debian 11. Compared to Debian 11, 11,089 new binary packages have been added, 6,296 (10%) outdated or abandoned packages have been removed, and 43,254 (67%) packages have been updated. The total size of all source texts proposed in the distribution amounts to 1,341,564,204 lines of code. The total size of all packages is 365 GB. 96.3% (up from 95.7% in the previous release) of packages support reproducible builds, allowing verification that the executable file is built from the declared source texts and contains no unauthorized modifications that could be introduced through attacks on the build infrastructure or backdoors in the compiler.    <\/p>\n<p>Key changes in Debian 12.0:       <\/p>\n<ul>\n<li class=\"l\"> In addition to free firmware from the main repository, the official installation images include proprietary firmware that was previously available through the non-free repository. When hardware requiring external firmware is detected, the necessary proprietary firmware is downloaded by default. For users preferring only free software, an option to disable the use of non-free firmware is provided during the boot process.\n<li class=\"l\"> A new non-free-firmware repository has been added, which transfers firmware packages from the non-free repository. The installer now provides the option to dynamically request firmware packages from the non-free-firmware repository. Having a separate repository for firmware allows access to firmware without including it in the installation media of the general non-free repository.\n<li class=\"l\"> The Linux kernel has been updated to version 6.1 (Debian 11 shipped with kernel 5.10). The systemd 252, Apt 2.6, and Glibc 2.36 have been updated.\n<li class=\"l\"> The graphical stack and user environments have been updated: GNOME 43, KDE Plasma 5.27, LXDE 11, LXQt 1.2.0, MATE 1.2, Xfce 4.18, Mesa 22.3.6, X.Org Server 21.1, Wayland 1.21. In GNOME environments, the multimedia server Pipewire and the sound session manager WirePlumber are now used by default.\n<li class=\"l\"> User applications have been updated, including LibreOffice 7.4, GNUcash 4.13, Emacs 28.2, GIMP 2.10.34, Inkscape 1.2.2, VLC 3.0.18, Vim 9.0.\n<li class=\"l\"> Server applications have been updated, including Apache httpd 2.4.57, BIND 9.18, Dovecot 2.3.19, Exim 4.96, lighttpd 1.4.69, Postfix 3.7, MariaDB 10.11, nginx 1.22, PostgreSQL 15, Redis 7.0, SQLite 3.40, Samba 4.17, OpenSSH 9.2p1.\n<li class=\"l\"> Development tools have been updated, including GCC 12.2, LLVM\/Clang 14 (15.0.6 is also available for installation), OpenJDK 17, Perl 5.36, PHP 8.2, Python 3.11.2, Rust 1.63, Ruby 3.1.\n<li class=\"l\"> Support for working with the APFS (Apple File System) has been added in read and write mode, using the packages apfsprogs and apfs-dkms. The ntfs2btrfs utility is included for converting NTFS partitions to Btrfs.\n<li class=\"l\"> Support for the mimalloc memory distribution library has been added, which can serve as a transparent replacement for the malloc function. Notably, mimalloc is compactly implemented and offers very high performance (in tests, mimalloc outperforms jemalloc, tcmalloc, snmalloc, rpmalloc, and Hoard).\n<li class=\"l\"> The ksmbd-tools package has been added, and support for the built-in Linux kernel implementation of file systems has been implemented <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-los-angeles\/\"   title=\"server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"3915\">server<\/a> based on the SMB protocol.\n<li class=\"l\"> A set of new fonts has been added and previously offered fonts have been updated. A font manager, fnt (similar to apt for fonts), has been proposed to address the installation of additional fonts and maintain existing fonts up to date. Using fnt, you can install newer fonts available in the Debian Sid repository, as well as external fonts from the Google Web Fonts collection.\n<li class=\"l\"> The GRUB bootloader uses the os-prober package to detect other installed operating systems and generate a menu for booting them. Notably, during boot, it is capable of identifying the already installed Windows 11 OS.\n<li class=\"l\"> Due to the discontinuation of development, the libpam-ldap and libnss-ldap packages have been removed. Instead, it is recommended to use the functionally equivalent packages libpam-ldapd and libnss-ldapd for user authentication via LDAP.\n<li class=\"l\"> The default installation of a background logging process, such as rsyslog, has been discontinued. Instead of parsing log files, it is recommended to use the 'systemd journalctl' utility to view logs. If necessary, the old behavior can be restored by installing the system-log-daemon package.\n<li class=\"l\">The systemd-resolved and systemd-boot components have been separated into individual packages. In the systemd package, the system time synchronization client systemd-timesyncd has been changed from a required to a recommended dependency, which allows the creation of minimal installations without an NTP client.\n<li class=\"l\"> Support for booting in UEFI Secure Boot mode has been restored for ARM64 architecture-based systems.\n<li class=\"l\"> The fdflush package has been removed; instead, use 'blockdev --flushbufs' from util-linux.\n<li class=\"l\"> The tempfile and rename.ul programs have been removed. Instead, it is recommended to use the mktemp and file-rename utilities in scripts.\n<li class=\"l\"> The which utility has been deprecated and will be removed in future releases. As an alternative, it is recommended to use the 'type' or 'type -a' commands in bash scripts to determine the path to executable files.\n<li class=\"l\"> The libnss-gw-name, dmraid, and request-tracker4 packages have been declared deprecated and will be removed in Debian 13.\n<li class=\"l\"> Persistent names for network interfaces ('enX0') have been assigned to virtual network devices in Xen.\n<li class=\"l\"> Support for new devices based on ARM and RISC-V processors has been added.\n<li class=\"l\"> System manuals (man) have been updated in Russian and Ukrainian.\n<li class=\"l\"> Collections of themed packages related to medicine, biology, and astronomy have been added, prepared by the Debian Med and Debian Astro teams. For instance, it includes packages such as shiny-server (a platform for hosting web applications in R), openvlbi (a correlator for telescopes), astap (an astronomical image processor), planetary-system-stacker (which creates planet images from fragments), new drivers and libraries supporting the INDI protocol, and related Astropy Python packages (python3-extinction, python3-sncosmo, python3-specreduce, python3-synphot), along with Java libraries for working with ECSV and TFCAT formats.\n<li class=\"l\"> Packages with the user environment Lomiri (formerly Unity 8) and display server <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-prohoster\/\"   title=\"proxy server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"3080\">proxy server<\/a> Mir 2, which acts as a compositing server based on Wayland, have been added to the repository by the UBports project.\n<li class=\"l\"> The final stage of the release preparation has postponed the originally expected transition in Debian 12 from using a separate \/usr partition to a new layout where the \/bin, \/sbin, and \/lib* directories are symlinks to the corresponding directories inside \/usr.     <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=59273\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian GNU\/Linux 12.0 (Bookworm), \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0434\u0435\u0432\u044f\u0442\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), mipsel, mips64el, PowerPC 64 (ppc64el) \u0438 IBM System z (s390x). \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f Debian 12 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 5 \u043b\u0435\u0442. \u0414\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u044b, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-108905","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian GNU\/Linux 12.0 (Bookworm), \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0434\u0435\u0432\u044f\u0442\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-12-bookworm\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 Debian 12 \u00abBookworm\u00bb | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian GNU\/Linux 12.0 (Bookworm), \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0434\u0435\u0432\u044f\u0442\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-12-bookworm\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-06-10T13:10:21+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-06-12T12:16:27+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Debian 12 \"Bookworm\" Release | ProHoster","description":"After nearly two years of development, the release of Debian GNU\/Linux 12.0 (Bookworm) is now available for nine officially supported architectures: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-12-bookworm","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 Debian 12 \u00abBookworm\u00bb | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian GNU\/Linux 12.0 (Bookworm), \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0434\u0435\u0432\u044f\u0442\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-12-bookworm","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2023-06-10T13:10:21+00:00","article:modified_time":"2023-06-12T12:16:27+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"108905","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-02-09 21:46:53","updated":"2026-02-22 15:31:16","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/108905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=108905"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/108905\/revisions"}],"predecessor-version":[{"id":162443,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/108905\/revisions\/162443"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=108905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=108905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=108905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}