Skip to content

Instantly share code, notes, and snippets.

View AFObject's full-sized avatar
会者不难

Esus2_A AFObject

会者不难
  • Shanghai, China
View GitHub Profile
@AFObject
AFObject / ReadMe.md
Last active October 2, 2020 23:27
Solution for ubuntu 20.04 Parallels Tools installation error

Solution-for-ubuntu-20.04-Parallels-Tools-Installation-Error

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.

Steps

Run these commands in terminal:
"sudo apt-get install gcc"
"sudo apt-get install dkms"
This will take about 30min to 1h.