Vivaldi is a free and modern highly customizable web browser for windows, Mac OS and Linux OS from Vivaldi Technologies, a company founded by former co-founder and CEO of Opera, Jon Stephenson von Tetzchner. It comes with built-in Mail client, Calendar and Feeds, Ad Blocker, Tracking Protection, Tab Tools, Translate, Chrome extensions support, web panel, custom themes, sync, screenshot capture, Tab Tiling, Notes, contacts and lots more.
Install Vivaldi on Ubuntu Linux
Vivaldi is available via the native .deb package file for Ubuntu Linux. You can download and install easily in your computer.
Download Vivaldi in .deb package file from the above download link and save it in your Downloads folder. Open the terminal app (ctrl+alt+t) and run below commands one by one to install it on your system.
sudo apt install ./Downloads/vivaldi-stable*.deb
That’s it now you can open Vivaldi from application menu. You can also use the exact file name like below command to install it.
sudo apt install ./Downloads/vivaldi-stable_5.7.2921.65-1_amd64.deb
Here “vivaldi-stable_5.7.2921.65-1_amd64.deb” is the downloaded file name. You can change based on your downloaded file name.
[OR]
You can also use below method to install it. Run all commands one by one in terminal app.
cd Downloads
sudo dpkg -i vivaldi-stable_5.7.2921.65-1_amd64.deb
sudo apt install -f