Não consigo instalar o navegador opera no lubuntu

0

executando estes comandos para instalar o opera:

para configurar uma chave:

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -

para configurar um repositório:

sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'

sudo apt-get update 
sudo apt-get install opera

mas no final eu recebo esta mensagem no meu terminal de comando:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
opera : Depends: libgstreamer-plugins-base0.10-0 (>= 0.10.16) but it is not installable
     Depends: libgstreamer0.10-0 (>= 0.10.15) but it is not installable
     Depends: gstreamer0.10-plugins-good but it is not installable
     Recommends: flashplugin-nonfree
E: Unable to correct problems, you have held broken packages.

A partir da linha de comando, digite lsb_release -a diz que minha versão do ubuntu é Ubuntu 17.10, mas estou usando o lubuntu.

    
por weerre 06.01.2018 / 02:50

2 respostas

0

No seu terminal, execute os seguintes comandos:

wget https://download3.operacdn.com/pub/opera/desktop/50.0.2762.45/linux/opera-stable_50.0.2762.45_amd64.deb
sudo dpkg -i opera-stable_50.0.2762.45_amd64.deb

wget: downloads ópera-estável_50.0.2762.45_amd64.deb

dpkg: instala ópera-estável usando o arquivo deb.

    
por Kian 06.01.2018 / 21:08
-5

Procure online por 'opera for linux'

Você deve encontrar esta página no site da ópera , onde você pode baixar um pacote .deb .

Instale o arquivo deb.

(Testado no meu sistema Lubuntu 16.04 LTS e funcionou perfeitamente)

    
por siva ganesh 06.01.2018 / 08:42