Reading time: | 10 min |
Last updated: | 30 Aug 2024 |
Reading time: |
10 min |
Last updated: |
30 Aug 2024 |
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.
Vivaldi is available for Arm Linux and Windows on Arm.
Visit Download Vivaldi to obtain packages for various operating systems.
Vivaldi is available for Arm Linux.
Download a .deb
file (Ubuntu/Debian) or a .rpm
file (Fedora) for ARM64 using the
download area
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
The stable release of Vivaldi is an Arm native application.
To install Vivaldi on Windows on Arm:
Go to the download page and click the Download for Windows button.
Run the downloaded .exe
file
Find and start Vivaldi from the applications menu
How would you rate the overall quality of this tool quick-install guide?
What is the primary reason for your feedback ?
Thank you. We're grateful for your feedback on how to improve this tool quick-install guide.