Skip to content

Installing Racket on a Chromebook

sorawee edited this page Dec 6, 2021 · 1 revision

First, configure chromeOS to enable Linux apps: https://www.techrepublic.com/article/how-to-install-linux-apps-on-your-chromebook/.

Then:

  1. Open terminal
  2. Run sudo add-apt-repository ppa:plt/racket
  3. Run sudo apt-get update
  4. Run sudo apt-get install racket
Clone this wiki locally