A simple Distrobox wrapper made in C++
Cheesebox is a lightweight Distrobox container manager written in C++. It provides a simple and efficient way to manage Linux containers through Distrobox.
Make sure you are on the Cheesebox source code, have installed CMake and Distrobox (Not for building, that's what Cheesebox is a wrapper for).
To install Cheesebox, make the build directory, change the directory to it, build it and install it on the PATH directory (/usr/bin):
mkdir build && cd build
cmake ..
make
sudo install cheesebox /usr/bin