CentOS 7: Install Vivaldi for Web Browser

This article will describe installing Vivaldi.

1 Install vivaldi

Install vivaldi package.

$ URL=https://downloads.vivaldi.com/stable
$ sudo yum install -y ${URL}/vivaldi-stable-1.11.917.39-1.x86_64.rpm

If you need Flash, run the following command.

$ URL=http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
$ sudo yum install -y ${URL}
$ sudo yum install -y 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