this post was submitted on 19 Nov 2023
49 points (98.0% liked)

Linux

48216 readers
710 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
 

toolbox is preinstalled on fedora silverblue/kinoite whereas distrobox isn't. What's the advantage of one vs the other? Why is toolbox preinstalled and not distrobox?

edit: thank you guys! I guess for me this means that I'll use distrobox because it's much more mature or documentation is a little bit better and I do not need (or have) fedora's support

all 12 comments
sorted by: hot top controversial new old
[–] d3Xt3r@lemmy.nz 27 points 1 year ago* (last edited 1 year ago)

Why is toolbox preinstalled and not distrobox?

Because Toolbox is a Red Hat/Fedora project and Distrobox isn't. Also, Distrobox is a much more recent project (2021) compared to Toolbox, which was developed back in 2018. When Silverblue came out, there was a need to make it easier to install apps, and thus Toolbox was born.

Since Toolbox is a Red Hat/Fedora project, it means that it's officially supported, whereas Distrobox isn't. Not that it means much from a community support/home use case of course, but that might matter if you're an enterprise and you want support from Red Hat or official Fedora communities.

But both use podman behind the scenes so internally they aren't that different, but you can think of Distrobox as a more distro-agnostic and user-friendly version of Toolbox. If you're a home user then stick to Distrobox.

[–] alt@lemmy.ml 17 points 1 year ago* (last edited 1 year ago)

Distrobox is directly inspired from Toolbx and was created because of limitations of Toolbx and how Toolbx' maintainers didn't want to implement some features at that moment in time.

Currently, Distrobox is almost a superset of Toolbx. Though, I've come to the understanding that Toolbx does better at some tasks.

If you would like to stick to just one of them, then Distrobox is probably still the better one and should be preferred. However, if its added functionality doesn't do it for you, then please feel free to continue using Toolbx.

Why is toolbox preinstalled and not distrobox?

Because Toolbx predates Distrobox and is developed by developers that are associated with Fedora and even specifically designed in hopes of solving some issues pertaining to Fedora's Atomic distros.

[–] sirico@feddit.uk 11 points 1 year ago

I'm a Fedora user and Distrobox just seems more complete as a project and the commands make more sense to me

[–] Vincent@kbin.social 9 points 1 year ago* (last edited 1 year ago) (1 children)

I stuck with Toolbox for a long time because it was default, but then I wanted to be able to easily recreate my *boxes with the same set of packages when e.g. they broke for some reason, or because the distro they were built on released a new major version. Distrobox supports that with its assemble command, so I switched. Otherwise it's not too different really, for a casual user like me, and if I hadn't needed assemble, Toolbox would've been just fine.

(Except that I keep forgetting whether Toolbox or Toolbx is the correct spelling now.)

[–] Pantherina@feddit.de 1 points 1 year ago

Damn that toolbx spelling is horrible

[–] Guenther_Amanita@feddit.de 7 points 1 year ago (1 children)

I use Distrobox on Fedora Silverblue.
More precisely, uBlue. It came pre-installed there and I quite like it.

Toolbx is more of a "use it to install command line dnf-packages on SB", while Distrobox is way more capable.

I can have any distro I want as container and export graphical apps and binarys.

[–] alt@lemmy.ml 3 points 1 year ago

The link for uBlue didn't work for me. For those interested: uBlue

[–] oktoberpaard@feddit.nl 3 points 1 year ago

For general usage, it doesn’t really matter. Distrobox is inspired on toolbox and provides some added functionality and configurability, like init scripts and the ability to run different distros, as well as creating desktop shortcuts on your host system. If you don’t need all of that, I’d stick with toolbox, as it’s preinstalled and works well.

[–] Pantherina@feddit.de 3 points 1 year ago

Distrobox was always stable for me. Autocomplete only in bash but that doesnt matter much. Waaay more images by default but not as curated, also many are maintained by Fedora people and not the Distrobox people, so its not like they actually support more but just ship.

This is a big difference, Toolbox also supports these images.

But featurewise distrobox is brilliant, love the app icon export, the binaries are maybe a bit bloated.

[–] MalReynolds 2 points 1 year ago

Why not both ? Toolbox is the fedora/redhat solution, which is the why, and makes it the choice when something's in the fedora repositories, or if you want to trial it before (considering) rpm-ostree install, but an Arch distrobox gets you the AUR, not to be sneered at...

[–] hunger@programming.dev -2 points 1 year ago

I use toolbox: Distrobox is a pretty horrible shell script and deleted parts of my home directory when I tried that.

In the end I just pointed toolbox to a script named podman that just adjusts the setup to what I need, implementing the missing features I wanted that way.