Not able to install the vmware-workstation in Ubuntu 20.04.2 LTS (GNU/Linux 5.8.0-54-generic aarch64) [duplicate]

Solution 1:

You can't.

It's a completely different CPU, and there's no way you will be able to run stuff built for AMD64 on an ARM CPU.

The solution is, of course, to install packages for the correct architecture. Ubuntu (and Debian) handles multiple architectures just fine, by defining architecture in packages.

All of the toolchain (e.g. GNU GCC, assembler and so forth) is available for ARM, so it should be no problem to install the correct version.