Results 1 to 2 of 2

Thread: Cannot remove/install VMware workstation

  1. #1

    Cannot remove/install VMware workstation

    Hello,

    I've been trying to install VMware workstation 7.1.4- but I've run into a problem. Due some bugs i've had to install vmware a couple of times. Now one time I removed /etc/vmware before uninstalling it. This might be stupid but after I've done this vmware wouldn't uninstall anymore. It would say that there where instances of vmware running though I've never even been at the point that I ran vmware. The installer would say that vmware was already installed so it wouldn't install either. Now I've removed as much vmware files as I could find. But now if I run
    Code:
    sudo sh vmware-workstation-full-7.1.4-385536.i386.bundle
    It wil say
    Extracting VMware Installer...done.
    And then nothing. It will just silently quit. It doesn't give an error, it doesn't start the installer GUI, it will just quit. Now I suspect there are vmware files somewhere that confuse the installer but I've no idea if this is true or where these files are. Does someone know how to completly wipe any vmware-workstation file from my computer as if vmware was never installed?

    Thanks in advance

    EDIT: if I run sh vmware-workstation-full-7.1.4-385536.i386.bundle -r, it will show the installer again but show that vmware is already installed
    Last edited by Morph--------------; May 10th, 2011 at 01:02 AM.

  2. #2
    Join Date
    Apr 2009
    Location
    Ashburn, VA
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cannot remove/install VMware workstation

    Try this since it's claiming that vmware is already installed

    Code:
    vmware-installer -l
    should list any vmware products installed like so:

    Product Name Product Version
    ====================== ====================
    vmware-workstation 7.1.0.261024
    if you get a result like that, try this to uninstall:

    Code:
    vmware-installer -u vmware-workstation
    Just did this myself and it worked. However, I haven't been able to re-install successfully yet

    It may be relevant to note that I just upgraded to 10.10 yesterday which resulted in the vmware break in the first place. recompiling modules just doesn't want to work.
    Last edited by rhigmus; May 17th, 2011 at 03:38 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •