Created
November 4, 2019 08:46
-
-
Save ddeveloperr/6ca8e0dc95e69e2ca88d1a220bdde670 to your computer and use it in GitHub Desktop.
How to install Vivaldi Browser on Ubuntu 18.04 Bionic Beaver Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As a root you should do the following steps using your terminal: | |
1. Add Vivaldi repository: | |
$ wget -qO- http://repo.vivaldi.com/stable/linux_signing_key.pub | sudo apt-key add - | |
$ sudo add-apt-repository "deb [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main" | |
2. Install | |
$ sudo apt install vivaldi-stable | |
3. Start it | |
$ vivaldi | |
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment