Computer >> Computer tutorials >  >> Smartphones >> Linux

How to Install Firefox for Linux on a Chromebook

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 –

  1. 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.
  2. How to Install Firefox for Linux on a Chromebook

  3. Double-check to make sure it copied.
  4. How to Install Firefox for Linux on a Chromebook

  5. Open a Terminal from your Linux apps folder.
  6. How to Install Firefox for Linux on a Chromebook

  7. Enter the command: tar xjf firefox-xx.x.x.tar.bz2 (where xx.x.x is the version of Firefox that you downloaded).
  8. How to Install Firefox for Linux on a Chromebook

  9. Now enter the command: sudo apt-get install libdbus-glib-1-2
  10. How to Install Firefox for Linux on a Chromebook

  11. Finally, enter the command: sudo ln -s ~/firefox/firefox /usr/bin/firefox
  12. How to Install Firefox for Linux on a Chromebook

  13. Now type firefox to launch the app. Ta-da!
  14. How to Install Firefox for Linux on a Chromebook
    click to enlarge

  15. In the future when you want to use Firefox, open a Terminal and type firefox