Tente com este PPA: link
Ele fornece VLC e FFMPEG, portanto, as dependências devem funcionar. Claro, remova o outro PPA.
Ambiente: Lucid Lynx (Ubuntu 10.04)
Eu tinha instalado o VLC 1.0.6 usando o seguinte:
% sudo add-apt-repository ppa:lucid-bleed/ppa
% sudo apt-get update
% sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
Após um mês ou mais, enquanto atualizava via linha de comando, recebi uma notificação dizendo que muitos pacotes foram instalados automaticamente e, portanto, devo usar apt-get --autoremove
que usei. Agora VLC foi desinstalado neste. E agora, quando tento instalar o VLC de volta, recebo o seguinte erro:
root@srihari-laptop:~# apt-get install vlc
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:
vlc: Depends: vlc-nox (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
Recommends: vlc-plugin-notify (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
Recommends: vlc-plugin-pulse (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
E: Broken packages
Eu tentei fazer tudo o que é possível, incluindo remover os pacotes, mas isso não funcionou. Eu preciso do VLC para funcionar. Por favor, deixe-me saber como faço para corrigir isso.