Quote Originally Posted by c01100011
I don't know if that did anything but the reponcec i got was this
root@silver:~# apt-get --reinstall install mplayer-386
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mplayer: Depends: libvorbis0 (>= 1.0.0) but it is not going to be installed
mplayer-386: Depends: libdirectfb-0.9-20 but it is not going to be installed
Depends: libdivxdecore0 (>= 1:5.0.1) but it is not going to be installed
Depends: libfaad2-0 (>= 2.0-rc3-0.0) but it is not going to be installed
Depends: libggi2 (>= 1:2.0.4) but it is not going to be installed
Depends: libpostproc0 (>= 0.90rc4) but it is not going to be installed
Depends: libxvidcore2 (>= 1:0.9.2-0.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Can you post the /etc/apt/sources.list that you are using something is not right here that package should install with no problems. The libvorbis0 package that it is complaining about is from stable so you are still trying to install the stable version of mplayer what does the output of these commands look like on your machine you should be seeing testing/unstable for the candidate to install for each package except the vorbis one.

Code:
>$ apt-cache policy mplayer-386
mplayer-386:
  Installed: 1:1.0-pre3cvs20040404-0.0
  Candidate: 1:1.0-pre3cvs20040404-0.0
  Version Table:
 *** 1:1.0-pre3cvs20040404-0.0 0
        600 ftp://ftp.nerim.net unstable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy libvorbis0
libvorbis0:
  Installed: (none)
  Candidate: 1.0rc3-1
  Version Table:
     1.0rc3-1 0
        500 http://192.168.0.4 stable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy libdirectfb-0.9-20
libdirectfb-0.9-20:
  Installed: 0.9.20-1
  Candidate: 0.9.20-1
  Version Table:
 *** 0.9.20-1 0
        990 http://192.168.0.4 testing/main Packages
        600 http://192.168.0.4 unstable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy libdivxdecore0
libdivxdecore0:
  Installed: 1:5.0.1-1
  Candidate: 1:5.0.1-1
  Version Table:
 *** 1:5.0.1-1 0
        600 ftp://ftp.nerim.net unstable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy libfaad2-0
libfaad2-0:
  Installed: 2.0-rc3-0.0
  Candidate: 2.0-rc3-0.0
  Version Table:
 *** 2.0-rc3-0.0 0
        600 ftp://ftp.nerim.net unstable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy libggi2
libggi2:
  Installed: 1:2.0.4-2
  Candidate: 1:2.0.4-2
  Version Table:
 *** 1:2.0.4-2 0
        990 http://192.168.0.4 testing/main Packages
        600 http://192.168.0.4 unstable/main Packages
        100 /var/lib/dpkg/status
     1:2.0.1-2 0
        500 http://192.168.0.4 stable/main Packages

>$ apt-cache policy libpostproc0
libpostproc0:
  Installed: 1:1.0-pre1.1
  Candidate: 1:1.0-pre1.1
  Version Table:
 *** 1:1.0-pre1.1 0
        600 ftp://ftp.nerim.net unstable/main Packages
        100 /var/lib/dpkg/status

>$ apt-cache policy libxvidcore2
libxvidcore2:
  Installed: 1:0.9.2-sarge0.3
  Candidate: 1:0.9.2-sarge0.3
  Version Table:
 *** 1:0.9.2-sarge0.3 0
        100 /var/lib/dpkg/status
     1:0.9.2-0.3 0
        600 ftp://ftp.nerim.net unstable/main Packages