Como instalar o antigo VLC 2.2 depois de ter 3.0? [duplicado]

0
The following packages have unmet dependencies:
vlc : Depends: vlc-nox (= 2.2.1-3) but 3.0.0~~git20151218+r62827+34~ubuntu15.10.1 is to be installed
   Recommends: vlc-plugin-notify (= 2.2.1-3) but it is not going to be installed
   Recommends: vlc-plugin-samba (= 2.2.1-3) but it is not going to be installed

O que eu faço?

    
por Marcin Łaboński 18.12.2015 / 22:41

1 resposta

0

sudo apt-get purge vlc-nox
sudo apt-get autoremove
sudo apt-get update
sudo apt-get install vlc
    
por Marcin Łaboński 19.12.2015 / 00:03