How to install Firefox on Debian

Author:

To install Firefox on Debian, you can follow these steps:

Open the terminal on your Debian system by pressing Ctrl + Alt + T or searching for “Terminal” in the applications menu.

Update the package list by running the following command:

sudo apt update

Install Firefox by running the following command:

sudo apt install firefox-esr

This command will install the Extended Support Release (ESR) version of Firefox, which is the stable version recommended by Debian.

Wait for the installation to complete. This may take a few minutes, depending on your internet connection speed and the performance of your system.

Once the installation is complete, you can launch Firefox by searching for “Firefox” in the applications menu or by typing

firefox-esr in the terminal.

That’s it! You should now have Firefox installed on your Debian system and be able to use it to browse the web.

Leave a Reply

Your email address will not be published. Required fields are marked *