Skip to content
Yonle edited this page Aug 29, 2021 · 3 revisions

Welcome to the debian-proot wiki! Here you will find some how-to do a thing in Debian-proot.

For more information related to alpine linux, Please check https://wiki.debianlinux.org.

Script Usage

./main.sh -h
Usage: su [options] [-] [username [args]]

Options:
  -c, --command COMMAND         pass COMMAND to the invoked shell
  -h, --help                    display this help message and exit
  -, -l, --login                make the shell a login shell
  -m, -p,
  --preserve-environment        do not reset environment variables, and
                                keep the same shell
  -s, --shell SHELL             use SHELL instead of the default in passwd

If no username is given, assume root.

Login

./main.sh

Or

./main.sh [username]

Requirement for Installation

  • Atleast PRoot v5+ is installed in your host
  • Atleast curl is installed.
  • Atleast xz is installed.
  • A working Internet Connection

Beginner Installation

Make sure that xz, curl, and PRoot is installed at your host (Main session). Working Network connection is required in order to download Debian Container.

PulseAudio may required in both host & guest if you want Sound Support.

Installing debian-proot

curl -Lo debian-proot.sh git.io/debian-proot.sh

chmod +x debian-proot.sh

Launching debian-proot

./debian-proot.sh

Reinstalling debian-proot

rm -rf $HOME/.debian_container
./debian-proot.sh

Need help ?

Our community is ready to help you out. You may check the community at here