Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 762 Bytes

distbox

fedora distrobox with the following being sandboxed

  • Home directory
  • Environment variables

X11 and Wayland Apps work

host system survives when sudo rm -rf / --no-preserve-root is run in the distbox

image

How To Install

curl -s https://raw.githubusercontent.com/alexsch01/distbox/main/install | sh

Commands

install/replace your distbox - distbox install

run your distbox - distbox run COMMAND

enter your distbox (alias for distbox run bash) - distbox enter

backup your distbox - distbox backup

upgrade your distbox - distbox upgrade

stop your distbox - distbox stop

uninstall your distbox - distbox uninstall