Não é possível instalar o VLC no servidor sem cabeçalho Debian, conflito de dependência com o VLC: i386

1

Estou tentando instalar o VLC no meu servidor Debian, mas ele está em conflito com algo.

Abaixo estão alguns comandos que usei para tentar depurar onde o problema pode estar, mas não tenho absolutamente nenhuma idéia de onde ir em seguida. Qualquer ponteiro seria ótimo como eu estou totalmente preso. Se você precisar de mais alguma informação, basta perguntar.

Obrigado



$ sudo 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 (= 2.2.1-1~deb8u1) but it is not going to be installed
   Recommends: vlc-plugin-notify (= 2.2.1-1~deb8u1) but it is not going to be installed
   Recommends: vlc-plugin-samba (= 2.2.1-1~deb8u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

.

$ aptitude why-not vlc
i   winetricks                        Recommends zenity | kdebase-bin
p   zenity:i386                       Provides   zenity
p   zenity:i386                       Depends    libnotify4:i386 (>= 0.7.0)
p   libnotify4:i386                   Recommends notification-daemon:i386
p   plasma-widgets-workspace:i386     Provides   notification-daemon:i386
p   plasma-widgets-workspace:i386     Depends    plasma-dataengines-workspace:i386 (= 4:4.11.13-2)
p   plasma-dataengines-workspace:i386 Depends    libakonadi-calendar4:i386 (>= 4:4.11.1)
p   libakonadi-calendar4:i386         Depends    libakonadi-contact4:i386 (= 4:4.14.2-2+b1)
p   libakonadi-contact4:i386          Depends    phonon:i386
p   phonon:i386                       Depends    phonon-backend-vlc:i386 | phonon-backend:i386
p   phonon-backend-vlc:i386           Recommends vlc:i386
p   vlc:i386                          Conflicts  vlc
    
por CSmith 13.09.2016 / 00:03

1 resposta

0

Isso pode ser uma ocorrência recorrente de uma pergunta antiga sobre superusuário. com

Como a resposta original sugere, execute

sudo apt-get update && sudo apt-get upgrade && sudo apt-get install build-essential

primeiro, depois

sudo apt-get install vlc
    
por 13.09.2016 / 01:16

Tags