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:
https://vivaldi.com/pl/download/
Related entries:
Installing Opcache in Ubuntu 20.04 for Apache and Nginx
Full installation of Linux LAMP server, Apache, MySql, PHP Debian 11
Configure phpMyAdmin to use the authentication cookies
The guide describes how to install Redis server in Ubuntu 20.04
The following tutorial describes how to install Snapd package manager on AlamaLinux 8





