Debian 헤드리스 서버에 VLC를 설치할 수 없으며 VLC:i386 종속성과 충돌합니다.

Debian 헤드리스 서버에 VLC를 설치할 수 없으며 VLC:i386 종속성과 충돌합니다.

내 Debian 서버에 VLC를 설치하려고 하는데, 뭔가 충돌합니다.

다음은 문제가 무엇인지 디버깅하기 위해 사용하는 몇 가지 명령이지만 다음에 어디로 가야할지 전혀 모르겠습니다. 내가 완전히 붙어 있기 때문에 어떤 조언이라도 좋을 것입니다. 더 많은 정보가 필요하면 문의하세요.

감사해요



$ 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

답변1

회귀 이벤트일 수 있습니다.superuser.com의 오래된 질문

원래 답변에서 알 수 있듯이 다음을 실행하십시오.

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

먼저

sudo apt-get install vlc

관련 정보