I want to install the player only, not the the vmdk or vmx creator on a Damn Small Linux distro. Is this possible?

Or is there a DSL.iso with vmplayer pre-installed?

link|improve this question
Did you try to download the vmplayer from vmware? vmware.com/tryvmware/p/activate.php?p=player&lp=default I installed the player and the server (v1.x) few years ago on a SuSE Linux and it was working perfectly. – ruffp Feb 24 '11 at 12:02
feedback

migrated from stackoverflow.com Nov 1 '11 at 5:04

This question came from our site for professional and enthusiast programmers.

closed as too localized by Sathya Nov 1 '11 at 7:29

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

Chances are it may not be possible - vmware has some drivers - for networking for example - on the host system that are VERY unlikely to be compatible with the... frankly antiquated 2.4 kernel that DSL has. I would be surprised if anything other than QEMU worked.

You can bring a donkey to water, but he ain't winning the grand nationals anytime soon.

Get a distro with a 2.6 or 3.0 kernel , before even considering virtualisation

link|improve this answer
feedback