Error/Problem while installing VMware Tool in Virtual Machine
If you this error falls in front of you (Ubuntu)
Throw this command infront of it :)
sudo apt-get install build-essential linux-headers-`uname -r` psmisc
-or-
sudo apt-get install linux-headers-$(uname -r)
If anyone of this command will executed successfully, then the error will run away from you :)
If you this error falls in front of you (Ubuntu)
Throw this command infront of it :)
sudo apt-get install build-essential linux-headers-`uname -r` psmisc
-or-
sudo apt-get install linux-headers-$(uname -r)
If anyone of this command will executed successfully, then the error will run away from you :)