-1

I run debian 5.04 VMware image. I tried to install the app as

  apt-get install tcpdump

I got the following: errors

I don't know what to do. Thanks

nms
  • 577
  • 1
  • 10
  • 27

1 Answers1

0

Do as it says. run the following:

apt-get update apt-get install --fix-missing

UPDATE: this is not the correct forum for asking questions related to linux. Go to askubuntu.com

Damodar Dahal
  • 559
  • 4
  • 16
  • "apt-get update" also said "404 not found" for some urls. But okay, I will look for some Linux Debian forums – nms May 30 '14 at 12:58
  • then try to change your Download Server. I recently ran ito a similar condition but after I changed the download server, the problem was fixed. – Damodar Dahal May 30 '14 at 13:03
  • I don't know what is "download server". Is it in VMWare or in Debian? – nms May 30 '14 at 13:42
  • it is in debian. `apt-get` downloads files from a server. In yours, I find it to be `us.debian.org`. Try to change it. I havenot used `Debian` so I have no idea. But in ubuntu, I could change it from `software update properties`. – Damodar Dahal Jun 01 '14 at 01:22