When I run vmware in Kali Linux, this keeps showing up:
I have kernel headers for version 6.3.0-kali1-amd64. What path do I use? When I choose a folder, this shows up:
I looked up the answers online and ran this script: sudo apt-get install linux-headers-$(uname -r) but it returns E: Unable to locate package linux-headers-6.1.0-kali9-amd64 so that command won't work. I have updated and upgraded my Kali Linux operating, too.
Also I searched for linux header packages with the command aptitude search linux-headers and the only version was 6.3.0-kali1-amd64.

