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

     

posted on 2015-05-02 10:33  忽而今夏  阅读(369)  评论(1编辑  收藏  举报