M HYPE SPLASH
// updates

Uninstalling VMware horizon client issue

By Emily Wilson

I'm having trouble uninstalling VMware Horizon Client since it stopped working with the new ubuntu update I got a few days ago. I tried this

sudo env VMWARE_KEEP_CONFIG=yes \
./VMware-Horizon-Client-2006-8.0.0-16522670.x64.bundle -u vmware-horizon-client
bash: ./VMware-Horizon-Client-2006-8.0.0-16522670.x64.bundle: Permission denied

but as you can see I get Permission denied even when I used sudo. any ideas on how to uninstall it? thanks

1 Answer

Either the executable doesn't have the "execute bit" set (fix with chmod +x VMware-Horizon-Client-2006-8.0.0-16522670.x64.bundle) or the partition it's on is mounted with noexec (check with mount).

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy