Skip to content

Instantly share code, notes, and snippets.

@ddeveloperr
Created November 4, 2019 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddeveloperr/6ca8e0dc95e69e2ca88d1a220bdde670 to your computer and use it in GitHub Desktop.
Save ddeveloperr/6ca8e0dc95e69e2ca88d1a220bdde670 to your computer and use it in GitHub Desktop.
How to install Vivaldi Browser on Ubuntu 18.04 Bionic Beaver Linux
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