VMware player installation on OpenSuse
- Download VMware Player.
-
Install the required packages
# zypper install kernel-desktop # zypper install kernel-desktop-devel # zypper install gcc make kernel-source
-
Go to the directory containing VMware-Player-[VERSION].bundle
cd PATH_TO_VMware-Player-[VERSION].bundle
-
Make VMware player Bundle EXECUTABLE
chmod +x VMware-Player-[VERSION].bundle
-
Execute the package
./VMware-Player-[VERSION].bundle
Note
- This same procedure works for VMware Workstation also.
- You can download VMware Workstation from here.