Just like champion.gnuroot.wheezy, but for x86 devices.Allows you to create and launch a Debian Wheezy rootfs without rooting your device when used along with GNURoot (champion.gnuroot).Primarily, I install packages with apt-get (http://linux.die.net/man/8/apt-get) and I suggest you do the same). To use apt-get you will need to click the "Launch as Fake Root" checkbox. A good place to start is to do:apt-get updateapt-get upgradeThen start working. If you find out that something you need is no
t installed, just apt-get it. To install less, do this:apt-get install lessThat is pretty obvious, but sometimes it is not. You can use a search engine (like google to help you out). For example, I found out to install R, I should do this:apt-get install r-baseYou can also search for packages usingapt-cache search some_keywordA very popular package to add right away is this one:apt-get install build-essentialThis gets you setup to run the make and compile steps of many SW projects.
... moreless ...