Skip to content

Instantly share code, notes, and snippets.

@AFObject
Last active October 2, 2020 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AFObject/5d7b4e8f9ebe512d3379a24a56710aee to your computer and use it in GitHub Desktop.
Save AFObject/5d7b4e8f9ebe512d3379a24a56710aee to your computer and use it in GitHub Desktop.
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.

Then run the "install-gui" or "install.sh"
Then everything is right.
The Parallels Tools will be installed on Ubuntu.

I am using Parallels 15 on macOS 10.15, So I am not sure if this solution can work on other versions.

Hope this can help you.

@codebryan
Copy link

doesn't work!
Parallels 14
Ubuntu 20.04

@AFObject
Copy link
Author

AFObject commented Oct 2, 2020

doesn't work!
Parallels 14
Ubuntu 20.04

Oh... I'm using Parallels 15 and this worked for me. Maybe it only works on Parallels 15?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment