

Once the installation of the Firefox browser is completed, launch it by using the application menu. Now, create the application launcher using the following command: $ sudo cp ~/Desktop/sktop /usr/share/applications/Īccess Mozilla Firefox browser on Debian 11 system Save the file using `Ctrl+O` and press `Ctrl+x` to exit from the Nano editor. Icon=/opt/firefox/browser/chrome/icons/default/default64.png

Now, copy and paste the following source code in this file: Now, access the Firefox browser using the following command: $ /opt/firefox/./firefox Create application and Desktop shortcutĬreate a file using a source code editor. Once the tar file is downloaded, extract the Firefox setup by executing the following command: $ sudo tar -xf 2 -directory /opt Therefore, visit the official page of the Mozilla Firefox browser or download the binary of Firefox using the `wget` command: $ wget -O 2 " " When you install the Mozilla Firefox browser from the official Firefox page, you will get the latest version of the Firefox browser on your Debian 11 system. Method 2: Mozilla Firefox installation using official page Now, install the Firefox browser by typing the following command using apt repository: $ sudo apt install firefox-esr To install the Mozilla Firefox using the apt repository, it is recommended for you to first update and upgrade the repository packages index by using the following command: $ sudo apt update $ sudo apt upgrade The Firefox is available for installation in the Debian base repository. Install Mozilla Firefox using the apt package manager is the simple and easiest method. Method 01: Installing Mozilla Firefox using apt package manager
