PDA

View Full Version : missing package files in apt repo



altj
2015-08-14, 15:52
I'm trying to install kali-linux-top10 using the raspberry pi 2 version and it looks like the index of the deb files is not updated.

Here's the error:

After this operation, 789 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Err http://http.kali.org/kali/ sana/main kali-linux armhf 1.67
404 Not Found
Err http://http.kali.org/kali/ sana/main metasploit-common armhf 1.0.2-0kali0+b1
404 Not Found
Err http://http.kali.org/kali/ sana/main metasploit-framework armhf 4.11.3-2015063001-1kali0+b1
404 Not Found
Err http://http.kali.org/kali/ sana/main kali-linux-top10 armhf 1.67
404 Not Found
E: Failed to fetch http://http.kali.org/kali/pool/main/k/kali-meta/kali-linux_1.67_armhf.deb 404 Not Found

E: Failed to fetch http://http.kali.org/kali/pool/main/m/metasploit-common/metasploit-common_1.0.2-0kali0+b1_armhf.deb 404 Not Found

E: Failed to fetch http://http.kali.org/kali/pool/main/m/metasploit-framework/metasploit-framework_4.11.3-2015063001-1kali0+b1_armhf.deb 404 Not Found

E: Failed to fetch http://http.kali.org/kali/pool/main/k/kali-meta/kali-linux-top10_1.67_armhf.deb 404 Not Found

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


I've apt-get update'd and get the same result.

in looking at the files here http://http.kali.org/kali/pool/main/k/kali-meta/ I don't see files for version 1.67, but do see them for 1.55.25, 2.41 and 3.1
I'm guessing that the index for the apt repository needs to be updated to include the current package files that are available.

Can anyone here help with that?

X0rCode
2015-08-14, 19:55
try to run this command in your terminal

apt update -o Acquire::Pdiffs=false

hope this will help you

good luck

altj
2015-08-15, 19:39
try to run this command in your terminal

apt update -o Acquire::Pdiffs=false

hope this will help you

good luck

No such luck. After running your apt update command, I still get the same result when I try to install kali-linux-top10.

altj
2015-08-15, 19:46
Yup, I just verified it. The apt repo is listing a non-existent package version for kali-linux-top10 in http://http.kali.org/dists/sana/main/binary-armhf/Packages.gz
That file has a recent timestamp but doesn't appear to be properly updated.

Who maintains that repo that I can contact and let them know about the problem?

altj
2015-08-17, 15:06
It looks like there is a mirror that is out of date. It has been removed from the rotation until the problem has been resolved.
https://bugs.kali.org/view.php?id=2542