dependences

I am a total newb other wise I probably wouldn't be asking this question. I tried installing mplayer but I get this error.
May it be that my repositores might be jacked up. I tried change some when installing java but I may have messed them up, here they are.

# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40]/ etch contrib main

# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40]/ etch contrib main

deb http://security.debian.org/ etch/updates main contrib
deb http://http.us.debian.org/debian/ sarge main
deb-src http://security.debian.org/ etch/updates main contrib

mplayer:
Depends: libungif4g (>=4.1.4) but 4.1.3-2sarge1 is to be installed
Depends: mplayer-skin but it is not installable

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

dependences

First of all, remove the line that refers to 'sarge'. The cdrom lines indicate that you've installed Etch.

Then you might consider adding "non-free" in addition to your main and contrib.

Next do an "apt-get update" then try to install again.

dependences

Here is what it now looks like. I still get the mplayer dependency error.

#
# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40]/ etch contrib main

# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40]/ etch contrib main

deb http://security.debian.org/ etch/updates main contrib non-free

deb-src http://security.debian.org/ etch/updates main contrib non-free

deb http://www.debian-multimedia.org/ etch main
deb http://www.debian-multimedia.org/ sid main

dependences

You still have 'sid' in your sources.list - don't mix this stuff unless you know what you're doing.

The 'skin' can probably be provided by several packages so none is automatically selected.

apt-cache search 'mplayer-skin'
should give you some options.

dependences

Here is what I get when I

adrian@debian:~$ su
Password:
debian:/home/adrian# apt-get update
Get:1 http://security.debian.org etch/updates Release.gpg [189B]
Get:2 http://wine.budgetdedicated.com etch Release.gpg [191B]
Get:3 http://www.debian-multimedia.org etch Release.gpg [189B]
Get:4 http://www.debian-multimedia.org sid Release.gpg [189B]
Hit http://security.debian.org etch/updates Release
Hit http://wine.budgetdedicated.com etch Release
Hit http://www.debian-multimedia.org etch Release
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/non-free Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://wine.budgetdedicated.com etch/main Packages/DiffIndex
Hit http://www.debian-multimedia.org sid Release
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Ign http://security.debian.org etch/updates/non-free Sources/DiffIndex
Hit http://security.debian.org etch/updates/main Packages
Hit http://security.debian.org etch/updates/contrib Packages
Hit http://security.debian.org etch/updates/non-free Packages
Get:5 http://www.debian-multimedia.org etch Release [5535B]
Ign http://wine.budgetdedicated.com etch/main Sources/DiffIndex
Hit http://security.debian.org etch/updates/main Sources
Hit http://security.debian.org etch/updates/contrib Sources
Ign http://www.debian-multimedia.org etch Release
Ign http://wine.budgetdedicated.com etch/main Packages
Hit http://security.debian.org etch/updates/non-free Sources
Get:6 http://www.debian-multimedia.org sid Release [6234B]
Ign http://www.debian-multimedia.org sid Release
Ign http://wine.budgetdedicated.com etch/main Sources
Ign http://www.debian-multimedia.org etch/main Packages/DiffIndex
Ign http://www.debian-multimedia.org etch/non-free Packages
Hit http://wine.budgetdedicated.com etch/main Packages
Ign http://www.debian-multimedia.org sid/main Packages/DiffIndex
Ign http://www.debian-multimedia.org sid/non-free Packages
Hit http://wine.budgetdedicated.com etch/main Sources
Hit http://www.debian-multimedia.org etch/main Packages
Err http://www.debian-multimedia.org etch/non-free Packages
302 Found
Hit http://www.debian-multimedia.org sid/main Packages
Err http://www.debian-multimedia.org sid/non-free Packages
302 Found
Fetched 12.1kB in 2s (5682B/s)
Failed to fetch http://www.debian-multimedia.org/dists/etch/non-free/binary-i386/Packages.gz 302 Found
Failed to fetch http://www.debian-multimedia.org/dists/sid/non-free/binary-i386/Packages.gz 302 Found
Reading package lists... Done
W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: GPG error: http://www.debian-multimedia.org sid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: Couldn't stat source package list http://www.debian-multimedia.org etch/non-free Packages (/var/lib/apt/lists/www.debian-multimedia.org_dists_etch_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://www.debian-multimedia.org sid/non-free Packages (/var/lib/apt/lists/www.debian-multimedia.org_dists_sid_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some in

dependences

You need to install the latest 'debian-archive-keyring'.
If you can't, then you need to retrieve and install the public keys for the archives that apt-get complained about - I can't remember how to do it, but google should be able to help you. The Debian multimedia site probably has instructions for adding their key to your system.

Syndicate content