{"id":123426,"date":"2025-04-05T15:05:06","date_gmt":"2025-04-05T13:05:07","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-paketnogo-menedzhera-apt-3-0-0"},"modified":"2025-04-05T15:05:06","modified_gmt":"2025-04-05T13:05:07","slug":"reliz-paketnogo-menedzhera-apt-3-0-0","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-paketnogo-menedzhera-apt-3-0-0","title":{"rendered":"Release of package manager APT 3.0.0.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>A release of the APT 3.0.0 (Advanced Package Tool) management tool has been formed, incorporating changes accumulated in the experimental branch 2.9. The new release is accepted into the Debian Unstable branch and will soon be integrated into the Debian Testing repository, which is developing the Debian 13 release and already uses the experimental APT 2.9 branch, and will also be added to the package base of Ubuntu.    <\/p>\n<p>Among the most important changes:   <\/p>\n<ul>\n<li class=\"l\"> The user interface has been revamped to provide a clearer display of the dependency list needed for package installation. Previously, package names with dependencies were presented in a continuous list, but they are now organized into columns similar to the &#171;ls -C&#187; utility, with different output blocks highlighted in their own colors (for example, removable packages are marked in red, while installable ones are highlighted in green). Duplicated mentions of additional and new packages have been removed from the output (the &#171;NEW packages&#187; and &#171;additional packages&#187; sections have been combined). To manage coloring, the settings &#171;APT::Color::*&#187; and &#171;APT::Configuration::color&#187; have been added, as well as the options &#171;&#8212;color&#187; and &#171;&#8212;no-color&#187;.    <center><img decoding=\"async\" alt=\"Release of package manager APT 3.0.0.\" src=\"\/wp-content\/uploads\/2025\/04\/67d5e04bd397a582afc51b026ef069f5.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Automatic pagination has been implemented for the output of the &#171;show&#187;, &#171;policy&#187;, &#171;list&#187;, &#171;search&#187;, and &#171;showsrc&#187; commands. Pagination is enabled through the Binary::apt::Pager setting, and the application for pagination is determined via the PAGER environment variable.\n<li class=\"l\"> An improved dependency resolution engine, Solver3, has been designed (enabled through the option &#171;&#8212;solver 3.0&#187;), which utilizes a backtracking algorithm to resolve conflicts between dependencies. The new engine also enhances version selection, supports multi-stage updates, significantly increases performance (apt-test now runs twice as fast), introduces the &#171;&#8212;no-strict-pinning&#187; option for installing experimental versions, provides protection against the manual removal of installed packages, and increases the aggressiveness of automatic removal of unused dependencies. More understandable explanations for dependency-related errors have been added for regular users.\n<li class=\"l\"> The use of the apt-key utility for managing keys used to verify digital signatures of packages has been discontinued. The apt-key utility was declared deprecated several years ago due to the transition away from the old model of package integrity verification, which utilized a shared keyring (\/etc\/apt\/trusted.gpg) and lacked key binding to repositories; that is, a key added for a third-party repository could be used to verify packages in all repositories. The method replacing apt-key involves separating keyrings for each repository (\/etc\/apt\/trusted.gpg.d\/ or \/etc\/apt\/keyrings\/).\n<li class=\"l\"> The ability to use the sqv utility from the Sequoia project for verifying digital signatures instead of calling gpgv has been added. The Rust-written gpg-sq utility, which takes the same arguments as the gpg utility but mimics its functionality through Sequoia, an OpenPGP implementation in Rust, has been added to the list of paths for calling gpg. Calling gpg-sq takes precedence over gpg, meaning that to use gpg-sq instead of gpg, you only need to install the appropriate package.\n<li class=\"l\"> A crypto backend for the OpenSSL library has been added, which replaces GnuTLS and Gcrypt.\n<li class=\"l\"> Key types are now bound to file extensions: the extension '.asc' is associated with ASCII-armored keys, '.gpg' \u2014 always with binary keys, and all other file extensions will trigger an error. For example, when using the key file '\/etc\/apt\/keyrings\/winehq-archive.key', it needs to be renamed to '\/etc\/apt\/keyrings\/winehq-archive.gpg' and the path corrected in the file at '\/etc\/apt\/sources.list.d\/'. Support for standalone keyring verification and performing the dearmor operation (converting an ASCII-armored key to binary format) without calling apt-key has been implemented.\n<li class=\"l\"> Many functions have been modified to use the class \"std::string\" instead of \"const char *\" (the std::string_view class defined in the C++17 standard, which works more efficiently with strings by leveraging references to existing data and avoiding unnecessary data copying until it's utilized in the code).\n<li class=\"l\"> An abstract interface for working with hashes has been proposed, implemented as part of the work to eliminate the hard binding to a single cryptographic library.\n<li class=\"l\"> The output of the command \u2018apt show --full\u2019 now includes information about package pinning obtained from the fields APT-Pin, APT-Candidate, and APT-Release.\n<li class=\"l\"> It is officially recommended to name files in the \/etc\/apt\/sources.list.d\/ directory with the current provider's name in lowercase ('$(dpkg-vendor --query Vendor | tr A-Z a-z).sources').\n<li class=\"l\"> Support for transactions and update counters has been added to pkgDepCache.\n<li class=\"l\"> The option '--comment' has been added to leave a comment that is saved in the history of performed operations.\n<li class=\"l\"> Support for the HTTP header Retry-After has been added to optimize the resumption of interrupted downloads.\n<li class=\"l\"> The command 'apt list' has been enhanced with the option '--target-release'.\n<li class=\"l\"> A new error level 'audit' has been added, enabled via the option '--audit'.    <\/ul>\n<p>Additionally, it is worth noting the changes that appeared in the experimental branch of APT 2.7 (the development of branch 2.7 has smoothly transitioned into the development of branch 2.9), which will be available in Debian 13 (Debian 12 uses the APT 2.6 release):  <\/p>\n<ul>\n<li class=\"l\"> Support for snapshots has been added, managed by the option '--snapshot' ('-S'), which allows you to access repository servers supporting snapshots and select a specific state of the repository archive. For instance, by specifying '--snapshot 20250405T081400Z', you can work with a snapshot of the repository state captured on April 5, 2025, at 08:14:00. Snapshots are configured in the APT::Snapshot section of sources-list files.\n<li class=\"l\"> The '--update' option ('-U') has been implemented, allowing the automatic execution of 'apt update' to synchronize indexes before opening the cache and processing sources.list during the installation or update commands (apt install or apt upgrade).\n<li class=\"l\"> The command 'dist-clean' has been added to remove packages and lists of downloaded packages saved in the cache.    <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=63026\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0421\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438 APT 3.0.0 (Advanced Package Tool), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043e\u0431\u0440\u0430\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 2.9. \u041d\u043e\u0432\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u0438\u043d\u044f\u0442 \u0432 \u0432\u0435\u0442\u043a\u0443 Debian Unstable \u0438 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0431\u0443\u0434\u0435\u0442 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0432 \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 Debian Testing, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian 13 \u0438 \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 APT 2.9, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u043f\u0430\u043a\u0435\u0442\u043d\u0443\u044e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":123427,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-123426","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0421\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438 APT 3.0.0 (Advanced Package Tool), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043e\u0431\u0440\u0430\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 2.9.\" \/>\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-paketnogo-menedzhera-apt-3-0-0\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\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 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 APT 3.0.0 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0421\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438 APT 3.0.0 (Advanced Package Tool), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043e\u0431\u0440\u0430\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 2.9.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-paketnogo-menedzhera-apt-3-0-0\" \/>\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=\"2025-04-05T13:05:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-05T13:05:07+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\udd47 Release of the APT package manager 3.0.0 | ProHoster","description":"The release of the APT package management toolkit version 3.0.0 (Advanced Package Tool) has been formed, incorporating changes accumulated in the experimental branch 2.9.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-paketnogo-menedzhera-apt-3-0-0","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 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 APT 3.0.0 | ProHoster","og:description":"\u0421\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438 APT 3.0.0 (Advanced Package Tool), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u043e\u0431\u0440\u0430\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435 2.9.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-paketnogo-menedzhera-apt-3-0-0","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":"2025-04-05T13:05:07+00:00","article:modified_time":"2025-04-05T13:05:07+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"123426","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":"2026-01-23 12:04:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 12:04:19","updated":"2026-01-23 12:04:19","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\/123426","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=123426"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/123426\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/123427"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=123426"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=123426"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=123426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}