分页: 1 / 1

[问题]如何卸载VMWare player?我受够了!

发表于 : 2007-05-11 15:26
tony.lin
每次安装或卸载东西的时候,这vmnet8什么的总要跑出来让我确认N多遍,烦死了。卸载又卸载不掉!
很有windows下那些流氓软件的味道!!

各位有什么办法可以卸载掉它?或者不要再让它询问我了。我实在用不上vmware啊。

以下是后台日志:
解压缩后会消耗掉 0B 的额外空间。
正在设置 vmware-player (1.0.2-2) ...
Now configuring VMware Player. (This may take some time...)
Configuring a bridged network for vmnet0.

Configuring a NAT network for vmnet8.

Probing for an unused private subnet (this can take some time)...

The subnet 192.168.84.0/255.255.255.0 appears to be unused.

The file /etc/vmware/vmnet8/dhcpd/dhcpd.conf that this program was about to
install already exists. Overwrite? [yes]

The file /etc/vmware/vmnet8/dhcpd/dhcpd.leases that this program was about to
install already exists. Overwrite? [yes]

The file /etc/vmware/vmnet8/dhcpd/dhcpd.leases~ that this program was about to
install already exists. Overwrite? [yes]

The file /etc/vmware/vmnet8/nat/nat.conf that this program was about to install
already exists. Overwrite? [yes]

Configuring a host-only network for vmnet1.

Probing for an unused private subnet (this can take some time)...

The subnet 172.16.58.0/255.255.255.0 appears to be unused.

The file /etc/vmware/vmnet1/dhcpd/dhcpd.conf that this program was about to
install already exists. Overwrite? [yes]

The file /etc/vmware/vmnet1/dhcpd/dhcpd.leases that this program was about to
install already exists. Overwrite? [yes]

The file /etc/vmware/vmnet1/dhcpd/dhcpd.leases~ that this program was about to
install already exists. Overwrite? [yes]


Starting VMware services:
Virtual machine monitor done
Virtual ethernet done
Bridged networking on /dev/vmnet0 failed
Host-only networking on /dev/vmnet1 (background) done
Host-only networking on /dev/vmnet8 (background) done
NAT service on /dev/vmnet8 failed
invoke-rc.d: initscript vmware-player, action "start" failed.
dpkg:处理 vmware-player (--configure)时出错:
子进程·post-installation script·返回了错误号·1
在处理时有错误发生:
vmware-player
E: Sub-process /usr/bin/dpkg returned an error code (1)

发表于 : 2007-05-11 23:40
ghost9804
试试用recovery 模式启动到console下再卸载

发表于 : 2007-05-11 23:42
jimmin
要御载得看你是怎么装的。

发表于 : 2007-05-15 13:57
tony.lin
jimmin 写了:要御载得看你是怎么装的。
事实上我都不知道是怎么装上去的。。。。。

好像是在应用程序-》添加/删除那儿选中VMWare来安装的。

你们没有这个问题?

发表于 : 2007-05-15 18:35
blblme
在Linux系统 软件不用可以留着没必要卸载的 这年头也不至于要节约那点空间

发表于 : 2007-05-16 8:47
jimmin
试试

代码: 全选

sudo apt-get --purge autoremove vmware-player

代码: 全选

sudo apt-get --purge remove vmware*
sudo apt-get autoremove

发表于 : 2007-05-17 12:03
lypat2008
直接用 sudo rm -rf 删了vmware player的文件(位置看新立得里的显示),然后sudo apt-get remove
vmware-player就行了,是个bug。

发表于 : 2007-05-20 22:35
mimihu88
lypat2008 写了:直接用 sudo rm -rf 删了vmware player的文件
就是就是