{"id":37750,"date":"2019-10-31T22:19:31","date_gmt":"2019-10-31T19:19:31","guid":{"rendered":"https:\/\/prohoster.info\/blog\/distri-distributiv-dlya-obkatki-tehnologij-bystrogo-upravleniya-paketami\/"},"modified":"2019-10-31T22:19:31","modified_gmt":"2019-10-31T19:19:31","slug":"distri-distributiv-dlya-obkatki-tehnologij-bystrogo-upravleniya-paketami","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/distri-distributiv-dlya-obkatki-tehnologij-bystrogo-upravleniya-paketami","title":{"rendered":"Distri \u2014 a distribution for testing rapid package management technologies","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Michael Stapelberg, author of the i3wm tiling window manager and a former active Debian developer (maintained about 170 packages), <noindex><a rel=\"nofollow\" href=\"https:\/\/michael.stapelberg.ch\/posts\/2019-08-17-introducing-distri\/\">develops<\/a><\/noindex>  an experimental distribution <noindex><a rel=\"nofollow\" href=\"https:\/\/distr1.org\/\">distri<\/a><\/noindex> and the eponymous package manager. The project is positioned as an exploration of possible ways to enhance the performance of package management systems and embodies some new ideas for building distributions. The code for the package manager is written in Go and <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/distr1\/distri\/\">is distributed<\/a><\/noindex> under the BSD license.<\/p>\n<p>A key feature of the package format proposed in the distribution is the delivery of packages as SquashFS images instead of compressed tar archives. The use of SquashFS, similar to the AppImage and Snap formats, allows for the 'mounting' of packages without the need for unpacking, which saves disk space, allows for atomic changes, and makes the contents of the package instantly accessible. At the same time, distri packages, like those in the classic 'deb' format, contain only individual components linked by dependencies to other packages (libraries are not duplicated in packages but installed as dependencies). In other words, distri aims to combine the granular package structure of classic distributions like Debian with the application delivery methods of mounted containers.<\/p>\n<p>Each package in distri is mounted in its directory in read-only mode (for example, the zsh package is accessible as '\/ro\/zsh-amd64-5.6.2-3'), which positively impacts security and protects against accidental or malicious changes. To form the hierarchy of system directories, such as \/usr\/bin, \/usr\/share, and \/usr\/lib, a special FUSE module is used to combine the contents of all installed SquashFS images into one (for instance, the \/ro\/share directory provides access to subdirectories share from all packages). <\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/repo.distr1.org\/distri\/jackherer\/docs\/package-format.html\">Packages<\/a><\/noindex> in distri are fundamentally <noindex><a rel=\"nofollow\" href=\"https:\/\/michael.stapelberg.ch\/posts\/2019-07-20-hooks-and-triggers\/\">devoid of<\/a><\/noindex> from the handlers invoked during the installation process (no hooks or triggers), and different versions of the package can coexist with each other, enabling parallel installation of packages. The proposed structure limits the package manager's performance only to the network bandwidth through which packages are downloaded. The actual installation or update of a package is performed atomically and does not require content duplication. <\/p>\n<p>Conflicts during package installation are avoided since each package is tied to its own directory, and the system allows for different versions of the same package (the contents of the directory with the fresher revision of the package are connected to the summary directories). Package building is also done very quickly and does not require installing packages in a separate build environment (the build environment creates views of the necessary dependencies from the \/ro directory).<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/repo.distr1.org\/distri\/jackherer\/docs\/rosetta-stone.html\">Supported<\/a><\/noindex> Standard package management commands, such as 'distri install' and 'distri update', can be used, and instead of information commands, the built-in utility 'ls' can be applied (for example, to view installed packages, it is enough to list the directories in the '\/ro' hierarchy, and to find out which package a file belongs to, check where the symlink from that file points).<\/p>\n<p>The proposed prototype distribution for experimentation includes about <noindex><a rel=\"nofollow\" href=\"https:\/\/repo.distr1.org\/distri\/jackherer\/pkg\/\">1700 packages<\/a><\/noindex> and ready <noindex><a rel=\"nofollow\" href=\"https:\/\/repo.distr1.org\/distri\/jackherer\/img\/\">installation images<\/a><\/noindex> with an installer, suitable for installation as the main OS, as well as for running in QEMU, Docker, Google Cloud, and VirtualBox. It supports booting from an encrypted disk partition and includes a set of typical applications for creating a desktop based on the i3 window manager (with Google Chrome being the suggested browser). <noindex><a rel=\"nofollow\" href=\"https:\/\/repo.distr1.org\/distri\/jackherer\/docs\/building.html\">A complete toolkit is provided<\/a><\/noindex>  for building the distribution, preparing and forming packages, distributing packages to mirrors, etc.<\/p>\n<p><noindex><a rel=\"nofollow\" name=\"link\"><\/a><\/noindex><\/p>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=51407\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041c\u0430\u0439\u043a\u043b \u0428\u0442\u0430\u043f\u0435\u043b\u044c\u0431\u0435\u0440\u0433 (Michael Stapelberg), \u0430\u0432\u0442\u043e\u0440 \u043c\u043e\u0437\u0430\u0438\u0447\u043d\u043e\u0433\u043e \u043e\u043a\u043e\u043d\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 i3wm \u0438 \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a Debian (\u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b \u043e\u043a\u043e\u043b\u043e 170 \u043f\u0430\u043a\u0435\u0442\u043e\u0432), \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0435\u0442 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432 distri \u0438 \u043e\u0434\u043d\u043e\u0438\u043c\u0451\u043d\u043d\u044b\u0439 \u043f\u0430\u043a\u0435\u0442\u043d\u044b\u0439 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440. \u041f\u0440\u043e\u0435\u043a\u0442 \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043a\u0430\u043a \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0445 \u043f\u0443\u0442\u0435\u0439 \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0441\u0438\u0441\u0442\u0435\u043c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438 \u0438 \u0432\u043e\u043f\u043b\u043e\u0449\u0430\u0435\u0442 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u043e\u0432\u044b\u0435 \u0438\u0434\u0435\u0438 \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u043e\u0432. \u041a\u043e\u0434 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d \u043d\u0430 \u044f\u0437\u044b\u043a\u0435 Go \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0434 [&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-37750","post","type-post","status-publish","format-standard","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=\"\u041c\u0430\u0439\u043a\u043b \u0428\u0442\u0430\u043f\u0435\u043b\u044c\u0431\u0435\u0440\u0433 (Michael Stapelberg), \u0430\u0432\u0442\u043e\u0440 \u043c\u043e\u0437\u0430\u0438\u0447\u043d\u043e\u0433\u043e \u043e\u043a\u043e\u043d\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 i3wm \u0438 \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a Debian (\u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b \u043e\u043a\u043e\u043b\u043e 170 \u043f\u0430\u043a\u0435\u0442\u043e\u0432),\" \/>\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\/distri-distributiv-dlya-obkatki-tehnologij-bystrogo-upravleniya-paketami\" \/>\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\udd47Distri \u2014 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432 \u0434\u043b\u044f \u043e\u0431\u043a\u0430\u0442\u043a\u0438 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041c\u0430\u0439\u043a\u043b \u0428\u0442\u0430\u043f\u0435\u043b\u044c\u0431\u0435\u0440\u0433 (Michael Stapelberg), \u0430\u0432\u0442\u043e\u0440 \u043c\u043e\u0437\u0430\u0438\u0447\u043d\u043e\u0433\u043e \u043e\u043a\u043e\u043d\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 i3wm \u0438 \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a Debian (\u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b \u043e\u043a\u043e\u043b\u043e 170 \u043f\u0430\u043a\u0435\u0442\u043e\u0432),\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/distri-distributiv-dlya-obkatki-tehnologij-bystrogo-upravleniya-paketami\" \/>\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=\"2019-10-31T19:19:31+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T19:19:31+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\udd47Distri \u2014 a distribution for testing rapid package management technologies | ProHoster","description":"Michael Stapelberg, author of the i3wm tiling window manager and a former active Debian developer (maintained about 170 packages),","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/distri-distributiv-dlya-obkatki-tehnologij-bystrogo-upravleniya-paketami","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\udd47Distri \u2014 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432 \u0434\u043b\u044f \u043e\u0431\u043a\u0430\u0442\u043a\u0438 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438 | ProHoster","og:description":"\u041c\u0430\u0439\u043a\u043b \u0428\u0442\u0430\u043f\u0435\u043b\u044c\u0431\u0435\u0440\u0433 (Michael Stapelberg), \u0430\u0432\u0442\u043e\u0440 \u043c\u043e\u0437\u0430\u0438\u0447\u043d\u043e\u0433\u043e \u043e\u043a\u043e\u043d\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 i3wm \u0438 \u0432 \u043f\u0440\u043e\u0448\u043b\u043e\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a Debian (\u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b \u043e\u043a\u043e\u043b\u043e 170 \u043f\u0430\u043a\u0435\u0442\u043e\u0432),","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/distri-distributiv-dlya-obkatki-tehnologij-bystrogo-upravleniya-paketami","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":"2019-10-31T19:19:31+00:00","article:modified_time":"2019-10-31T19:19:31+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"37750","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":null,"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 19:09:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 01:21:23","updated":"2026-01-23 19:09: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\/37750","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=37750"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/37750\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=37750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=37750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=37750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}