Vivaldi a web browser based on open source Chromium project and it is available for Windows, Linux and MacOSX. It is created by the f...
Vivaldi a web browser based on open source Chromium project and it is available for Windows, Linux and MacOSX.
It is created by the former CEO of Opera software built using modern web technologies like javascript, Node.js, React and Browserify
In this tutorial, I will show you how to install the latest version 1.11 on Ubuntu 17.04 / Ubuntu 16.04, LinuxMint 17 and Centos.
Changelog in this version 1.11
This version has some new features, changes, and bugfixesNew features
- Reader mode configuration.
- Configurable gesture sensitivity.
- Disable GIF animations by setting.
- Optional Speed Dial buttons.
- Update Vivaldi application icon and Windows installer backgrounds.
Installation Steps
Note while installing if you face any dependencies issue install the below packagessudo apt-get install libappindicator1 libindicator7 libpango1.0-0
For Debian based distributions
Vivaldi team providing the deb package from it's official download pageStep 1: Download the deb file to your pc by using the below commands
For 64 bit
wget https://downloads.vivaldi.com/stable/vivaldi-stable_1.11.917.39-1_amd64.debFor 32 bit
wget https://downloads.vivaldi.com/stable/vivaldi-stable_1.11.917.39-1_i386.debStep 2: Install it by using dpkg
sudo dpkg -i vivaldi-stable_1.11.917.39-1_i386.deb
For Redhat based distributions
Step 1: Download the RPM file from the download page or use the below command based on your OS version
For 64 bit
wget https://downloads.vivaldi.com/stable/vivaldi-stable-1.11.917.39-1.x86_64.rpmFor 32 bit
wget https://downloads.vivaldi.com/stable/vivaldi-stable-1.11.917.39-1.i386.rpmStep 2: Install it by using rpm
rpm -Uvh vivaldi-stable-1.11.917.39-1.x86_64.rpm
COMMENTS