0

When I download Mozilla Firefox, I am unable to install it from the extracted files. I downloaded it from this page: https://www.mozilla.org/en-US/exp/firefox/new/

The file (which was zipped/compressed) saved to my Downloads folder and I extracted the file to that folder. But I don't know how to use these files to actually install Firefox to my PC.

I already have Firefox 85.0.1 but this version I downloaded is 95.0.2 and I only downloaded it because I get this error message when I try to stream from Netflix using Firefox. https://help.netflix.com/en/node/109144

I'm using Ubuntu version 20.04.2 LTS. No geek language please - English. I'm just a user.

Allan
  • 661

1 Answers1

5

You can use Ubuntu's package manager to update the already installed Firefox. Open a terminal, and enter the following commands one by one.

sudo apt update
sudo apt install firefox -y

You can update the whole system with

sudo apt dist-upgrade

Alternatively, if you prefer GUI, use the Update Manager to update apps.


You cannot "install" the version of Firefox you download from the Mozilla website. You can run the executable file inside it, but it is much simpler to use the default version. If you still want to use this method, head over to the manual installation section in the Ubuntu Community Help Webpage.