Package manager for Chrome OS
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!
Download and run installation script
wget https://raw.github.com/skycocker/chromebrew/master/install_chromebrew.sh chmod +x install_chromebrew.sh sudo ./install_chromebrew.sh