this post was submitted on 30 Oct 2023
91 points (92.5% liked)

Linux

45778 readers
1093 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Are they so different that it's justified to have so many different distributions? So far I guess that different package manager are the reason that divides the linux community. One may be on KDE and one on GNOME but they can use each other's packages but usually you are bound to one manager

you are viewing a single comment's thread
view the rest of the comments
[–] khorovodoved@lemm.ee 5 points 8 months ago (1 children)

Void was created just for testing xbps. Without xbps there would be no Void.

[–] mrbaby@lemmy.world 2 points 8 months ago (1 children)

I've yet to play with void. Is there anything cool/special about xbps?

[–] khorovodoved@lemm.ee 2 points 8 months ago* (last edited 8 months ago) (1 children)

It is extremely fast and simple. Also, it has its own "aur", called xbps-src. But nowadays void is not just xbps, it is also defined by runit (which is also extremely fast and simple) and minimalist dependencies (you will have to manually install many things, that other distributions ship reinstalled, in case you need them. By the way, if you prefer GUI package manager, there is octoxbps (not an advantage of xbps, but you might want that when you try void linux).

[–] mrbaby@lemmy.world 2 points 8 months ago

Nice! I'm coming from arch with systemd so it'll be interesting to play around with runit too. Definitely going to give it a tinker.

Thanks for the info!