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 the Slack Client in Ubuntu 20.04 / Linux Mint 20
Perfect server on Ubuntu 18.04 Nginx, MySQL, PHP, Postfix, BIND, Dovecot, Pure-FTPD z panelem IS...
Reset WordPress admin password via WP-CLI
Convert html file to PDF console Debian 10
ProFTPD - installation and configuration of the FTP server on Ubuntu