en:linux:kali_apt-file_unexpected_size

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:linux:kali_apt-file_unexpected_size [2024/01/25 21:15] – removed psycoreen:linux:kali_apt-file_unexpected_size [2024/02/04 20:23] – Automatic translation 135.181.140.143
Line 1: Line 1:
 +{{tag>deutsch startpage linux kali apt}}
 +====== Kali Linuxc: apt error - File has unexpected size ======
  
 +===== problem =====
 +
 +The following error is displayed when updating via [[wpde>apt-get]] :
 +
 +<code text>
 +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?
 +</code>
 +
 +===== Workaround =====
 +
 +The apt update via [[wpde>http]] should be changed to [[wpde>https]] :
 +
 +<code bash>
 +echo "deb https://http.kali.org/kali kali-rolling main non-free contrib" > /etc/apt/sources.list
 +apt clean
 +apt update
 +apt upgrade
 +</code>
 +
 +Alternatively, the [[wpde>Nano_(Texteditor)]] can be used, but care must be taken to ensure that the http source is commented out.
 +
 +The sources.list should then look like this:
 +
 +<code text>
 +# 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
 +</code>
  • en/linux/kali_apt-file_unexpected_size.txt
  • Last modified: 2024/02/05 16:47
  • by psycore
  • Currently locked by: 18.191.157.65