标签:
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.
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
How to install .bundle packages in Ubuntu?
标签:
原文地址:http://www.cnblogs.com/tianzhenyun/p/4471616.html