How to install Firefox on a Chromebook
There are many reasons why you may want to install Firefox on a Chromebook (could be for security, privacy or just as a technical challenge). You could install the Android app but that isn’t a full featured browser. Here are the instructions on how to install it in the Linux container.
Go to Settings
<img src="https://ekiledjian2.micro.blog/uploads/2025/44e5e1a112.jpg" alt="">
Search for Linux and Turn it On.
<img src="https://ekiledjian2.micro.blog/uploads/2025/0405fafba9.jpg" alt="">
You will get the installation window. Continue and let it complete.
Prepare Linux
You will then be presented with the terminal window, run an update then an upgrade.
<img src="https://ekiledjian2.micro.blog/uploads/2025/9e1ba05d6f.jpg" alt="">
“sudo apt update”
<img src="https://ekiledjian2.micro.blog/uploads/2025/b7280189ac.jpg" alt="">
“sudo apt upgrade”
Install Firefox on ChromeOS
Now we are ready to install Firefox.
Got to the terminal and enter sudo apt install firefox-esr
<img src="https://ekiledjian2.micro.blog/uploads/2025/57d74f944d.jpg" alt="">
Now you can start Firefox by entering the firefox-esr command to invoke the app.
<img src="https://ekiledjian2.micro.blog/uploads/2025/c9963391a0.jpg" alt="">
If you want to invoke Firefox-Esr but also need your terminal to work (at the same time), use the command firefox-esr &