Emulating Linux binaries under Mac OS X

前端 未结 6 1289
Happy的楠姐
Happy的楠姐 2021-02-01 16:11

How do I run Linux binaries under Mac OS X?

Googling around I found a couple of emulators but none for running Linux binaries on a Mac. There are quite a few posts about

6条回答
  •  再見小時候
    2021-02-01 17:06

    I recently found Noah, which you can use to run Linux binaries on macOS. You can install Noah via homebrew (brew install linux-noah/noah/noah). Then you should be able to do this:

    noah linux_binary
    

    In my experience the behavior of the binary matches what I see on my Ubuntu machine.

提交回复
热议问题