Symptoms
Trying to install Parallels Tools in the Virtual Machine running Ubuntu I am getting the error message that Parallels Tools need the kernel source.Resolution
The following packages are necessary in order to install Parallels Tools in the VM running Ubuntu:linux-headers build-essentialInstall the packages 'linux-headers' and 'build-essential' using the following command in console:
# sudo apt-get install linux-headers-$(uname -r) build-essentialAfter the packages are installed try to install Parallels Tools again.
Keywords: tools, Ubuntu, kernel source