Installation of the Vivaldi browser in Ubuntu and Debian
Vivaldi is fast, private and secure browser, which blocks ads and trackers.
Today's guide describes how to install on Ubuntu and Debian systems.
We run the terminal and download the repository key:
1 | wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | sudo apt-key add - |
We add a repository to the system:
1 | sudo add-apt-repository 'deb https://repo.vivaldi.com/archive/deb/ stable main' |
The last step is installation:
1 | sudo apt update && sudo apt install vivaldi-stable |
We can also download the Centos repo directly from the site: