1 Star 0 Fork 0

yoki / chromebrew

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 2.02 KB
一键复制 编辑 原始数据 按行查看 历史

chromebrew

Package manager for Chrome OS

Does not support ARM chipsets yet

Overview

Chromebooks with Chrome OS run a linux kernel - the only missing piece to use them as full-featured linux distro was gcc and make with their dependencies. Well, the piece isn't missing anymore. Say hello to chromebrew!

Prerequisites

You will need a Chromebook with developer mode enabled.

On the ChromiumOS Wiki select your device and follow the instructions listed there.

Please be aware of the fact that developer mode is insecure if not properly configured.

Installation

Open the terminal with Ctrl+Alt+T and type shell.

If this command returns Unknown command: 'wget' please have a second look at the prerequisites and make sure your Chromebook is in developer mode.

Then download and run the installation script

wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash

Usage

crew <command> <package> <keep[temporary files]>

Where available commands are:

  • search [looks for a package]
  • download [downloads a package to CREW_BREW_DIR (/usr/local/tmp/crew by default), but doesn't install it]
  • install [installs a package along with its dependencies. You'll be prompted for confirmation]
  • remove [removes a package. Must be ran as root]

Available packages are listed in the packages directory.

Chromebrew will wipe its BREW_DIR (/usr/local/tmp/crew by default) after installation unless you pass "keep" as the last parameter when running "crew install".

crew install <package> keep

License

Copyright 2013 Michal Siwek and all the awesome contributors

This project including all of its source files is released under the terms of GNU General Public License (version 3 or later)

1
https://gitee.com/stelleroid/chromebrew.git
git@gitee.com:stelleroid/chromebrew.git
stelleroid
chromebrew
chromebrew
master

搜索帮助