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

Vivaldi is available for Arm Linux and Windows on Arm.

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

The stable release of Vivaldi is an Arm native application.

To install Vivaldi on Windows on Arm:

  1. Go to the download page and click the Download for Windows button.

  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?