| mkenyon2  
 
 
 
 
 Group: Members
 Posts: 13
 Joined: July 2008
 | 
|  | Posted: Dec. 25 2008,04:12 |  |  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?
 
 --------------
 My belief is that getting answers to my questions from the internet will help somebody. They'll either get their answer, or see they shouldn't ask a stupid question like mine. :)
 |