GNURoot Wheezy APK

GNURoot Wheezy  Icon
   
3.7/5
1123 Ratings
Developer
Corbin Champion
Current Version
0.0.5
Date Published
File Size
91.2 MB
Package ID
champion.gnuroot.wheezy
Price
$ 0.00
Downloads
10.0K+
Category
Android Apps
Genre
Tools

APK Version History

Version
0.0.5 (5)
Architecture
universal
Release Date
February 17, 2020
Requirement
Android 4.1+
Version
0.0.5 (5)
Architecture
universal
Release Date
February 17, 2020
Requirement
Android 4.1+
  • GNURoot Wheezy Screenshot
  • GNURoot Wheezy Screenshot
  • GNURoot Wheezy Screenshot

About Radio FM 90s

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 update
apt-get upgrade
Then start working. If you find out that something you need is not installed, just apt-get it. To install less, do this:
apt-get install less
That 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-base
You can also search for packages using
apt-cache search some_keyword
A very popular package to add right away is this one:
apt-get install build-essential
This gets you setup to run the make and compile steps of many SW projects.

What's New in this version

Hard links now emulated better. All known package installation issues solved as a result.