this post was submitted on 20 Jan 2024
55 points (96.6% liked)

Linux

46794 readers
973 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
all 6 comments
sorted by: hot top controversial new old
[–] [email protected] 18 points 7 months ago

@[email protected] in case anyone else wonders what Toolbox is:

Toolbox is a tool for Linux, which allows the use of interactive command line environments for development and troubleshooting the host operating system, without having to install software on the host. It is built on top of Podman and other standard container technologies from OCI.

Toolbox environments have seamless access to the user’s home directory, the Wayland and X11 sockets, networking (including Avahi), removable devices (like USB sticks), systemd journal, SSH agent, D-Bus, ulimits, /dev and the udev database, etc..

This is particularly useful on OSTree based operating systems like Fedora CoreOS and Silverblue. The intention of these systems is to discourage installation of software on the host, and instead install software as (or in) containers — they mostly don’t even have package managers like DNF or YUM. This makes it difficult to set up a development environment or troubleshoot the operating system in the usual way.

Toolbx solves this problem by providing a fully mutable container within which one can install their favourite development and troubleshooting tools, editors and SDKs. For example, it’s possible to do yum install ansible without affecting the base operating system.

[–] [email protected] 7 points 7 months ago (3 children)

Any advantages over distrobox? Sounds very similar.

[–] [email protected] 11 points 7 months ago

Toolbox is more stable, but distrobox has more features

[–] [email protected] 2 points 7 months ago

Toolbx and Distrobox are basically identical.

The only difference is Distrobox is more agnostic and will create .desktop files for containers and applications installed in them automatically. Toolbx you need to make the .desktop manually.