Não é possível instalar o mplayer ou o vlc no ubuntu


0

Estou tentando instalar o Mplayer ou VLC player no ubuntu feisty, mas não consigo. Eu tento com o apt-get:

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:
  mplayer: Depends: libasound2 (> 1.0.16) but 1.0.13-1ubuntu5 is to be installed
           Depends: libavcodec51 (>= 0.svn20080206-8) but it is not going to be installed or
                    libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
           Depends: libavformat52 (>= 0.svn20080206-8) but it is not going to be installed or
                    libavformat-unstripped-52 (>= 0.svn20080206-8) but it is not installable
           Depends: libavutil49 (>= 0.svn20080206-8) but it is not going to be installed or
                    libavutil-unstripped-49 (>= 0.svn20080206-8) but it is not installable
           Depends: libcaca0 (>= 0.99.beta14-1) but 0.99.beta11.debian-2build1 is to be installed
           Depends: libcdparanoia0 (>= 3.10.2+debian) but 3.10+debian~pre0-4build1 is to be installed
           Depends: libcucul0 (>= 0.99.beta14-1) but 0.99.beta11.debian-2build1 is to be installed
           Depends: libfaad0 (>= 2.6.1) but it is not going to be installed
           Depends: libfribidi0 (>= 0.10.9) but 0.10.7-4build1 is to be installed
           Depends: libgif4 (>= 4.1.6) but it is not going to be installed
           Depends: libjack0 (>= 0.109.2) but it is not going to be installed
           Depends: liblzo2-2 but it is not going to be installed
           Depends: libopenal1 but it is not going to be installed
           Depends: libpostproc51 (>= 0.svn20080206-8) but it is not going to be installed or
                    libpostproc-unstripped-51 (>= 0.svn20080206-8) but it is not installable
           Depends: libspeex1 (>= 1.2~beta3-1) but 1.1.12-3 is to be installed
           Depends: libsvga1
           Depends: libswscale0 (>= 0.svn20080206-8) but it is not going to be installed or
                    libswscale-unstripped-0 (>= 0.svn20080206-8) but it is not installable
           Depends: mplayer-skin
  python-apt: Depends: libapt-inst-libc6.7-6-1.1
              Depends: libapt-pkg-libc6.7-6-4.6
  scim-gtk2-immodule: Depends: libscim8c2a (>= 1.4.6) but 1.4.4-7ubuntu1 is to be installed
  scim-modules-socket: Depends: libscim8c2a (>= 1.4.6) but 1.4.4-7ubuntu1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Eu tento instalar o apt-get -f, mas também não funciona. O que fazer, por favor me ajude ?!


2
Eu acho que você deve fornecer seu /etc/apt/source.list
slubman

você poderia tentar o sudo apt-get update?
você precisa

Respostas:


1

Parece-me que você pode ter um arquivo /etc/apt/sources.list inválido. Experimentar:

sudo apt-get update

Em seguida, tente instalar o VLC novamente.


1

Se isso não ajudou e você ainda está recebendo um erro:

Os seguintes pacotes têm dependências não atendidas. mplayer: Depends: mplayer-nogui, mas não será instalado Depends: libvdpau1, mas não é instalável E: Pacotes quebrados

Tente instalar estes pacotes:

$ sudo apt-get install mplayer-nogui

Os seguintes pacotes têm dependências não atendidas. mplayer-nogui: Depende: libvdpau1, mas não é instalável E: Pacotes quebrados

E de novo:

$ sudo apt-get install libvdpau1

O pacote libvdpau1 não está disponível, mas é referido por outro pacote. Isso pode significar que o pacote está ausente, foi obsoleto ou está disponível apenas em outra fonte E: O pacote libvdpau1 não possui candidato à instalação $

Ah-ha, entendi! O problema foi corrigido adicionando:

deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu $your_distro main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu $your_distro main

para /etc/apt/source.liste executando:

sudo apt-get update
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.