According to the Parallel's article it "just works": https://kb.parallels.com/en/129871
... however in my experience, it will depend on what you want to run.
At a bare minimum, I'd recommend installing binutils:
Code:
sudo apt-get install binutils:amd64
# FIXES rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
If you plan to use docker, fortunately there's a lot of internet forums discussing this. For the non-container work, it will feel more like a dependency hunt.
At time of writing this mileage will vary depending on the app. For example, the Intel version of Java (openjdk-11-jdk:amd64) installs rather painlessly, whereas many others do not work (e.g. snaps -- and from my testing -- AppImages -- do not work at all, others may run into dependency conflicts).