Trying to update but got this error message:

HTML Code:
root@host:~# sudo apt update 
Get:1 http://kali.download/kali kali-rolling InRelease [30.5 kB]
Err:1 http://kali.download/kali kali-rolling InRelease
  Error writing to output file - write (28: No space left on device) [IP: 104.18.102.100 80]
Reading package lists... Done  
Building dependency tree       
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease  Error writing to output file - write (28: No space left on device) [IP: 104.18.102.100 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
switched to HTTPS got the same thing:

HTML Code:
root@host:~# sudo apt update 
Get:1 https://mirror.karneval.cz/pub/linux/kali kali-rolling InRelease [30.5 kB]
Err:1 https://mirror.karneval.cz/pub/linux/kali kali-rolling InRelease
  Error writing to output file - write (28: No space left on device) [IP: 89.102.0.150 443]
Traceback (most recent call last):
  File "/usr/bin/debtags", line 700, in <module>
    main()
  File "/usr/bin/debtags", line 694, in main
    sys.exit(action.main(args))
  File "/usr/bin/debtags", line 632, in main
    for pkg, tags in self.tags_from_apt():
  File "/usr/bin/debtags", line 256, in tags_from_apt
    cache = self.apt_cache
  File "/usr/bin/debtags", line 241, in apt_cache
    res = self._apt_cache = apt.Cache()
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 170, in __init__
    self.open(progress)
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 230, in open
    self._cache = apt_pkg.Cache(progress)
apt_pkg.Error: E:Write error - write (28: No space left on device), E:IO Error saving source cache, E:The package lists or status file could not be parsed or opened.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
W: Failed to fetch https://http.kali.org/kali/dists/kali-rolling/InRelease  Error writing to output file - write (28: No space left on device) [IP: 89.102.0.150 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.