Chromebooks have gained a decent level of popularity and are constantly rising in recent years. It’s one of the primary devices in many schools and colleges for students and tutors. It’s cheap, powerful, and, most importantly – gets things done.
Running the Chrome OS, these Chromebooks come built-in with various Google Apps, Services, and Frameworks. Hence, there’s no point guessing that Google Chrome is its default browser.
While you cannot change this default browser, the OS at least gives you the flexibility to try out a different browser of your choice.
In this regard, there are two different approaches that you could take – either install the browser via Play Store or in the Debian environment.
While the former method is pretty straightforward, the browsers from the store aren’t fully optimized to run on PCs. As a result, installing Linux browsers on Chromebook inside the Debian 10 (Buster) ecosystem is the preferred choice for many.
The following guide will show you how to enable Linux OS support and install a few popular Linux-based web browsers. So without further ado, let’s get started.
Enable Linux support on Chromebook
First off, you will have to install a Linux support system inside Chromebook. The Chrome OS which powers the Chromebook is basically built over Linux. Thankfully, Chrome supports Linux with some additional installations.
Here are the steps to enable Linux support in Chromebook:
- Boot up your Chromebook, and click on the Clock.
- Click on Settings
to open the Chromebook Settings page.
- Scroll to the Linux Beta section, and hit on the
It will open a Linux setup and installation page.
button. - Hit the
button and proceed with the on-screen instructions.
Once done, Chromebook will be up and running with the Debian 10 (Buster) environment. Execute the command in the Terminal Window (cat /etc/os-release
+ + ) to verify that it is indeed running version 10 or above:If the output shows a lower build version, then consider upgrading it with the following command:
sudo bash /opt/google/cros-containers/bin/upgrade_container
With this, you have successfully installed the required version of Linux and enabled support within Chromebook.
Install Linux Browser via Deb Package
Most popular browsers come with a standalone Linux client, which could easily be installed on your Chromebook.
Here are the steps to install the Linux browser with .DEB package:
- Head over to your browser’s download page.
- Download Debian (.deb) package file of the browser.
- Double-click on the downloaded file to launch the setup.
- Follow the on-screen instructions to install the browser.
That’s it—Microsoft Edge Linux-based browsers on your Chromebook using their Debian setup file.
Install Linux Browsers via CLI
The second approach to installing applications in Linux is via the sudo-apt command-line interface. And CLI could well expand to the Debian environment running on your Chrome OS as well.
Here are the steps to install the Linux-based using the command line:
- Launch the Terminal Command using + + shortcut keys.
- Execute the following command line to install the preferred browser package:
sudo apt install package_name
You must replace the package_name term with the browser’s package name in the above command.
- For Firefox in Linux: sudo apt install firefox-esr
- Brave Browser: sudo apt install brave-browser
That’s it; Chrome OS will now download the browser associated with the package name from the apt repository and install it onto your Chromebook. You can easily access it from the app drawer.
Bottom Line
So with this, we round off the guide on how you could install the Linux-based web browsers on your Chromebook. We have shared two different methods: using the Debian package or via the sudo-apt command line.
If you cannot access the app’s package name, you should consider manually downloading and installing the .DEB package on your Chrome OS.
I personally use the Google Chrome browser, but sometimes I even use Mozilla Firefox, which works seamlessly on Chrome OS.
With that said, do let us know if you have any other queries concerning the aforementioned instructions for installing Linux browsers’ on Chromebook.
Lastly, if you've any thoughts or feedback on How to Install Linux-based Browsers on Chromebook, then feel free to drop in below comment box. You can also report the outdated information.