chromebrew把 Chrome OS 变成 Linux 发行版的包管理器
chromebrew 是一个 Chrome OS 的包管理器。
Chrome OS 实际上运行的是 Linux 内核,如果要把它当作全功能 Linux 发行版,那么唯一的缺陷是 gcc 和它们的依赖项,chromebrew 弥补了这个部分。
支持设备:
Architecture | Supported? |
---|---|
x86_64 | Yes |
i686 | Yes |
armv7l | Yes |
aarch64 | Yes |
安装
进入 shell
下载并运行以下脚本:
wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash -- or -- curl -Ls git.io/vddgY | bash
在 root 权限下的 Google OnHub 上,该命令需要与 chronos 用户一起运行:
# passwd chronos Changing password for chronos. Enter new UNIX password: Retype new UNIX password: # su - chronos Password: $ curl -Ls git.io/vddgY -o install.sh && yes | bash install.sh
评论