hey everyone, i am trying to update kali and having a few issues
root@kali:~# sudo apt update && sudo apt -y full-upgrade
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:3 http://ftp.hands.com/kali kali-rolling InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
2863 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
gns3-gui : Depends: python3-pyqt5 but it is not installed
Depends: python3-pyqt5.qtsvg but it is not installed
Depends: python3-pyqt5.qtwebsockets but it is not installed
Depends: vinagre but it is not installed
gns3-iou : Depends: libssl1.0.0:i386 but it is not installable
Depends: lib32z1 but it is not installed
gns3-server : Depends: vpcs but it is not installed
Depends: qemu-system-x86
Depends: qemu-system-arm
Depends: qemu-kvm
Depends: qemu-utils
Depends: cpulimit but it is not installed
Depends: x11vnc but it is not installed
Depends: xvfb
Depends: libvirt-bin but it is not installable or
libvirt-daemon-system but it is not installed
virtualbox-5.2 : Depends: libpng12-0 (>= 1.2.13-4) but it is not installable
Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
Depends: libvpx1 (>= 1.0.0) but it is not installable
Recommends: libsdl-ttf2.0-0 but it is not installed
Recommends: linux-headers-generic but it is not installable or
linux-headers-generic-pae but it is not installable or
linux-headers-686-pae but it is not installable or
linux-headers-amd64 but it is not installed or
linux-headers-2.6-686 but it is not installable or
linux-headers-2.6-amd64 but it is not installable or
linux-headers but it is not installable
Recommends: linux-image but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

When i run apt --fix-broken install i get the following
root@kali:~# apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
gns3-gui : Depends: python3-pyqt5 but it is not installed
Depends: python3-pyqt5.qtsvg but it is not installed
Depends: python3-pyqt5.qtwebsockets but it is not installed
Depends: vinagre but it is not installed
gns3-iou : Depends: libssl1.0.0:i386 but it is not installable
Depends: lib32z1 but it is not installed
gns3-server : Depends: vpcs but it is not installed
Depends: qemu-system-x86
Depends: qemu-system-arm
Depends: qemu-kvm
Depends: qemu-utils
Depends: cpulimit but it is not installed
Depends: x11vnc but it is not installed
Depends: xvfb
Depends: libvirt-bin but it is not installable or
libvirt-daemon-system but it is not installed
virtualbox-5.2 : Depends: libpng12-0 (>= 1.2.13-4) but it is not installable
Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
Depends: libvpx1 (>= 1.0.0) but it is not installable
Recommends: libsdl-ttf2.0-0 but it is not installed
Recommends: linux-headers-generic but it is not installable or
linux-headers-generic-pae but it is not installable or
linux-headers-686-pae but it is not installable or
linux-headers-amd64 but it is not installed or
linux-headers-2.6-686 but it is not installable or
linux-headers-2.6-amd64 but it is not installable or
linux-headers but it is not installable
Recommends: linux-image but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies

what do i need to do to resolve this. im hitting a brick wall at every turn

thanks