Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
es:linux:kali:apt-file_unexpected_size [2023/11/16 20:24] – Automatic translation 135.181.138.9 | es:linux:kali:apt-file_unexpected_size [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Kali Linuxc: error apt - El archivo tiene un tamaño inesperado ====== | ||
- | ===== problema ===== | ||
- | |||
- | El siguiente error aparece al actualizar a través de [[wpde> | ||
- | |||
- | <code text> | ||
- | Err:3 http:// | ||
- | File has unexpected size (225568 != 115516). Mirror sync in progress? | ||
- | </ | ||
- | |||
- | ===== Solución provisional ===== | ||
- | |||
- | La actualización apt a través de [[wpde> | ||
- | |||
- | <code bash> | ||
- | echo "deb https:// | ||
- | apt clean | ||
- | apt update | ||
- | apt upgrade | ||
- | </ | ||
- | |||
- | Alternativamente, | ||
- | |||
- | El archivo sources.list debería tener este aspecto: | ||
- | |||
- | <code text> | ||
- | # See https:// | ||
- | #deb http:// | ||
- | |||
- | # Additional line for source packages | ||
- | # deb-src http:// | ||
- | deb https:// | ||
- | </ |