Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies. It had grown from the downfall of Opera with many disgruntled when it changed from the Presto layout engine to a Chromium-based browser. This platform angered traditional Opera users. Since then, Vivaldi has become one of the most popular alternative Internet Browsers amongst the big three Chrome, Firefox, and Edge.
Vivaldi promotes itself as a leading browser with faster navigation, clever bookmarking, more intelligent browsing, extensive tab management, and a more visual approach.
In the following tutorial, you will learn how to install Vivaldi Browser on Fedora.
Table of Contents
Prerequisites
- Recommended OS: Fedora Linux 34 / 35 (Older versions will work also)
- User account: A user account with sudo or root access.
Updating Operating System
Update your Fedora operating system to make sure all existing packages are up to date:
sudo dnf upgrade --refresh -y
Import Vivaldi Repository
By default, Fedora repositories do not have Vivaldi natively stored, so you must import the official Vivaldi RPM.
First, execute the following command to install the dnf-utils package. Run this command if unsure. It will not harm either way.
sudo dnf install dnf-utils -y
Next, import the repository using the following command.
sudo dnf config-manager --add-repo https://repo.vivaldi.com/archive/vivaldi-fedora.repo
Example output if successful:
Adding repo from: https://repo.vivaldi.com/archive/vivaldi-fedora.repo
Now that the repository has been added confirm using the dnf repolist command.
sudo dnf repolist

As above in white highlight, you can see the Vivaldi repository is successfully added.
Now you can proceed to install the browser.
Install Vivaldi Browser
Now that you have imported the repository, you can now install Vivaldi using the following.
First, update your repository list to reflect the new repository changes:
sudo dnf update
Now install the software with the following command:
sudo dnf install vivaldi-stable
Example output:

Type “Y,” then press the “ENTER KEY” to proceed and complete the installation.
Note that you will see the following prompt in your terminal for the GPG import during the installation.

Type “Y,” then press the “ENTER KEY” to proceed and complete the installation.
Confirm the version and build of the Vivaldi Browser version installed on your operating system using the following command:
vivaldi --version
Example output only:
Vivaldi 4.3.2439.44 stable
How to Launch Vivaldi Browser
With the installation complete, you can run Vivaldi in a few different ways.
First, while you are in your terminal, you can use the following command:
vivaldi
Alternatively, run the Vivaldi & command in the background to free up the terminal:
vivaldi &
However, this isn’t practical, and you would use the following path on your desktop to open with the path: Activities > Show Applications > Vivaldi. If you cannot find it, use the search function in the Show Applications menu if you have many applications installed.
Example:

The first time you open Vivaldi, you will be greeted by the following landing page to customize your browser.

You will have a series of about five pages of quick setting options to customize your Vivaldi experience. Overall, it should take 1 to 5 minutes at most, depending on how much customizing you would like to do.
Once done, you will see the final landing page, and you are good to go browsing.

Congratulations, you have successfully installed Vivaldi Browser on your Fedora desktop.
How to Update Vivaldi Browser
To update, run the DNF update command in your terminal as you would check your entire system for any updates.
sudo dnf update
If one is available, use the upgrade option:
sudo dnf upgrade
How to Remove (Uninstall) Vivaldi Browser
To remove the Vivaldi Browser, execute the following terminal command:
sudo dnf autoremove vivaldi-stable
Example output:

Type “Y,” then press the “ENTER KEY” to proceed with the uninstall.
Comments and Conclusion
You have learned how to import the Vivaldi rpm in the tutorial and install the web browser.
Overall, Vivaldi is a pretty good alternative to Firefox and Google Chrome, and its main rival is undoubtedly Brave Browser. However, Vivaldi comes with more features, and Brave is focused more on the privacy of its users. A new feature for Vivaldi is the tab management feature; by selecting multiple tabs, you can put them in a “stack,” which saves valuable real estate on the tab bar. Once in a stack, the tabs can be “tiled,” meaning the browser window is divided between the tabs, letting you work with several web pages simultaneously.