Bem, eu postei isso aqui, na esperança de ajudar alguém. Vou dizer o que estava acontecendo e como resolvi.
SETUP:
Executando 12.04 a partir de uma instalação WUBI.
PROBLEMA:
Quando pesquisei no Centro de Software do Ubuntu a palavra-chave flash
, nenhuma das opções postadas aqui apareceu, exceto ONE por flash plugin
para o Mozilla. Ao tentar instalá-lo, recebi um erro de dependência.
Tentei instalá-lo através do Ubuntu Restricted Extras do Ubuntu Software Center, mas a parte do plugin flash desta instalação não funcionou devido ao erro de dependência.
Continuou procurando e encontrou este comando para instalar o plugin
sudo apt-get install flashplugin-nonfree
e correu do terminal.
O mesmo erro de dependência com esta saída:
Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'flashplugin-installer' instead of 'flashplugin-nonfree'
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:
flashplugin-installer :
Depends: libnspr4-0d but it is not going to be installed E: Unable to correct problems, you have held broken packages.
SOLUÇÃO:
eu corri
sudo apt-get install -f
e depois
sudo apt-get update
que encontrei em outro post que estava tentando resolver dependências.
Então eu corri
sudo apt-get install flashplugin-nonfree
e o plug-in flash agora funciona no Chromium e no Firefox.