I am trying to upgrade my kali, when I do type this command sudo apt-get upgrade it gives the following error

The following packages have unmet dependencies:
linux-image-amd64 : Depends: linux-image-5.16.0-kali3-amd64 (= 5.16.11-1kali1) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

if i type sudo apt --fix-broken this error appears

dpkg: error processing archive /var/cache/apt/archives/linux-image-5.16.0-kali3-amd64_5.16.11-1kali1_amd64.deb (--unpack):
cannot copy extracted data for './lib/modules/5.16.0-kali3-amd64/kernel/drivers/scsi/scsi_transport_sas.ko' to '/lib/modules/5.16.0-kali3-amd64/kernel/drivers/scsi/scsi_transport_sas.ko.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-5.16.0-kali3-amd64_5.16.11-1kali1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I don't know what this means (Depends: linux-image-5.16.0-kali3-amd64 (= 5.16.11-1kali1)
) and what package i have to install?