About this Install Guide

This guide is intended to get you up and running with this tool quickly with the most common settings. For a thorough review of all options, refer to the official documentation.

Installing Vivaldi

The Vivaldi browser runs on Windows using emulation, but Vivaldi is available for Arm Linux.

Visit Download Vivaldi to obtain packages for various operating systems.

Linux

Vivaldi is available for Arm Linux.

  1. Download a .deb file (Ubuntu/Debian) or a .rpm file (Fedora) for ARM64 using the download area

  2. Run the package manager in the directory where you downloaded the file

    

        
        
            
sudo apt-get -y install ./vivaldi*.deb
  
        
    
    

        
        
            
sudo dnf --nogpgcheck -y install ./vivaldi*.rpm
  
        
    

If you need a command line only install use the instructions below:

    

        
        
            
wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg
echo "deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=$(dpkg --print-architecture)] https://repo.vivaldi.com/archive/deb/ stable main" | sudo dd of=/etc/apt/sources.list.d/vivaldi-archive.list
sudo apt update && sudo apt install vivaldi-stable -y
  
        
    
    

        
        
            
sudo dnf install dnf-utils -y
sudo dnf config-manager --add-repo https://repo.vivaldi.com/archive/vivaldi-fedora.repo
sudo dnf install vivaldi-stable -y
  
        
    

Windows

Vivaldi runs on Windows on Arm using emulation.

Emulation is slower than native and shortens battery life, but may provide required functionality.

  1. Download the 32-bit Windows version from Download Vivaldi .

  2. Run the downloaded .exe file

  3. Find and start Vivaldi from the applications menu


Feedback

How would you rate the overall quality of this tool quick-install guide?