This version is now deprecated, please use the replacement written with Rust and GTK4/Libadwaita.
A Graphical manager for Distrobox, enabling the creation and use of multiple linux distributions via containers.
NOTE Now deprecated for GTK Version available here.
-
Podman
orDocker
-
One of the following Terminals:
- Konsole
- Gnome Terminal
- XTerm
Simply clone or download a zip of this repo, and launch the install.sh
script.
The application will be installed to ~/.local/bin
by default, or you can export INSTALL_DIR=/my/other/path
to change the destination.
Icons will be installed in $XDG_DATA_HOME
, which is ~/.local/share
by default.
Ensure that the install destination is in your $PATH
.
Simply delete the boxbuddy
folder in your install destination and your $XDG_DATA_HOME
, then remove the boxbuddy.desktop
file from ~/.local/share/applications
.
All of the above mentioned dependencies, as well as:
- cmake
- qt development libraries
The easiest way to get these on most distros is to just install Qt Creator from your package manager.
Typical cmake
workflow, e.g.:
mkdir build
cd build
cmake ..
make
A go.sh
script is provided for convenience, but be aware this will run the install.sh
script on every build