分页: 1 / 1

vmware workstation9 安装过程遭遇死机!寻解决办法

发表于 : 2012-09-22 12:01
去草原吃沙土
寻求解决方案。
目前的情况如下:

安装vmware ws9时系统死机,重启后ws9不能正常工作。使用vmware installer -u 不能正常卸载,提示无此软件,但是用install -L查看是有ws9的存在。不能删试试看重装,结果重装ws9提示ws9已存在。无奈下使用find命令查找与vm有关文件并删除,可重装ws9出现sh ‘文件名’后Extracting VMware Installer...done完毕便无安装响应情况(无图形安装界面)。后用文字模式安装依旧无响应。我分析可能是我把/lib/下面的vmware installer删了的缘故。用player5安装测试了一下,提示有ws9存在,但是却有图形报错,只是不能装,让卸载ws9 ……

求解需求:
现在这种情况下如何清除ws9的安装信息或是手工彻底卸载呢?我还是想重装ws啊- - *find已经查找不到和VM有关的文件了……可还是不能装,愁死人了。是不是哪里有什么记录ws9安装的信息呢?

Re: vmware workstation9 安装过程遭遇死机!寻解决办法

发表于 : 2012-09-28 17:21
wzhy90
呃,成功安装和卸载的路过

我装的时候很顺利,直接完成了
卸载的时候,用run文件的uninstall参数,还要输入程序名字的
比如vmware workstation
具体我忘记了,已经删掉了

Re: vmware workstation9 安装过程遭遇死机!寻解决办法

发表于 : 2013-04-18 15:03
kanger
就这么难,我也遇到这个问题了。

Re: vmware workstation9 安装过程遭遇死机!寻解决办法

发表于 : 2013-04-18 15:29
kanger
找到一点为方法:
Linux 下如何卸载 Vmware 2012-11-20 18:35:08
分类: 虚拟化
代码:
[root@localhost ~]# vmware-uninstall

You have gotten this message because you are either downgrading VMware
Workstation, Player, or VIX, or because you attempted to run either
vmware-uninstall or vmware-uninstall-vix.

If you are downgrading, please uninstall all newer versions first, then
install again.

The vmware-uninstall* scripts have been deprecated. Instead, please use
the vmware-installer.

Long form:
vmware-installer --uninstall-product PRODUCT
Short form:
vmware-installer -u PRODUCT

Where PRODUCT is one of vmware-workstation, vmware-player, or vmware-vix.

For a list of which products are installed, you may run:
vmware-installer --list-products
or:
vmware-installer -l




[root@localhost ~]# vmware-installer -l
Product Name Product Version
==================== ====================
vmware-workstation 9.0.0.812388

[root@localhost ~]# vmware-installer -u vmware-workstation


中间出现其他的提示不用太在意,执行此3条命令即可卸载vmware成功