本身安裝了幾回沒成功,看到這篇博文,想一想應該是`./vmware-install.pl`忘加sudo權限了,而後安裝時就提示找不到kernel header file,常常幹這事... linux
If you’re currently running VMware Workstation virtualization software and Ubuntu 13.04 as guest machine, you may have to install VMware Tools in order for the guest machine to operate properly. Without installing the tools, you’ll quickly find out that the guest OS isn’t fully integrated with the host machine. ubuntu
This brief is going to show you how to quickly install VMware Tools in Ubuntu 13.04 as a guest machine. ide
VMware Tools is a suite of utilities that enhances the performance and management of the virtual machine. Without the tools installed, your guest machine will lack the following benefits: ui
To get started, turn on the guest machine, which in this case is Ubuntu 13.04 Raring Ringtail. Next, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to update your machine before installing the tools. this
sudo apt-get update && sudo apt-get install build-essential linux-headers-$(uname -r)
After that, select ‘VM –> Install VMware Tools.. or Reinstall VMware Tools..」 spa
The guest machine will launch the installer. Go to the terminal and run the below commands to extract the tools. .net
tar -xzvf /media/username/"VMware Tools"/VMwareTools-*.tar*.gz
After extracting the file, run the commands below to begin the installation rest
sudo ./vmware-tools-distrib/vmware-install.pl
Select the default answers for all the prompts until you’re done. When you’re done, restart and enjoy! code