sudo apt-get install kali-linux-default
Reading package lists... Done
Building dependency tree
Reading state information... Done
kali-linux-default is already the newest version (2020.4.1).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
kali-linux-default : Depends: davtest but it is not going to be installed
Depends: wce but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

Done apt --fix-broken install. Worked on package manager with apt-bet install -f, dpkg --configure -a. Ran into a post online and also did 5 steps

mv /var/lib/dpkg/info /var/lib/dpkg/info_old
mkdir /var/lib/dpkg/info
sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_old
sudo rm -rf /var/lib/dpkg/info
mv /var/lib/dpkg/info_old /var/lib/dpkg/info

Then do this and still errors:

sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
davtest wce
The following NEW packages will be installed:
davtest wce
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
986 not fully installed or removed.
Need to get 0 B/200 kB of archives.
After this operation, 1,039 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
E: Invalid archive signature
E: Internal error, could not locate member control.tar.{zstlz4gzxzbz2lzma}
E: Prior errors apply to /var/cache/apt/archives/davtest_1.0-1kali3_all.deb
E: Invalid archive signature
E: Internal error, could not locate member control.tar.{zstlz4gzxzbz2lzma}
E: Prior errors apply to /var/cache/apt/archives/wce_1.42-beta-0kali3_all.deb
debconf: apt-extracttemplates failed: No such file or directory
dpkg-deb: error: '/var/cache/apt/archives/davtest_1.0-1kali3_all.deb' is not a Debian format archive
dpkg: error processing archive /var/cache/apt/archives/davtest_1.0-1kali3_all.deb (--unpack):
dpkg-deb --control subprocess returned error exit status 2
dpkg-deb: error: '/var/cache/apt/archives/wce_1.42-beta-0kali3_all.deb' is not a Debian format archive
dpkg: error processing archive /var/cache/apt/archives/wce_1.42-beta-0kali3_all.deb (--unpack):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
/var/cache/apt/archives/davtest_1.0-1kali3_all.deb
/var/cache/apt/archives/wce_1.42-beta-0kali3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Any ideas? I apologize as I am Kali newb.