OpenSUSE Leap 42: Install Vivaldi for Web Browser

This article will describe installing Vivaldi.

1 Install vivaldi

Install vivaldi package.

> URL=https://downloads.vivaldi.com/stable
> sudo zypper --no-gpg-checks -n in ${URL}/vivaldi-stable-1.11.917.39-1.x86_64.rpm

If you need Flash, run the following command.

> sudo zypper ar --check --refresh http://linuxdownload.adobe.com/linux/x86_64/ adobe
> echo "gpgcheck=0" | sudo tee -a /etc/zypp/repos.d/adobe.repo
> sudo zypper -n in adobe-release-x86_64
> sudo zypper -n in flash-player-ppapi

2 Run vivaldi

Run vivaldi. This version Vivaldi may cause white blank window on first boot. Just stop Vivaldi and start Vivaldi again, Vivaldi will work (will work also after system reboot).

> vivaldi

0001_Vivaldi.png