Install VMware Workstation Player on Ubuntu 16
I recently upgraded my trusty 2 core, 4GB desktop to a Hex core with 16 GB of ram and now I’m ready to start managing a few virtual machines. I’ve tried using VirtualBox in the past, but never got the hang of it. I’ve been using VMware Player for a couple of years and love the way it integrates with Ubuntu, especially being able to cut and paste from one to the other and to drag and drop files. Sweet.
I was surprised that it took me a few searches before I was even able to find how to download the software bundle. I guess they stopped calling it VMware Player and now call it VMware Workstation Player. Whodda thunk? Anyway, I have it now, so let’s get it installed.
Download VMware Workstation Player
Download the bundle from VMware using the link here. Make sure you download the player for Linux 64-bit.
Set bundle permissions
Before you can run the installation, you need to set the executable permissions on the file.
Open a new terminal window by pressing
+ +Move to the folder you downloaded the file into. For this example, I downloaded to my ‘Software’ folder.
cd ~/Software
Set the executable bits on the file permissions
chmod +x VMware*.bundle
Install VMware Workstation Player
With the execute permissions set, it’s time to install the program. Since you must be ‘root’ to install the program, we’ll use the ‘sudo’ command to execute it.
sudo ./VMware-Player
.
Gtk-Message: Failed to load module “canberra-gtk-module”: libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
Terms and Conditions
Once the VMware Player Installer wizard opens, read the End User License Agreement, accept the terms and conditions and click
Check for Updates
Select if you would like to check for product updates on startup of the program and click
.Usage Statistics
Select if you would like to provide VMware with anonymous system data and click
.License Key
Leave the license key field blank and click
.Install the software
On the ‘Ready to Install’ screen, click
Once the installation completes, the wizard will display ‘Installation was successful’. Click
.Starting VMware Workstation Player
To run the program from Unity, press the ‘Super’ key (usually looks like a Microsoft Windows Logo) on your keyboard. Now type ‘vmware’ in the search box. Ubuntu will display the VMware Player icon. Click the icon to get started.
Email Address
As a condition to use Workstation Player for free (non-commercial) use, you must enter your email address and click
You’re All Set
That’s all there is! You can now create and run Virtual Machines on your computer without having to shutdown or restart.
Comments
So empty here ... leave a comment!