Hello Everybody.

I just install, with the installer (at the boot moment), an iso (weekly build) "kali-linux-2021-W18-live-amd64.iso".

When I want to make an update, I got the following:

Code:
sudo apt-get update     
[sudo] Mot de passe de jerboa :
R?ception de :1 http://ftp.belnet.be/pub/kali/kali kali-rolling InRelease [30,5 kB]
30,5 ko r?ceptionn?s en 1s (28,7 ko/s)
Lecture des listes de paquets... Fait
And for the full-upgrade:

Code:
sudo apt-get full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des d?pendances... Fait
Lecture des informations d'?tat... Fait     
Calcul de la mise ? jour... Fait
0 mis ? jour, 0 nouvellement install?s, 0 ? enlever et 0 non mis ? jour.

I think it's very strange, there is daily update usually, and several files are downloaded during the update.
I got the same problem on an other version of kali that I installed few time: the updates was going wright and one day (one or two weeks ago) there was no more updates kernel and packages... Now the update command only download a 30,5 ko file.
I think it's not normal but you probably got an explanation.

I already thank you.


PS: my source.list is the following:

Code:
cat /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 2021.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20210502-01:07]/ kali-rolling contrib main non-free

#deb cdrom:[Debian GNU/Linux 2021.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20210502-01:07]/ kali-rolling contrib main non-free

deb http://http.kali.org/kali kali-rolling main non-free contrib
# deb-src http://http.kali.org/kali kali-rolling main non-free contrib

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.