Anton Cherkashyn Asked: 2013-03-08 10:45:03 +0800 CST2013-03-08 10:45:03 +0800 CST 2013-03-08 10:45:03 +0800 CST How do I install VMware Player (from a .bundle file)? 772 I downloaded VMware Player 5.0.1, it comes in a file with .bundle extension. How do I install it? software-installation 2 Answers Voted Best Answer Anton Cherkashyn 2013-03-08T10:45:03+08:002013-03-08T10:45:03+08:00 Open a terminal, cd to the directory where the file is and type sudo sh *filename*.bundle Anirudh 2016-02-04T01:28:49+08:002016-02-04T01:28:49+08:00 You can alternatively give execute privileges to the .bundle file. The execute it with root privileges. chmod u+x filename.bundle sudo ./filename.bundle
Open a terminal, cd to the directory where the file is and type
You can alternatively give execute privileges to the .bundle file. The execute it with root privileges.