9

I need help to install vmware or vmplayer but I don't quite understand the written command to install it. I am using Ubuntu 14.04.

Kulfy
  • 18,154
user277308
  • 101
  • 1
  • 1
  • 2

2 Answers2

12
  1. On the page of VMware Downloads find "VMware Workstation Player", click on download product and you will see a link to .bundle-file

  2. In terminal type

    sudo sh /location/to/the/file.bundle
    
  3. Follow the installer's prompts


There is an old answer with pictures available here though it's a bit out of date as it's for 12.04 and Vmware Player 6.0.1 but that doesn't matter. It should be noted that it takes a different approach than listed here to execute the bundle.

Kulfy
  • 18,154
mango
  • 151
  • 4
3

Here is how to do this successfully. follow the instruction on the link below. https://help.ubuntu.com/community/VMware/Player

in entering the name of the backage, do not use spaces in between. e.g VMware 10.0.2.bundle (wrong) and VMware10.0.2.bundle (right)

FirmTech
  • 129
  • 3
  • 12