Menu
User

DropVPS Team

Writer: John hens

How to install Firefox on ubuntu 25.04

How to install Firefox on ubuntu 25.04

Publication Date

09/30/2025

Category

Articles

Reading Time

1 Min

Table of Contents

Firefox is a popular open-source browser known for speed, security, and strong privacy features. On Ubuntu 25.04, you can install Firefox easily from official sources to enjoy the latest updates and smooth performance

Step 1: Update the System

Before installing any new software, make sure your package index is up to date so Firefox installs correctly:

sudo apt update && sudo apt upgrade -y

Step 2: Install Firefox Using APT

Firefox is included in the official Ubuntu repositories, making installation straightforward:

sudo apt install firefox -y

Step 3: Verify Firefox Installation

After installation, check that Firefox is installed successfully by running the version command:

firefox --version

Step 4: Launch Firefox

You can start Firefox from the applications menu or directly in the terminal:

firefox
Linux VPS
U
Loading...

Related Posts