How to download and install Opera Browser on Linux. (Kali, Ubuntu, Etc.)
In this video I’ll teach you how to download and install #Operabrowser in #Linux distributions the easiest way possible.
1- Go to the Opera webpage.
2- Once in the web click on the download item in the top menu, scroll down to the Opera browser for Linux and click Download now to get your .deb file.
3- Go to the Linux #terminal (ctrl + alt + T) and change directory (cd command) to your Downloads file. Pay attention to the uppercase D in Downloads.
4- Type the “ls” command to list all your files in Downloads.
5- Type “sudo dpkg -i file_name.deb”. This step is to actually install the program through the Debian package manager.
6- You’re ready to go!!!
UNINSTALL
1- Open your terminal type “sudo apt remove opera-stable” after that the terminal will ask you if you want to continue, you type “Y” (uppercase Y).
ubuntu download
Thanks bud i forgot to add -i