Posts: 6
ramblinreub
Joined: 12 Jul 2009
#1
I'm trying to install Wine on my antix machine. I think I'm running Antix 13, but I forget. The kernel is Linux 3.7.10-antix.5-amd64-smp if that helps. At any rate, I get the following error messages from Synaptic:

"W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/pool/updates/main/b/bind9/libisc84_9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb"
linktext was:"http://security.debian.org/pool/updates ... _amd64.deb"
====================================

404 Not Found [IP: 128.31.0.63 80]
W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/pool/updates/main/b/bind9/libdns88_9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb"
linktext was:"http://security.debian.org/pool/updates ... _amd64.deb"
====================================

404 Not Found [IP: 128.31.0.63 80]
W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/pool/updates/main/b/bind9/libisccc80_9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb"
linktext was:"http://security.debian.org/pool/updates ... _amd64.deb"
====================================

404 Not Found [IP: 128.31.0.63 80]
W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/pool/updates/main/b/bind9/libisccfg82_9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb"
linktext was:"http://security.debian.org/pool/updates ... _amd64.deb"
====================================

404 Not Found [IP: 128.31.0.63 80]
W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/pool/updates/main/b/bind9/libbind9-80_9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb"
linktext was:"http://security.debian.org/pool/updates ... _amd64.deb"
====================================

404 Not Found [IP: 128.31.0.63 80]
W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/pool/updates/main/b/bind9/liblwres80_9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb"
linktext was:"http://security.debian.org/pool/updates ... _amd64.deb"
====================================

404 Not Found [IP: 128.31.0.63 80]
W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org/pool/updates/main/b/bind9/bind9-host_9.8.4.dfsg.P1-6+nmu2+deb7u4_amd64.deb"
linktext was:"http://security.debian.org/pool/updates ... _amd64.deb"
====================================

404 Not Found [IP: 128.31.0.63 80]"

Do I have a bad repository listed?
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
did you reload the sources first? that's usually the problem when this message crops up. However, it could also be the server being down.
Posts: 850
fatmac
Joined: 26 Jul 2012
#3
In a terminal,

Code: Select all

sudo apt-get update
then you should be able to install packages.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
It's just you.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
is up.
I checked your url at
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://downforeveryoneorjustme.com"
linktext was:"http://downforeveryoneorjustme.com"
====================================
.

Translated. Url is good. The problem is sitting in the chair.
Posts: 6
ramblinreub
Joined: 12 Jul 2009
#5
Dolphin, reloading worked. That was way too simple. I'm embarrassed to call myself a linux user.

Fatmac, your suggestion would also have likely worked and I will try not to forget to use my command line in the future.

Rokytnji, that's a cool website. I'll remember that one.

Thank you all.