Ubuntu – Install VMware on Ubuntu 18.10 — Build environment error

vmware

I did the basic install, but when I run it, I get:

Build environment error! A required application is missing and modconfig cannot continue. xzCheck the log for more details.

What does that mean and what should I do?

Best Answer

Run the following commands before/after installing vmware:

sudo apt-get install gcc
sudo apt-get install make
sudo apt-get update

Let me know if you have any other errors we will sort it out.

Related Question