root@fritz:/# apt-get install lighttpd
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:
lighttpd: Depends: libattr1 (>= 2.4.41-1) but 2.4.32-1 is to be installed
Depends: libfam0
Depends: libldap-2.4-2 (>= 2.4.7) but it is not going to be installed
Depends: libpcre3 (>= 7.7) but 6.7-1 is to be installed
Depends: libssl0.9.8 (>= 0.9.8f-5) but 0.9.8c-4 is to be installed
Depends: libterm-readline-perl-perl but it is not going to be installed
locales: Depends: glibc-2.9-1
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@fritz:/#
root@fritz:/# apt-get update
Get:1 http://ftp.de.debian.org etch Release.gpg [1032B]
Get:2 http://ftp.de.debian.org etch Release [67.8kB]
Ign http://ftp.de.debian.org etch Release
Get:3 http://ftp.de.debian.org etch/main Packages [5463kB]
Get:4 http://ftp.de.debian.org etch/non-free Packages [67.6kB]
Get:5 http://ftp.de.debian.org etch/contrib Packages [52.0kB]
Fetched 5651kB in 1m20s (69.8kB/s)
Reading package lists... Done
W: GPG error: http://ftp.de.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
W: You may want to run apt-get update to correct these problems
Lösung:Code:W: GPG error: http://ftp.de.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B W: You may want to run apt-get update to correct these problems
gpg --keyserver subkeys.pgp.net --recv 9AA38DCD55BE302B
gpg --export 9AA38DCD55BE302B | apt-key add -