VMware Player for Linux has just been updated to version 5.0.2 and this brief tutorial is going to show you how to install it in Ubuntu 12.10 / 13.04 Raring Ringtail if you haven’t already done so. This is a minor release version which includes bug fixes for Windows 7 host, VMware Tools for Linux virtual machines, automatic bridging setting now refreshes without needing to restart VMware player and many more.
For a complete changelog about this release, please check VMware changelog page.
Below are some of the changes that were applied to this minor version.
- When installing VMware Tools in Linux virtual machines, the The default screen resolution options have been standardized to 640×480, 800×600, 1024×768, or 1280×800 for the initial login. After login, resolution can be set to any value the user desires or Autofit can be used.
- The list of available NICs in the Automatic Bridging Settings dialog window is now refreshed without restarting Player.
- When running in a Linux distribution using the GNOME 3 desktop environment, Desktop folders now open as expected.
- VMware Tools no longer crashes on Windows 2008 Server Core x64 SP2 operating system, with the following error:
VMware Tools unrecoverable error: (vthread-3)
Exception 0xc0000005 (access violation) has occurred.
However, Windows 2008 Server Core x64 SP2 is not a supported operating system for VMware Workstation. - Scrolling with a Lenovo ThinkPad UltraNav scroll button no longer requires excessive force.
To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to install required packages for VMware Player to work in Ubuntu.
sudo apt-get install build-essential linux-headers-`uname -r`
Next, go to VMware Player download’s page and get a copy for your Ubuntu machine. You’ll find the 32-bit and 64-bit versions there. After downloading, run the commands below to change to your Downloads folder. Firefox by default downloads and saves all content in your Downloads folder.
cd ~/Downloads
Next, run the commands below to make the downloaded file executable.
chmod +x VMware-Player-5.0.2-1031769.i386.bundle
Finally, run the commands below to install VMware Player.
sudo ./VMware-Player-5.0.2-1031769.i386.bundle
Follow the wizard until the installation is complete. When it’s done, launch if from Ubuntu Dash.
If you wish to uninstall VMware Player from Ubuntu, run the commands below to completely remove it.
sudo vmware-installer -u vmware-player
Enjoy!
Frequently Asked Questions
How to install VMware Player 5.0.2 in Ubuntu 13.04 Raring Ringtail?
To install VMware Player 5.0.2 in Ubuntu 13.04 Raring Ringtail, you can follow the tutorial provided in the article. Make sure to install the required packages like build-essential and linux-headers.
What are the changes in VMware Player for Linux version 5.0.2?
The changes in VMware Player 5.0.2 for Linux include bug fixes for Windows 7 host, enhancements in VMware Tools for Linux virtual machines, and improvements in bridging settings.
What screen resolution options are available when installing VMware Tools in Linux virtual machines?
The default screen resolution options when installing VMware Tools in Linux virtual machines are 640x480, 800x600, 1024x768, or 1280x800 for the initial login. Users can adjust the resolution after login or use Autofit.
How to refresh NIC list in Automatic Bridging Settings without restarting VMware Player?
To refresh the NIC list in Automatic Bridging Settings without restarting VMware Player, you can follow the steps mentioned in the article or check VMware's official documentation for guidance.
How to resolve VMware Tools crashing on Windows 2008 Server Core x64 SP2?
To resolve VMware Tools crashing on Windows 2008 Server Core x64 SP2 with the error 'Exception 0xc0000005,' ensure that you are using a supported operating system for VMware Workstation as mentioned in the VMware documentation.
How to install required packages for VMware Player in Ubuntu?
To install required packages for VMware Player in Ubuntu, use the command 'sudo apt-get install build-essential linux-headers-`uname -r`' in the terminal as instructed in the article.
Where to download VMware Player for Ubuntu?
You can download VMware Player for Ubuntu from the official VMware Player download page. Choose the appropriate version (32-bit or 64-bit) for your Ubuntu machine.
What is the shortcut to open the terminal in Ubuntu?
The shortcut to open the terminal in Ubuntu is Ctrl + Alt + T. Press these keys simultaneously on your keyboard to launch the terminal window.