Not able to Install VMware in OpenSuse Leap 42.3

Hi there.

I am new to opensuse. I installed it and updated. Now I am trying to install VMware Workstation in it. I Downloaded the bundle from VMware website but while installing terminal is giving following error:

rvind@linux-yp6a:~/Downloads> ls
VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle
arvind@linux-yp6a:~/Downloads> sudo ./VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle
sudo: ./VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle: command not found

I recommend using a current version of openSUSE to begin with.

Ideally, you should enclose commands and output within CODE tags. (Refer to the ‘#’ button in the forum editor.)

Also, you likely didn’t make the file executable first. This would have shown us that information…

ls -l ~/Downloads

To make it executable, you could do

chmod +x VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle