How to Install Vivaldi Browser on Ubuntu and Debian-based Linux Distros

Learn how to install the Vivaldi web browser on Ubuntu, Debian, and several other Linux distributions in this beginner’s tutorial. You’ll also learn about updating it and removing it.
Warp Terminal

Vivaldi is an increasingly popular web browser. It is based on Chromium, so you have Chrome-like features, but it adds several other features to give a different, intuitive interface.

It comes with tab grouping, ad blocker, mouse gestures, and notes manager, and even allows adding macros. You could even use split viewing to view multiple pages at once. It also respects your privacy, unlike Chrome.

vivaldi browser split view with two tabs opened
Vivaldi Browser split view with two tabs opened

You can understand the popularity of this browser from the fact that Manjaro Linux replaced Firefox with Vivaldi as the default browser in some of its variants.

Let me show you how to install Vivaldi on Linux if you want to try it.

In this tutorial, you’ll learn:

  • GUI and command line methods for installing Vivaldi
  • Tips on updating Vivaldi to the newest version
  • Steps for removing Vivaldi from Ubuntu
  • Suggestions on improving your Vivaldi experience
Non-FOSS Warning! Vivaldi is not completely open-source software. Its UI is closed source. It’s been covered here because the Vivaldi team made an effort to make its software available on Linux.

Installing Vivaldi on Ubuntu [GUI Method]

The good thing is that Vivaldi provides pre-built binaries in DEB form for Ubuntu/Debian based distros and in RPM form for Fedora, Red Hat, and SUSE.

It is available for both 32 bit and 64-bit platforms and ARM devices like Raspberry Pi.

vivaldi provides installer for several types of linux distributions
Vivaldi provides installer for several types of Linux distributions

The installation process is really simple. You go to the Vivaldi web page and download the appropriate installer file and then double-click on it to install it. That’s it.

I’ll show the steps in detail for Ubuntu/Debian. You can use similar steps for other distributions.

Step 1: Download Vivaldi

Go to Vivaldi’s download page and download the DEB file for Ubuntu.

download deb file for ubuntu debian
Download deb file for Ubuntu/Debian

Step 2: Install the downloaded DEB file

Go to the Downloads folder where you have the deb file downloaded. Installing deb file is easy. Either just double-click on it or right-click to open it with the software center. If it opens in archive manager, you can easily fix that deb file issue in Ubuntu 22.04 or 20.04.

right click on the downloaded deb file and open it with software install
Right click on the downloaded deb file and open it with Software Install

It will open the software center application and here, you can see the option to install Vivaldi. Just hit the Install button.

hit the install button on ubuntu software center
Hit the Install button on Ubuntu Software Center

You’ll be asked to enter your system’s account password. Enter that and you should have it installed in a few seconds. You’ll see that the Install option changes to remove. This is an indication that Vivaldi is now installed.

Step 3: Using Vivaldi

Open the system menu by pressing the super (Windows) key and searching for Vivaldi. Click on the Vivaldi icon.

launch vivaldi from ubuntu overview
Launch Vivaldi

You’ll see a screen like this on the first run.

vivaldi running in ubuntu
Vivaldi running in Ubuntu

Now that you know this method let me quickly show you how to install Vivaldi on Ubuntu and Debian from the terminal

Installing Vivaldi on Ubuntu and Debian from the command line

Open a terminal and make sure that you have wget installed for downloading files in the command line.

sudo apt install wget

Next, get the public key of the Vivaldi repository and add it to your system so that your system trusts the packages coming from it. If interested, read this article about adding external repository in Ubuntu.

wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg

Once the key has been added, add the Vivaldi repository as well:

echo "deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=$(dpkg --print-architecture)] https://repo.vivaldi.com/archive/deb/ stable main" | sudo dd of=/etc/apt/sources.list.d/vivaldi-archive.list

Now you are almost set. Update the package cache and install it.

sudo apt update && sudo apt install vivaldi-stable

And that’s it. Search for it in the menu and start it from there.

Updating Vivaldi on Ubuntu

Both GUI and command-line methods add the Vivaldi repository to your system. This means that whenever there is a new Vivaldi release, you get it along with the system updates.

vivaldi repository listed in ubuntu other software repositories list
Vivaldi repository listed in Ubuntu Other Software repositories list

Basically, you update the Ubuntu system and it updates the Vivaldi browser if there is a new version available.

update vivaldi ubuntu
Vivaldi gets updated with regular system updates in Ubuntu

Removing Vivaldi from Ubuntu

If you do not like Vivaldi or no longer want to use it, you can surely remove it. Now, to uninstall applications from Ubuntu, you may use Software Center but it may not always find the external, third-party installed software.

You’ll have to use the terminal now even though you used GUI method to install it. That’s really easy. Open a terminal and use the command below:

sudo apt remove vivaldi-stable

Sudo gives you root access in Ubuntu. You’ll have to enter your account’s password. While entering the password, nothing is seen on the screen. That’s normal. Enter the password blindly and it will be removed.

Intermediate to advance Linux users may also want to remove the browsing and application specific data using the command line:

rm -rf ~/.config/vivaldi
rm -rf ~/.cache/vivaldi

Troubleshooting common issues with Vivaldi Browser

Although Vivaldi is one of the best chromium web browsers, offering huge customization, you may encounter some issues.

One of the issues is glitches in fonts on some systems. The fonts seem overlapping.

vivaldi glitch in fonts on home screen
Font rendering issue

This issue was faced on my Fedora install of Vivaldi. This issue can sometimes be rectified by disabling Hardware Acceleration in Vivaldi Settings.

disable hardware acceleration in vivaldi settings
Disable Hardware Acceleration in Vivaldi settings

Now, restart the browser to take full effect.

Another issue is the fonts and tabs may look too small on some devices. It’s just the UI elements, the web pages are displayed normally.

If you experience this issue, you can change the “Interface zoom” settings.

vivaldi browser ui enlargement
UI too small? Zoom it like this

What else?

Brave and Vivaldi are two Chrome like browsers that give you a good browsing experience.

So, you learned to install Vivaldi on Ubuntu and Debian-based distributions. You also learned about updating and removing it. And I do hope the tip about changing the hardware acceleration settings helped you to have a better Vivaldi experience.

Let me know if you have any questions or suggestions.

About the author
Abhishek Prakash

Abhishek Prakash

Created It's FOSS 11 years ago to share my Linux adventures. Have a Master's degree in Engineering and years of IT industry experience. Huge fan of Agatha Christie detective mysteries 🕵️‍♂️

Become a Better Linux User

With the FOSS Weekly Newsletter, you learn useful Linux tips, discover applications, explore new distros and stay updated with the latest from Linux world

It's FOSS

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to It's FOSS.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.