Como resolver o problema de dependência no Ubuntu 16.04 durante a instalação do VLC?

0

EstoutentandoinstalaroformulárioVLCplayernestelink: link . Eu estou obtendo os erros que são mostrados na imagem. Alguém poderia me ajudar com isso?

Erros:

praveen@IOT-1124:~/Downloads$ sudo apt install vlc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libwx-perl:i386 : Depends: perl:i386 (>= 5.22.1-2) but it is not going to be installed
                   Depends: perlapi-5.22.1:i386
                   Depends: libc6:i386 (>= 2.4) but it is not going to be installed
                   Depends: libgcc1:i386 (>= 1:3.0) but it is not going to be installed
                   Depends: libwxbase3.0-0v5:i386 (>= 3.0.2+dfsg) but it is not going to be installed
                   Depends: libwxgtk-media3.0-0v5:i386 (>= 3.0.2+dfsg) but it is not going to be installed
                   Depends: libwxgtk3.0-0v5:i386 (>= 3.0.2+dfsg) but it is not going to be installed
                   Depends: wxperl-gtk2-3-0-2-uni-gcc-3-4:i386
                   Depends: libalien-wxwidgets-perl:i386 (>= 0.65+dfsg~) but it is not going to be installed
 vlc : Depends: vlc-nox (= 2.2.2-5ubuntu0.16.04.4) but it is not going to be installed
       Depends: libgles2-mesa (>= 7.8.1) but it is not going to be installed or
                libgles2
       Depends: libqt5x11extras5 (>= 5.1.0) but it is not going to be installed
       Depends: libsdl-image1.2 (>= 1.2.10) but it is not going to be installed
       Depends: libsdl1.2debian (>= 1.2.11) but it is not going to be installed
       Depends: libva-drm1 (>= 1.1.0) but it is not going to be installed
       Depends: libvlccore8 (>= 2.2.0) but it is not going to be installed
       Depends: libxcb-composite0 but it is not going to be installed
       Depends: libxcb-xv0 (>= 1.2) but it is not going to be installed
       Recommends: vlc-plugin-notify (= 2.2.2-5ubuntu0.16.04.4) but it is not going to be installed
       Recommends: vlc-plugin-samba (= 2.2.2-5ubuntu0.16.04.4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por praveen 22.08.2017 / 09:04

2 respostas

0

Abra uma nova sessão de terminal e tente atualizar seu sistema primeiro:

sudo apt-get update

sudo apt-get upgrade

Em seguida, instale o VLC do Repositório do Ubuntu:

sudo apt-get install vlc

    
por Kris Stadler 22.08.2017 / 09:38
0

primeiro baixe o pacote Debian para o Ubuntu do VLC media player a partir do link

Agora você pode prosseguir de qualquer maneira:

    • use a linha de comando $ sudo dpkg -i <path/to/package.deb>

ou

    • Instale o instalador do pacote GDebi a partir do centro de software do Ubuntu ou a partir da linha de comandos.

    • Agora instale o pacote Debian baixado com o instalador do pacote GDebi

por Gahan 22.08.2017 / 10:43