Software Installation – How to Install Vivaldi Browser

software installation

I am new to ubuntu world…

  1. How to install vivaldi browser on ubuntu?
  2. How could we find dependencies, when installing any software on ubuntu?

Best Answer

Vivaldi can be downloaded from its official site. The package dowloaded is .deb type, so you can use dpkg -I /path/to/vivaldi*.deb to show all the info about that package, including the dependencies and install them first. Then use sudo dpkg -i /path/to/vivaldi*.deb to install the browser itself

Related Question