OpenSource
Advertisement

Crouton is a method to run GNU/Linux on Google Chromebook. To use Crouton, you need to enable developer mode on your Chromebook.

Installing linux

After going into developer mode,

  1. open chrome and press Ctrl + Alt + T
  2. the enter the command "shell".
  3. You can now use one of the following commands to install linux:

sudo sh ~/Downloads/crouton -r trusty -t xfce-desktop

  • sudo is command for running in administrator mode
  • trusty is the name of a version of Ubuntu
  • xfce-desktop is XFCE GUI with all the customized desktop applications for it

External Links

Advertisement