How to Install Vivaldi in Linux?
Last Updated :
23 Jul, 2025
Vivaldi is a Customizable web browser that lets you customize everything in that browser. It is a good customizable, freeware, cross-platform web browser that was developed by Vivaldi technologies. It is based basically on Chromium. This browser was initially targeted towards technically-inclined users. It uses JavaScript and React to create the user interface with the help of Node.js Vivaldi currently had approx 1.5 million active monthly users.
Vivaldi has many remarkable features among which Vivaldi's "browser customization" lets the users customize the whole browser. Another most remarkable feature is "tab management". Tabs can be organized using the “Tab Stacks” feature that helps us to group multiple tabs into one, Tabs can be organized in any corner of the browser window. Vivaldi is continuously updated, so it is also a very secure browser to be used on Linux.
Installation Options to Install Vivaldi in Linux?
Vivaldi provides official .deb and .rpm packages for installation on Debian-basedLinux distributions. You can install it using:
- Graphical Software Center – Ideal for beginners.
- Terminal Commands – Recommended for advanced users and faster installation.
- Manual Download – For offline or custom installation.
Install Vivaldi on Debian, Ubuntu
For installing Vivaldi browser in Debian Linux, You have to 1st download the Vivaldi browser from its main website according to your system architecture.
choosing according to your system architectureThen Click Ok
download the fileNow write the following command after opening the terminal from the directory where you have downloaded the file:
sudo dpkg -i vivaldi-stable_3.6.2165.40-1_amd64.deb
recheck the file name (as version changes) once before writing the commandNow all done, you can open the Vivaldi browser:
Vivaldi browserInstalling Vivaldi via the Terminal
If you are using Ubuntu, Debian, or any Debian-based Linux distribution such as Linux Mint or Pop!_OS, you can easily install Vivaldi browser through the terminal using a quick and effective approach. Unlike most browsers, Vivaldi has a .deb package for effortless installation.
1. Download the Vivaldi .deb Package
Execute the following command to download the current stable version of Vivaldi from its official website:
wget https://downloads.vivaldi.com/stable/vivaldi-stable_amd64.deb
Download vivaldi2. Install Vivaldi Using dpkg
After downloading the .deb file, install it with the dpkg package manager:
sudo dpkg -i vivaldi-stable_amd64.deb
3. Fix Any Missing Dependencies
If the installation is unsuccessful because of missing dependencies, repair them using:
sudo apt --fix-broken install
fix missing dependenciesUpdating Vivaldi on Linux
Updating Vivaldi browser is important for security, performance, and new features. Linux users can update Vivaldi quite simply with package managers such as APT (for Debian/Ubuntu), DNF (for Fedora), and Pacman (for Arch Linux).
For Debian/Ubuntu-based Systems
To update Vivaldi on Ubuntu, Linux Mint, or Debian, open Terminal (Ctrl + Alt + T) and execute:
sudo apt update && sudo apt upgrade vivaldi-stable
Update VivaldiRemoving Vivaldi from Linux
If you don't want Vivaldi Browser on your Linux machine anymore, removing it is easy.
For Debian/Ubuntu-based Systems (.deb package)
To delete Vivaldi with all its configurations and settings, use:
sudo apt remove --purge vivaldi-stable -y
Remove VivaldiNext, remove unnecessary dependencies:
sudo apt autoremove -y
sudo apt clean
Conclusion
Vivaldi is one of the best web browsers for Linux due to its ability to customize, better management of tabs, security updates, and tuning. Vivaldi stands out among browsers as it allows users to customize their browsing experience entirely, and this has made Vivaldi a top choice for Linux users who value flexibility and control.
Similar Reads
How to install Virtualmin in Linux In this article, we will learn to install Virtualmin on Linux Operating System. Virtualmin is based on Webmin, a popular web server management user interface for Linux. It is a domain hosting and website control panel that enables the creation and management of multiple domains and simplifies automa
3 min read
How to Install Xampp in Linux XAMPP is a popular and free open-source platform primarily used for PHP development. It comes bundled with essential tools like Apache Web Server, MySQL (MariaDB), PHP, Perl, and more, making it a one-stop solution for web development. Installing and setting up XAMPP is streamlined, and the package
6 min read
How to Install Visual C++ on Linux? Visual C++ is Software made by Microsoft Corporation. It is used to build desktop applications using the C and C++ languages. It was initially released in February 1993. In this article, we are going to learn how we can install Visual C++ in our Linux System. Installing Visual C++ on Linux: Step 1:
2 min read
How to Install FFmpeg in Linux? FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter, and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards commi
2 min read
How to Install Vaex in Python on Linux? Vaex is a Python module that assists us in accomplishing this and makes dealing with massive datasets a breeze. It's notably useful for Out-of-Core DataFrames that are sluggish (similar to Pandas). It can quickly view, analyze, and compute on large tabular datasets with low memory utilization. In th
2 min read
How to install Zabbix on Linux A system administrator's duties include network management. Zabbix is a free and open-source monitoring tool for administering and monitoring networks. This software is open-source and free, and it has a tonne of functionality. Zabbix is used to monitor resources in the cloud as well as networks, se
2 min read