Solving
-
2. Solving VMware Workstation “Build environment error”
Then to Solve VMware Workstation “Build environment error” in GNU/Linux
You simply need to Install the needed Software Packages:In Debian/Ubuntu-based OSes:
sudo apt install gcc build-essential make
So for Fedora/Mageia issue:
sudo dnf install kernel-headers kernel-devel gcc glibc-headers make libaio
Instead, on CentOS/EL issue:
sudo yum install kernel-headers kernel-devel gcc glibc-headers make libaio
And for openSUSE/SLES:
sudo zypper in kernel-source kernel-devel gcc
Again for Arch Linux derivatives:
sudo pacman -Sy gcc linux-headers make
Finally, for Solus:
sudo eopkg install -c system.devel
sudo eopkg install linux-current-headers
So Now I’m truly Happy if this Info could Help you to Solve VMware Workstation “Build environment error” on Linux!
Contents