Solution for ubuntu 20.04 Parallels Tools installation error
On my Mac, The install.sh informed me that installation failed because it couldn't install gcc and dkms.
Run these commands in terminal:
"sudo apt-get install gcc"
"sudo apt-get install dkms"
This will take about 30min to 1h.