How To Install Firefox In Ubuntu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open the terminal (Ctrl+Alt+T) and run the following command to add the Mozilla Team’s Firefox PPA:
sudo add-apt-repository ppa:mozillateam/firefox-next
2. Update the package list and install Firefox with the following commands:
sudo apt update
sudo apt install firefox
3. Once the installation is complete, you can launch Firefox from the application menu.
4. You can also launch the Firefox browser from the terminal by typing the following command:
firefox