How to Install Mozilla Firefox on Ubuntu 18.04

Install Mozilla Firefox on Ubuntu 18.04
Mozilla Firefox is one of the most popular web browsers available today. Mozilla Firefox is a free and cross-platform browser that comes with great features. In this tutorial, you are going to learn How to Install Mozilla Firefox on Ubuntu 18.04.
Prerequisites
Before you start to Install Install Mozilla Firefox on Ubuntu 18.04. You must have the non-root user account on your system with sudo privileges.
Install Mozilla Firefox
Open the Terminal application by press Ctrl+Alt+t
keys the same time.
Update the apt
package manager index by typing the following command in the terminal:
sudo apt update
Mozilla Firefox package is available to Ubuntu users as snap
package. So before we install Mozilla Firefox we should install Snappy package manager by installing snapd
and snapd-xdg-open
.
To install snapd
and snapd-xdg-open
packages run following command in the terminal:
sudo apt install snapd snapd-xdg-open
Now you are ready to install Mozilla Firefox. To install Mozilla Firefox run following command in the terminal:
sudo snap install firefox
Verify Installation
Now verify the installation and check the version of Mozilla Firefox run following command in the command prompt:
firefox --version
The output should be:
Mozilla Firefox 72.0.1
Launch Firefox
Now launch the firefox browser by visiting Activities -> type "mozilla firefox"
or run following command in the terminal:
firefox
Conclusion
You have successfully learned how to install Mozilla Firefox on Ubuntu 18.04. If you have any queries regarding this then please don’t forget to comment below.
LATEST POSTS
-
How to enable SSH on Debian 9
-
How to Install Opera Browser on CentOS 8
-
How to install Django Web Framework on Debian 9
-
How to Install Kodi on Ubuntu 18.04
-
How to Install Docker Compose on Ubuntu 18.04
-
How to Install VirtualBox on CentOS 7
-
How to Install Grub Customizer on Ubuntu 18.04 LTS Linux
-
Bash Functions with Examples
-
How to enable SSH on Ubuntu 18.04
-
How to Install Apache Tomcat 9 on CentOS 7
-
How to Create Sudo User on CentOS
-
How to install Node.js with npm on Ubuntu 18.04