Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Linux mode on Chromebook
- ninjaMAR
-
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
-
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
-
1000+ posts
Linux mode on Chromebook
rip my school restrictions dont let me use linux
- airplanedodge
-
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
-
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
-
1000+ posts
Linux mode on Chromebook
“run linux tools, ides, and more on your chromebook.” I never knew this was possible, cool! So does it have a GUI as well or just a terminal?
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
-
1000+ posts
Linux mode on Chromebook
rip my old school blocked linux because i turned it on rip my school restrictions dont let me use linux
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
it has its own gui because it uses chromeos I never knew this was possible, cool! So does it have a GUI as well or just a terminal?
it has a terminal
sudo apt-get install emacs
- Chiroyce
-
1000+ posts
Linux mode on Chromebook
really? rip my old school blocked linux because i turned it on
- Sheep_maker
-
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
-
1000+ posts
Linux mode on Chromebook
How do you install minecraft? 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
I think soreally? rip my old school blocked linux because i turned it on
Last edited by ninjaMAR (May 4, 2021 02:13:00)
- Sheep_maker
-
1000+ posts
Linux mode on Chromebook
IIRC you might be able to just double click the .deb file in the file explorerHow do you install minecraft? 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
- Sheep_maker
-
1000+ posts
Linux mode on Chromebook
Nice! Do you have a screenshot?.deb file in the file explorerIt worked IIRC you might be able to just double click the
- airplanedodge
-
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
-
1000+ posts
Linux mode on Chromebook
it says no such file or dir when i run air stuff
Last edited by ninjaMAR (May 21, 2021 00:18:09)
- kccuber
-
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