Set up Linux on your Chromebook

Set up Linux on your Chromebook

Linux is a feature that lets you develop software using your Chromebook. You can install Linux command line tools, code editors, and IDEs (integrated development environments) on your Chromebook.

Turn on Linux

Linux is off by default. You can turn it on any time from Settings.

  1. On your Chromebook, at the bottom right, select the time.
  2. Select Settings  and then Advanced and then Developers.
  3. Next to "Linux development environment," select Turn On.
  4. Follow the on-screen instructions.
  5. A terminal window opens. You have a Debian 11 (Bullseye) environment. You can run Linux commands, install more tools using the APT package manager, and customize your shell.

    • Related Articles

    • Linux VMs

      On the myDRE platform different types of Linux virtual machines (VMs) are available. CentOS 7.5 (is reaching its end of life) Ubuntu 20 (for GPU usage) Ubuntu 22 By default, Linux VMs have no connection to the outside world, so cannot be directly ...
    • RDP on Chromebook

      myDRE uses RDP as a means to access the Windows Virtual Machines (VMs) in a Workspace. Linux VMs can only be accessed directly using Bastion or through Windows VMs due to security and audit requirements. Set up 1. Go to Play store in your Chromebook ...
    • Turn Proxy Off/On on Linux VM

      1. Log in to the Linux VM 2. Write command sudo nano /etc/environment press enter and enter your password 3. comment out all the content that you find in there e.g #http_proxy="http://127.0.0.1:8080" 4. Press ctrl + x to exit, save with y and press ...
    • Error while launching VM via bastion (Chrome and Chromebook)

      Problem statement While trying to connect to VM via Bastion, user is redirected to portal.azure.com, but in some cases user might see a error page, which would look like (image attached below) Solution As soon as user sees this error page, go to ...
    • Low severity vulnerability in Linux VMs patch

      TL;DR: We have found a low severity vulnerability in Linux VMs. It has been patched for newly created VMs. Existing VMs can be self-service patched by downloading and running the script below. What happened? While troubleshooting a Linux VM, we ...