Rosetta: Running dynamically linked x86 binaries on ARM Mac OS #2215
-
I set up a Do people have any idea how to make it work? Thank you!
For a reason I can't understand, even though
I am using
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
https://forum.parallels.com/threads/run-x86_64-applications-on-ubuntu-22-04-2-x86_64-emulation.362396/ seems relevant, but did not work for me. After making changes to
Then,
|
Beta Was this translation helpful? Give feedback.
-
If you can't get the EDIT: This |
Beta Was this translation helpful? Give feedback.
-
An interesting side project for someone, would be to allow running Linux programs on the Mac (using lima) I think this Noah project could be adopted to do it with Lima: https://github.com/georghe-crihan/imgact_linux Note: it involves kernel modules, so it is not for the faint of heart... It would allow you to "execute" a program, without the |
Beta Was this translation helpful? Give feedback.
-
FYI this is much easier in debian
|
Beta Was this translation helpful? Give feedback.
I think you need to configure APT, so that it uses different servers for different architectures:
https://wiki.ubuntu.com/MultiarchHowto
archive.ubuntu.com
deb [arch=amd64] http://archive.ubuntu.com/ubuntu mantic main restricted
ports.ubuntu.com
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports mantic main restricted