GNURoot Wheezy

GNURoot Wheezy

2.30MB
版本 0.0.5
暂未收录 高速下载 打开应用汇 发现更多精彩
喜欢 0好评
评论 0
GNURoot Wheezy截图0 GNURoot Wheezy截图1 GNURoot Wheezy截图2
  提示:该应用暂无版号 应用汇暂不提供下载
详细信息
  • 软件大小: 2.30MB
  • 最新版本: 0.0.5
  • 文件格式: apk
  • 应用分类: 其他
  • 使用语言: 英文或其他
  • 网络支持:
  • 系统要求: 1.6以上
  • 开发者: Corbin Champion
应用介绍
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.
加载更多
版本更新
Hard links now emulated better. All known package installation issues solved as a result.
加载更多