当我尝试使用以下方法卸载时出现此错误vmware-installer -u vmware-vmrc
/usr/bin/vmware-installer: line 421: 8988 Segmentation fault (core dumped) LC_ALL="C" VMWARE_INSTALLER="$VMWARE_INSTALLER" VMISPYVERSION="$VMISPYVERSION" "$VMWARE_INSTALLER"/vmis-launcher "$VMWARE_INSTALLER"/vmware-installer.py "$@"
答案1
首先,获取你的 .bundle 文件(在我的情况下是VMware-Remote-Console-12.0.0-17287072.x86_64.bundle
)并使其可执行:
chmod +x /path/to/the/file
然后运行这个:
sudo ./VMware-Remote-Console-12.0.0-17287072.x86_64.bundle -u "vmware-vmrc"