Firstly, forgive my ignorance - I am tying to make the transition from a Debian base to Salix - so I need a little guidance here.
I need to be able to install VMWare player so I can run Windows 8 in a VM for copying user profiles from windows computers ( it's just easier to use Windows for Windows).
Every time I run the installer for the linux bundle it fails and says install was unsuccessful. If I can get it working I can break away from Debian.
Can anyone point me in the right direction, please?
VMWare player[SOLVED]
VMWare player[SOLVED]
Last edited by excollier on 31. Dec 2014, 14:55, edited 1 time in total.
Re: VMWare player
More of a Virtualbox person myself so I can't be much help. First guess would be do you have the kernel-souurce package installed?
Post the error messages you are getting an maybe something will jump out.
Code: Select all
$ sudo slapt-get --update
$ sudo slapt-get --install kernel-source
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984
Re: VMWare player
I followed your suggestion, that part worked, but still no change with VMWare..
The installer runs - begins the install then at about 75% it rolls back and de-configures and then uninstalls leaving a message saying "installation was unsucessful". Nothing about missing dependencies or anything like that.
I use VMWare because I have some Windows virtual machines set up the way I need them and VMware seems happier to connect external drives for copying profiles than does VirtualBox.
The installer runs - begins the install then at about 75% it rolls back and de-configures and then uninstalls leaving a message saying "installation was unsucessful". Nothing about missing dependencies or anything like that.
I use VMWare because I have some Windows virtual machines set up the way I need them and VMware seems happier to connect external drives for copying profiles than does VirtualBox.
Re: VMWare player
Code: Select all
sudo sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
Re: VMWare player
Code: Select all
sudo sh VMware-$NAME-$VERSION.bundle --ignore-errors
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984
Re: VMWare player
Thanks, I'll try that tomorrow.
Re: VMWare player
Thanks for the tip - it worked!! Looks like I will be moving over to Salix soon.