Não é possível ver vídeos no youtube ou fb [duplicado]

-1

Não é possível ver vídeos no youtube ou fb.Estou recebendo o seguinte erro.

Falha ao carregar "libpepflashplayer.so"

    
por Karthick 29.04.2015 / 18:03

1 resposta

1

Você precisará instalar o Flash Player. Uma opção é acessar o site oficial de download site ou seguir as instruções deste post aqui e aqui . Faça o download e instale-o. Uma alternativa é instalar o pipelight.

% bl0ck_qu0te%

Tutorial no Pipelight.

1) Atualização opcional do seu sistema

sudo apt-get update && sudo apt-get upgrade

2) Remova o pipelight antigo

sudo apt-get remove pipelight

3) Adicione o repositório e instale o pipelight

sudo apt-add-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update

4) Finalmente habilite flash

sudo pipelight-plugin --enable flash

5) Verifique o sistema (opcional)

pipelight-plugin --system-check

6) Verifique se há outros plugins da pipelight

pipelight-plugin --help
    
por First Name 29.04.2015 / 18:18