Kali Linuxc: apt Fehler - File has unexpected size
Problem
Beim Update durch apt-get wird folgender Fehler angezeigt:
Err:3 http://http.kali.org/kali kali-rolling/main amd64 gzip amd64 1.8-1+b1 File has unexpected size (225568 != 115516). Mirror sync in progress?
Workaround
Das apt Update über http sollte auf https umgestellt werden:
echo "deb https://http.kali.org/kali kali-rolling main non-free contrib" > /etc/apt/sources.list apt clean apt update apt upgrade
Alternativ kann der Nano_(Texteditor) genutzt werden, hierbei muss aber drauf geachtet werden, dass die http Quelle auskommentiert wird.
Die sources.list sollte dann so aussehen:
# See https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/ #deb http://http.kali.org/kali kali-rolling main contrib non-free # Additional line for source packages # deb-src http://http.kali.org/kali kali-rolling main contrib non-free deb https://http.kali.org/kali kali-rolling main non-free contrib