Categories: Ubuntu

How to install Vivaldi on Ubuntu 22.04

Vivaldi is a multi-platform, open-source Chromium based web browser developed by the team of Opera browser. The Vivaldi comes with many pre-installed features like it contains the tracker blocker which blocks all those ads and websites that are trying to track your location or monitor your activity. Other than that, it also contains the translator and supports all the Chromium extensions.

In this write-up, we will learn the methods of installing Vivaldi on Ubuntu 22.04 using the command line approach.

How to install the Vivaldi on the ubuntu 22.04

For the installation of the Vivaldi on the Ubuntu 22.04, we will first download its deb package from its official website using the wget command:

Sponsored
$ wget -c https://downloads.vivaldi.com/stable/vivaldi-stable_5.2.2623.39-1_amd64.deb

When the package has been downloaded, we will list down the contents of the directory for verification of the above command:

$ ls

Now to install this deb package, the easiest methods is to use the dpkg manager to install it using the “i” flag:

$ sudo dpkg -i vivaldi-stable_5.2.2623.39-1_amd64.deb

When the installation is command successfully executed, we check the installed Vivaldi’s version using the command:

Sponsored
$ vivaldi –version

To launch the application of the vivaldi, we will use the command:

$ vivaldi

The application has been launched:

Conclusion

Vivaldi is an amazing browser with the many features of Chromium. It also includes the ad/tracker blocker so you don’t need to add the extension separately. In this blog, we have installed the vivaldi browser by downloading its package from the website of vivaldi using the wget command utility.

Ubuntu Server Admin

Recent Posts

What our users make with Ubuntu Pro – Episode 2

How Vaultara achieved FedRAMP compliance with Ubuntu Pro Ubuntu Pro helps businesses worldwide to innovate…

1 hour ago

How To Install Zabbix Server 7.4 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

8 hours ago

How To Install Zabbix Server 7.2 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

8 hours ago

SuperTuxKart 1.5 RC2 added GUI option to Choose Vulkan or DirectX 9

SuperTuxKart, the 3D kart racing game, announced the second release candidate for the next 1.5…

8 hours ago

What’s the state of open source adoption in Europe?

New research suggests 86% of European organizations believe open source is valuable for the future…

1 day ago

What are dependencies, and how do you secure them?

Open source software is everywhere. Research shows that around 97% of codebases contain open source…

1 day ago