Instalar el navegador Opera en Ubuntu

ubuntu

-Para instalar el navegador Opera en el sistema operativo Ubuntu desde el terminal debemos ejecutar los siguientes comandos:

sudo su
sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
sh -c 'wget -O - http://deb.opera.com/archive.key | apt-key add -'
apt-get update
apt-get install opera

opera en ubuntu linux