this post was submitted on 17 Jun 2024
45 points (100.0% liked)
Linux
48081 readers
1004 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have never heard of toolbx before, can anyone share how it compares to Distrobox? I've been using that for some time.
Its mostly used for servers so that a GPU can be easily used with containerized software.
Most of these use cases don't even have a display output.
From what I gather, it's very similar. They're both containerization tools to install software in a container overlay (someone mentioned to me before that they both even draw from the same Docker images).
I'm not familiar with the finer details, but here's some example use cases.
ETA: Based on the examples, it reminds me of how NixOS uses nested shells to do things.
They are both just wrappers for podman(/docker). Distrobox is more feature rich, and is far better documented, but is closer to a collection of bash scripts rather than a fully cohesive program. Toolbx is… definitely something. Their only real claim to fame is being less “janky”? IDK, it reeks of NIH, and in my experience, it’s a lot more fragile than distrobox (as in, I’ve had containers just become randomly inoperable in that I can’t enter them after a bit).
If you want to be pedantic, technically, distrobox is a fork of toolbx before it was rewritten.
Its faster and more minimal.
For desktop use poorly it doesnt have the ability to use custom home dirs so dotfiles will conflict
I see, I only use distrobox for building software that doesn't easily run on NixOS, so that likely shouldn't matter too much for me.