I downloaded VMware Player 5.0.1, it comes in a file with .bundle extension. How do I install it?
Asked
Active
Viewed 1e+01k times
44
jobin
- 28,667
Anton Cherkashyn
- 4,064
- 3
- 22
- 18
2 Answers
71
Open a terminal, cd to the directory where the file is and type
sudo sh *filename*.bundle
Seth
- 59,442
- 44
- 149
- 201
Anton Cherkashyn
- 4,064
- 3
- 22
- 18
-
28grumble grumble they couldn't have put this on the download page could they. – thecoshman Jan 12 '14 at 23:42
-
2anyidea how to uninstall this ??? – pkm Jul 04 '17 at 05:42
5
You can alternatively give execute privileges to the .bundle file. The execute it with root privileges.
chmod u+x filename.bundle
sudo ./filename.bundle
Alpha Omega
- 23
Anirudh
- 176