Skip to content

Instantly share code, notes, and snippets.

@cheeseonamonkey
Forked from pkorpine/install_vivaldi.sh
Created January 7, 2026 11:24
Show Gist options
  • Select an option

  • Save cheeseonamonkey/35d34bd6bebaab630650c0d90adc5dd3 to your computer and use it in GitHub Desktop.

Select an option

Save cheeseonamonkey/35d34bd6bebaab630650c0d90adc5dd3 to your computer and use it in GitHub Desktop.
Add Vivaldi repo to Debian/Ubuntu
echo "deb http://repo.vivaldi.com/stable/deb/ stable main" | sudo tee /etc/apt/sources.list.d/vivaldi.list > /dev/null
wget -O - http://repo.vivaldi.com/stable/linux_signing_key.pub | sudo apt-key add -
sudo apt update && sudo apt install vivaldi-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment