GNURoot Wheezy APK
0.0.5 · 2015. 8. 6. · 도구
3.81 K+ 리뷰
100 K+설치 수
91 MB크기
0.0.5버전

GNURoot에 대한 위지 (데비안) rootfs.

최신 버전

버전
업데이트
2015. 8. 6.
개발자
카테고리
Google Play ID
설치 수
100,000+

광고

앱 APK

GNURoot Wheezy APP

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.
자세히 알아보기