I installed my Ubuntu in vmware, no I need install vmware tools, I got error:
Searching for a valid kernel header path...
The path "" is not valid.
Would you like to change it?[yes]
In CentOS, I run the following commands to resolve this issue:
yum install gcc-c++
yum install kernel-devel
yum install kernel-headers
yum -y update kernel
But I don't know how to do in Ubuntu.
I have tried the following commands but nothing changed
sudo apt-get update
sudo-get install build-essential linux-header-$(uname -r)
sudo ./vmware-uninstall-tools.pl
sudo ./vmware-config-tools.pl
sudo ./vmware-install.pl
Issue Changed:
Ran
sudo ./vmware-uninstall-tools.pl
and deleted the folder of /etc/vmware-tools
then I ran
sudo ./vmware-install.pl
Now I can successfully install vmware-tools.
After restart, I can see the folder /mnt/hgfs
, but can't see my shared folder.