💻Set up Development Environment on Chromebook
Last updated
Last updated
Linux is a feature that lets you develop software using your Chromebook. Install Linux command line tools, code editors, and IDEs (integrated development environments) on your Chromebook. These can be used to write code, create apps, and more.
Important: If you use your Chromebook at work or school, you might be unable to use Linux. For more information, contact your administrator.
Linux is off by default. You can turn it on at any time from Settings.
On your Chromebook, at the bottom right, select the time.
Select Settings Advanced Developers.
Next to "Linux development environment," select Turn On.
Follow the on-screen instructions(default settings). Setup can take 10 minutes or more.
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.
You can access your Linux environment through the terminal app in your Chromebook launcher.
Files created in Linux are stored in a container and are separate from Chrome OS files. You can access them using the "Linux files" app.
You can set the shared folders in the file browser and manage them in the Settings:
Once the setup is complete, a terminal window will open. You can use the following commands to update the package list and install basic development tools: