This guide will take you step by step through the process of installing Firefox for Linux on your Chromebook.
Yes you can download Firefox from the Google Play Store and use it on your Chromebook. However, you’d be using the Android version, which has been designed to work best on a phone. To get the ‘full’ version of Firefox on your Chromebook you’ll want to use the version for Linux. Here’s how –
- Head over to the Firefox for Linux download page and click the big green Download Now button. Copy the file from your Downloads folder to your Linux files folder.
- Double-check to make sure it copied.
- Open a Terminal from your Linux apps folder.
- Enter the command: tar xjf firefox-xx.x.x.tar.bz2 (where xx.x.x is the version of Firefox that you downloaded).
- Now enter the command: sudo apt-get install libdbus-glib-1-2
- Finally, enter the command: sudo ln -s ~/firefox/firefox /usr/bin/firefox
- Now type firefox to launch the app. Ta-da!
- In the future when you want to use Firefox, open a Terminal and type firefox