I'm using Parallels 17.1.6
I install Kali Linux 2021.3 (ARM 64) from the installation assistant's "free systems". Once installed, I run: sudo apt update
The gpg keys are out of date, so to fix this, I run:
wget http://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2022.1_all.deb && sudo apt install ./kali-archive-keyring*.deb
Next, I run: sudo apt update; sudo apt upgrade -y
At this point, I get a dpkg error:
Anyone know how to fix this so I can update/upgrade to the latest OS version of Kali linux?
Thanks
I install Kali Linux 2021.3 (ARM 64) from the installation assistant's "free systems". Once installed, I run: sudo apt update
The gpg keys are out of date, so to fix this, I run:
wget http://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2022.1_all.deb && sudo apt install ./kali-archive-keyring*.deb
Next, I run: sudo apt update; sudo apt upgrade -y
At this point, I get a dpkg error:
Anyone know how to fix this so I can update/upgrade to the latest OS version of Kali linux?
Thanks