| Alternative! Software distributions - community maintained packages. As Arch Linux user if I found a software I like and want to help with distribution I can create package and push it to AUR [1]. This works as recipe - list of make and run dependencies, configuration, installation. Package is not safe and should be reviewed on installation. Popular package may be pulled to official repository [2], distributed in binary form. "community" repository maintained by Trusted Users [3], "core" and "extra" by Arch Linux Developers [4]. It is evergreen - rolling release. Some distributions provide Stable releases which should be even safer. Distributions may remove package, block version, patch to its standards. I think if opt-out addons were distributed by Debian they would be patched to opt-in. In other words - many 3rd party distributions, by users to users, pulled - not pushed, not required to accept all packages. [1] https://aur.archlinux.org/ [2] https://www.archlinux.org/packages/ [3] https://wiki.archlinux.org/index.php/Trusted_Users [4] https://www.archlinux.org/people/developers/ |