this post was submitted on 31 Mar 2026
10 points (81.2% liked)
Linux
64198 readers
595 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think both Artix and Void have also said that they do not plan to implement age attestation. I haven't used Artix all that much aside from playing around with it in a vm, but i have daily driven Void for about 2 years total probably. Artix is probably the easiest to install if you choose the gui installer. Void has a guided ncurses installer and it isn't super difficult, but it does help if you have some experience with manually installing arch. In particular they'll ask you to format your drive using a cli tool. Void does offer an xfce image though, so once you get it installed you've got a gui ready to go. Runit is pretty simple to use. It uses shell scripts so that's something to keep in mind if you want to create a custom service, but other than that you basically just use
ln -scommands to enable services,sv downto stop, andsv upto start a service.Is there anything similar to aur for void linux?
Well they have xbps-src, which is often compared to the aur but it's not really the same thing. It doesn't provide any extra packages on top of the default repos, but it's their package build system that you can use to create package templates (so like pkgbuild files in arch) and build your own packages with them. If you look hard enough you can probably find other peoples templates out there though if they've put them on github or something.