Manuelle Einrichtung der Vivaldi Linux Repositories

This post is also available in: English 日本語 Русский Français Español Nederlands Српски Português Português Български 简体中文

You do not need to do this. After downloading a Linux package and installing it our Linux update repositories will be configured automatically for you to receive updates.

Installing Vivaldi via the terminal

After downloading a suitable package for your distro, you can use the following commands (from the directory where you saved Vivaldi) to install one of our Linux packages directly from the terminal [where ‚vivaldi*‚ equals the name of the Vivaldi install package].

Ubuntu/Debian based distros:

sudo apt-get -y install ./vivaldi*.deb

Fedora based distros:

sudo dnf --nogpgcheck -y install ./vivaldi*.rpm

openSUSE based distros:

sudo zypper --no-gpg-checks --non-interactive install ./vivaldi*.rpm

The preventing of gpg checks is only needed for the initial install, after which Vivaldi will add its public gpg keys and configure an appropriate repository for updates automatically.