How to install .bundle packages in Ubuntu?

  I recently download a package with .bundle extension. it's VMware-Player-7.1.0-2496824.x86_64.bundle. I want to install vmware-player but when I open that, it opens with text editor.

  

First be warned, installing files from outside of Ubuntu repository may compromise the system. VMware is probably safe, but it still should be mentioned.

  1. You need to change permission of the file to make it executable:
  1. chmod a+x VMware-Player-7.1.0-2496824.x86_64.bundle
  2. Start the file. You will most probably need root privileges to install VMWare, but that is not always the case. So in this case:

  1. sudo ./VMware-Player-7.1.0-2496824.x86_64.bundle
原文地址:https://www.cnblogs.com/tianzhenyun/p/4471616.html