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.
- You need to change permission of the file to make it executable:
-
chmod a+x VMware-Player-7.1.0-2496824.x86_64.bundle
-
Start the file. You will most probably need root privileges to install VMWare, but that is not always the case. So in this case:
-
sudo ./VMware-Player-7.1.0-2496824.x86_64.bundle
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。