LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problems when installing vmware on fedora core 7 please try to help me out here (https://www.linuxquestions.org/questions/linux-software-2/problems-when-installing-vmware-on-fedora-core-7-please-try-to-help-me-out-here-587890/)

gundumfx 09-27-2007 10:43 PM

problems when installing vmware on fedora core 7 please try to help me out here
 
After i tryed installing vmware an i installed it once an i acsedently canceled

it.

an i tryed installing it again

an here i get this message so please help me


[root@localhost vmware-server-distrib]# ./vmware-install.pl
A previous installation of VMware software has been detected.

The previous installation was made by the tar installer (version 3).

Keeping the tar3 installer database format.

Error: Unable to execute "/usr/vmware-uninstall.pl.

Failure

Execution aborted.


so what can i do ??

sharkus 09-28-2007 03:46 PM

Why don't you try downloading and installing the rpm for vmware?

sharkus 09-28-2007 03:47 PM

you could also do a search for vmware:
sudo find / -name vmware
and delete all but the installation files.

gundumfx 09-29-2007 11:00 AM

Quote:

Originally Posted by sharkus (Post 2906897)
you could also do a search for vmware:
sudo find / -name vmware
and delete all but the installation files.

how can i delete all the instalation
files
??

bryantrv 09-29-2007 11:26 AM

Have you tried running /usr/vmware-uninstall.pl. manually?

sharkus 09-29-2007 01:22 PM

After you do the find, you should get a list of items. I had:
sudo find / -name vmware
root's password:
/var/run/vmware
/var/lock/subsys/vmware
/etc/init.d/vmware
/etc/vmware
/usr/share/doc/vmware
/usr/lib/vmware

Now you can remove it by doing
>sudo rm -rf /var/run/vmware /var/lock/subsys/vmware /etc/init.d/vmware /etc/init.d/vmware /usr/share/doc/vmware /usr/lib/vmware

After that, I bet you can run the installer successfully.

gundumfx 09-29-2007 11:11 PM

Quote:

Originally Posted by sharkus (Post 2907693)
After you do the find, you should get a list of items. I had:
sudo find / -name vmware
root's password:
/var/run/vmware
/var/lock/subsys/vmware
/etc/init.d/vmware
/etc/vmware
/usr/share/doc/vmware
/usr/lib/vmware

Now you can remove it by doing
>sudo rm -rf /var/run/vmware /var/lock/subsys/vmware /etc/init.d/vmware /etc/init.d/vmware /usr/share/doc/vmware /usr/lib/vmware

After that, I bet you can run the installer successfully.

well thanks a lot well i have deleted it all the files so can you
give me a good way to download VMware?

sharkus 09-30-2007 02:00 PM

yeah, you should be able to download the .rpm from the vmware.com website.

gundumfx 09-30-2007 10:04 PM

Quote:

Originally Posted by sharkus (Post 2908530)
yeah, you should be able to download the .rpm from the vmware.com website.

o ok i will go check out www.vmware.com an if i need help i will ask you thanks /.


All times are GMT -5. The time now is 10:37 AM.