this post was submitted on 28 Jul 2023
18 points (95.0% liked)
Linux for Leftists
138 readers
1 users here now
A Community for all leftists wanting to join and being part of a community that talks about Linux, Unix and the Free Software Community
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I adore Void; it's been my daily driver for about 5-6 years now. Simple, fast, easy to configure, and the Void Handbook does a great job of detailing Void-specific items that you wouldn't necessarily be able to find in the Arch Wiki, for example.
xbps
is incredible and very fast, but if you're having trouble remembering the commands or just don't want to have to type the chain, I'd recommend looking atvpm
. It's a very apt-like way to manage it e.g.vpm update
vsxbps-install -Su
andvpm search <package>
vsxbps-query -Rs <package>