I cannont install Parallels Tools from Parallels Desktop 10.2.0 on Kali Sana. I got the next error: Error: could not build kernel modules Error: failed to install kernel modules Does Parallels Tools support Kali Sana with kernel 4.0?
I'd suggetst installing headers manually first: sudo apt-get install linux-headers-$(uname -r) build-essential
Code: E: Unable to locate package linux-headers-4.0.0-kali1-686-pae E: Couldn't find any package by regex 'linux-headers-4.0.0-kali1-686-pae' i've got the same issue, does anyone have a workaround?
If headers are missing, then we can't support this scenario. Headers are required for Parallels Tools compiling. I'd suggest to downgrade/uograde kernel to version for which headers are available or try to find solution on the web. This is a Kali issue and has nothing to do with Parallels.
btw, the issue can be caused by repository misconfiguration. /etc/apt/sources.list should look like this: deb http://http.kali.org/kali sana main non-free contrib deb-src http://http.kali.org/kali sana main non-free contrib ## Security updates deb http://security.kali.org/kali-security sana/updates main contrib non-free