VLC no Xubuntu 15.04

2

Estou tentando instalar o VLC no Xubuntu 15.04 (instalação limpa), mas estou recebendo este erro:

 vlc : Depends: vlc-nox (= 2.2.1~trusty) but it is not going to be installed
       Depends: libfreerdp1 (>= 1.0.1) but it is not installable
       Recommends: vlc-plugin-notify (= 2.2.1~trusty) but it is not going to be installed
       Recommends: vlc-plugin-samba (= 2.2.1~trusty) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

quando tento instalar vlc-nox também adiciona ainda mais depencies

 vlc-nox : Depends: libavcodec54 (>= 6:9.1-1) but it is not going to be installed or
                    libavcodec-extra-54 (>= 6:9.18) but it is not going to be installed
           Depends: libavformat54 (>= 6:9.1-1) but it is not going to be installed
           Depends: libdvbpsi8 (>= 1.0.0) but it is not installable
           Depends: libgcrypt11 (>= 1.5.1) but it is not installable
           Depends: libgnutls28 (>= 3.2.10-0) but it is not installable

Como posso fazer com que funcione? Obrigado

    
por user2553902 25.04.2015 / 04:06

3 respostas

-1

Eu descobri que não é necessário adicionar outro ppa já que o repositório do mc3man é para confiança, eu posso usar isso:

sudo apt-get install vlc -t vivid

@xangua isso, claro, funciona, mas eu estava procurando uma solução melhor

@whatanohelpforum @ Fat-Mind essas soluções não funcionam porque o repositório mc3man é mais alto em prioridade e está tentando instalar a partir desse repositório

    
por user2553902 25.04.2015 / 19:58
-1

Por favor, tente remover e instalar novamente

para remover a vlc

Sudo apt-get remove vlc  

para instalá-lo novamente

sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

para instalar pacotes extras para o VLC

sudo apt-get install libavcodec-extra-53

verifique e avise com a saída

    
por Fat Mind 25.04.2015 / 09:09
-1

unstable 3.0 funcionou para mim

sudo add-apt-repository ppa:videolan/master-daily
sudo apt-get update
sudo apt-get install vlc
    
por whatanohelpforum 25.04.2015 / 12:51