Distrobox auf der Steam Deck installieren
Inhaltsverzeichnis
Die Installation von Distrobox auf deiner Steam Deck ist recht einfach. Hierfür musst du nur die folgenden Befehle ausführen.
1. Podman installieren
1.1. Pfad hinzufügen
echo export 'PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
1.2. Gruppenid setzen
sudo touch /etc/subuid /etc/subgid
sudo usermod --add-subuid 100000-165535 --add-subgid 100000-165535 $USER
1.3. Podman download
curl -s https://api.github.com/repos/89luca89/podman-launcher/releases/latest | grep "podman-launcher-amd64" | grep -v ".sha256" | cut -d : -f 2,3 | tr -d \" | wget -qi -
mkdir -p ~/.local/bin
mv podman-launcher-amd64 ~/.local/bin/podman
chmod +x ~/.local/bin/podman
sudo touch /etc/subuid /etc/subgid
sudo usermod --add-subuid 100000-165535 --add-subgid 100000-165535 deck
2. Distrobox installieren
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
2.1. Container erstellen
distrobox create
2.2. Container testen
distrobox enter