mirror of
https://github.com/89luca89/distrobox.git
synced 2025-02-25 18:55:25 -06:00
1.3 KiB
1.3 KiB
Install on SteamOS 3
Step 1
Installing distrobox on SteamOS is quite straightforward:
- Install
distroboxin your HOME following thecurlinstructions: - Add the Path you've chosen to install to your PATH (by default it's
$HOME/.local/bin.
Step 2
We now need podman to be installed in order for distrobox to work.
The easiest way is to use the script to install it in HOME, so it will survive future updates:
- Install
podmanin your HOME following thecurlcommand: - Add the Path you've chosen to install to your PATH (by default it's
$HOME/.local/podman/bin. - Add the Path you've chosen to install to your
~/.distroboxrcalso.
Step 3
On some systems, you might have to enable this command in order to have graphical applications working: SEE THESE NOTES
To resolve add this line to your ~/.distroboxrc:
xhost +si:localuser:$USER
After this, you can open a new terminal, and have Distrobox working!