HD Install :: Want to install feh on DSL HD but apt fails



I have feh running off of a hard drive, and it's running fine. (In fact, I'm posting off the box now.)

I want to install feh. I don't want a network share. I would really like to 'apt-get install feh' it.

When I try to to do that, I get this:
dsl@box:~$ sudo apt-get install feh
Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list http://archive.debian.org woody/main Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://archive.debian.org woody/contrib Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://archive.debian.org woody/non-free Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_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: Couldn't find package feh
dsl@box:~$


When I try to apt-get update, I get this:
dsl@box:~$ sudo apt-get update
Err http://archive.debian.org woody/main Packages
 404 Not Found
Ign http://archive.debian.org woody/main Release
Err http://archive.debian.org woody/contrib Packages
 404 Not Found
Ign http://archive.debian.org woody/contrib Release
Err http://archive.debian.org woody/non-free Packages
 404 Not Found
Ign http://archive.debian.org woody/non-free Release
Failed to fetch http://archive.debian.org/debian-....ages.gz  404 Not Found
Failed to fetch http://archive.debian.org/debian-....ages.gz  404 Not Found
Failed to fetch http://archive.debian.org/debian-....ages.gz  404 Not Found
Reading Package Lists... Done
W: Couldn't stat source package list http://archive.debian.org woody/main Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://archive.debian.org woody/contrib Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://archive.debian.org woody/non-free Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_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 index files failed to download, they have been ignored, or old ones used instead.


Suggestions?

change the /etc/apt/source.list

make the first line
deb http://archive.debian.org/debian-archive/debian woody main contrib non-free

then run apt-get update
the run apt-get install feh

Thanks, that worked great.

original here.