Start
First configure docker or podman
Installation
Follow your rpo
Startup
Choose a distro
for a list of compatible images and container managers, please consult the man page,
man distrobox-compatibility
man distroboxInstalling distro
Syntax is,
distrobox-create --name CONTAINER-NAME --image OS-NAME:VERSIONan example,
distrobox-create --name ubuntu --image ubuntuList all
distrobox listEnter into one
distrobox enter ubuntuUbuntu specific,
First upgrade and then update like,
sudo apt upgradeandsudo apt update
Message:
'notify-send' must be installed for zsh-auto-notify to work
Solution:
For ubuntu based distro,
sudo apt install libnotify-bin
System export app
To export app to the system,
distrobox-export --app foliateRemoval
First stop container, by,
distrobox stop CONTAINER-NAMEthen, remove like,
distrobox rm CONTAINER-NAME