I followed the debian quickstart guide and I got two errors for the first two steps.
The first error occurred when I tried to run
aptitude update
This is the error I got:
W: GPG error: http://ftp.freenet.de stable Release: The following signatures were
invalid: BADSIG A70DAF536070D3A1 Debian Archive Automatic Signing Key (4.0/etch) @ ftpmaster@debian.org@
W: You may want to run apt-get update to correct these problems
I ran "apt-get update" and this solved the first issue.
But then I got a second error when I tried to
install: memcached apache2 php5 php5-cli php-pear php5-dev tetex-bin tetex-extra gs-gpl imagemagick build-essential fakeroot dpkg-dev libmagic1 libmagic-dev subversion postgresql-8.2 postgresql-contrib-8.2 php5-tidy php5-pgsql php5-gd zip
This is the command I inserted and the consequent error message:
apt-get install memcached apache2 php5 php5-cli php-pear php5-dev tet
ex-bin tetex-extra gs-gpl imagemagick build-essential fakeroot dpkg-dev libmagic1
libmagic-dev subversion postgresql-8.2 postgresql-contrib-8.2 php5-tidy php5-pgsql
php5-gd zip
Reading package lists… Done
Building dependency tree… Done
E: Couldn't find package postgresql-8.2
This one I don't know how to solve so please help…