I have a fresh debian installed via netinstall. Installation went well, except it gave me a very general error, something like "Error with application installation.", whatever that meant, (log file with more detail?)...
I needed to get an ssh server up, it wasn't installed, and finally took the time to read up on apt
I am new to using apt-get and stupidly did an apt-get clean...ok so no problem right? I'll just download what I need again..
while trying out apt-get update, first I got several errors saying a directory doesn't exist, 3 or 4, so i just did a few mkdir(s), and that seemed to fix it.
then did apt-get upgrade, and got /var/lib/dpkg/status "no such file". From searching the web, I've found that it's a fairly important, so I don't know why its not here on a fresh install
I have checked my system, and there is no old-status or backups of the ../dpkg/status file anywhere, I have checked, and yes I have been logged in as root the whole time.
I Found
http://www.debianhelp.co.uk/debianproblem.htm
Which I am in the process of trying out, but
I'm wondering if there is something which I missed after initial installation, since this is now the 5th file I've run into that hasn't existed, in relation to apt and dpkg.
other details
I am new to Debian (but have experience w/ mainly slackware based)
I have plenty of command line experience (but no gui exp)
Version of Debian is 5.0.3
Any pointers are greatly appreciated