Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Linux mode on Chromebook
- ninjaMAR
-
Scratcher
1000+ posts
Linux mode on Chromebook
This thread is for using linux on chromebook.
You can turn it on by heading to settings and clicking on advanced. Then click on developers. There should be some text that says “Linux development environment (Beta)”. Click the turn on button next to the text. This will add a terminal and a linux system to the chromebook
You can turn it on by heading to settings and clicking on advanced. Then click on developers. There should be some text that says “Linux development environment (Beta)”. Click the turn on button next to the text. This will add a terminal and a linux system to the chromebook

- ninjaMAR
-
Scratcher
1000+ posts
Linux mode on Chromebook
How to install python 3.9
original tutorial
Run the following in the terminal
To access python type below into the terminal
original tutorial
Run the following in the terminal
sudo cp /etc/apt/sources.list sources.list
sudo echo deb https://deb.debian.org/debian sid main | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install python3 python3-pip build-essential libssl-dev libffi-dev python3-dev -y
sudo mv sources.list /etc/apt/sources.list
sudo apt update
python3
python3.9
Last edited by ninjaMAR (April 30, 2021 12:46:21)
- Raihan142857
-
Scratcher
1000+ posts
Linux mode on Chromebook
rip my school restrictions dont let me use linux
- airplanedodge
-
Scratcher
1000+ posts
Linux mode on Chromebook
Why does code=bash think it needs to run emoji BBCode inside the code tag?sudo echo deb https/deb.debian.org/debian sid main | sudo tee -a /etc/apt/sources.list
sudo echo deb https://deb.debian.org/debian sid main | sudo tee -a /etc/apt/sources.list
Last edited by airplanedodge (April 30, 2021 01:17:57)
- Chiroyce
-
Scratcher
1000+ posts
Linux mode on Chromebook
I never knew this was possible, cool! So does it have a GUI as well or just a terminal?
- Socialix
-
Scratcher
1000+ posts
Linux mode on Chromebook
I never knew this was possible, cool! So does it have a GUI as well or just a terminal?“run linux tools, ides, and more on your chromebook.”
CHROMEOS IS GENTOOOOOOO LINUX COMPILED FOR SCHOOLS!!!!!!!!!!!

so if its gentoo, it can run gentoo stuff in gui! i guess this mode just unlocks what gentoo linux can do!
- ninjaMAR
-
Scratcher
1000+ posts
Linux mode on Chromebook
rip my school restrictions dont let me use linuxrip my old school blocked linux because i turned it on
idkWhy does code=bash think it needs to run emoji BBCode inside the code tag?sudo echo deb https/deb.debian.org/debian sid main | sudo tee -a /etc/apt/sources.list
Look, it runs fine otherwise.sudo echo deb https://deb.debian.org/debian sid main | sudo tee -a /etc/apt/sources.list
I never knew this was possible, cool! So does it have a GUI as well or just a terminal?it has its own gui because it uses chromeos
it has a terminal
sudo apt-get install emacs
- Chiroyce
-
Scratcher
1000+ posts
Linux mode on Chromebook
rip my old school blocked linux because i turned it onreally?
- Sheep_maker
-
Scratcher
1000+ posts
Linux mode on Chromebook
I was able to run Minecraft (Java Edition) and connect to a friend's server on a Chromebook, though it took quite a while to install, and the Chromebook came close to running out of storage space. It seems the storage reserved for Linux can only grow, not shrink, so even after uninstalling Minecraft, the Chromebook continued to complain about storage space until I uninstalled Linux
Unfortunately, the Chromebook I normally use doesn't support Linux or Google Play because it is too old
Unfortunately, the Chromebook I normally use doesn't support Linux or Google Play because it is too old
- ninjaMAR
-
Scratcher
1000+ posts
Linux mode on Chromebook
I was able to run Minecraft (Java Edition) and connect to a friend's server on a Chromebook, though it took quite a while to install, and the Chromebook came close to running out of storage space. It seems the storage reserved for Linux can only grow, not shrink, so even after uninstalling Minecraft, the Chromebook continued to complain about storage space until I uninstalled LinuxHow do you install minecraft?
Unfortunately, the Chromebook I normally use doesn't support Linux or Google Play because it is too old
I think sorip my old school blocked linux because i turned it onreally?
Last edited by ninjaMAR (May 4, 2021 02:13:00)
- Sheep_maker
-
Scratcher
1000+ posts
Linux mode on Chromebook
IIRC you might be able to just double click the .deb file in the file explorerI was able to run Minecraft (Java Edition) and connect to a friend's server on a Chromebook, though it took quite a while to install, and the Chromebook came close to running out of storage space. It seems the storage reserved for Linux can only grow, not shrink, so even after uninstalling Minecraft, the Chromebook continued to complain about storage space until I uninstalled LinuxHow do you install minecraft?
Unfortunately, the Chromebook I normally use doesn't support Linux or Google Play because it is too old
- Sheep_maker
-
Scratcher
1000+ posts
Linux mode on Chromebook
Nice! Do you have a screenshot?IIRC you might be able to just double click the .deb file in the file explorerIt worked
- airplanedodge
-
Scratcher
1000+ posts
Linux mode on Chromebook
neato. can you install adobe air (you can get it from the wayback machine of this link: http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin
and then install this?:
https://uploads.scratch.mit.edu/scratchr2/static/sa/Scratch-461.air
I understand if the command line doesn't allow you to do that, I haven't ever really used it
Last edited by airplanedodge (May 20, 2021 21:49:33)
- ninjaMAR
-
Scratcher
1000+ posts
Linux mode on Chromebook
stuffit says no such file or dir when i run air
Last edited by ninjaMAR (May 21, 2021 00:18:09)
- kccuber
-
Scratcher
1000+ posts
Linux mode on Chromebook
posted from the wrong account lol sry
Last edited by kccuber (May 21, 2021 13:36:19)
- Discussion Forums
- » Advanced Topics
-
» Linux mode on Chromebook



/deb.debian.org/debian sid main | sudo tee -a /etc/apt/sources.list




