Home
> Can Linux Programs Be Installed On Macos?
Question
Can Linux programs be installed on macOS?
Reply
Similar articles
- Why is it not advisable to have more than one antivirus installed on the computer?
- If coding in C++ is so difficult, why do we have so many PlayStation and Nintendo video games and so many computer programs that are coded in C++ if it is so hard for our brains to learn?
- How many operating systems can be installed on the same computer?
- What is the difference between Linux RPM and Linux DEB?
- What does the rm -rf ~ command do in Linux?
If they are command-line programs and you recompile them, yes - after all, Mac OS-X and later versions really are a BSD Unix inside. But taking the already-compiled binary from a website won't do you any good.
If they're X-Window programs there's a chance that recompiling them will let them run, but it's not 100% certain.
Directamente no, a menos que estemos hablando de aplicaciones multiplataforma. Ni siquiera un simple programa en C compilado en GNU/Linux se podría ejecutar en OS X (a pesar de ser dos sistemas tipo UNIX) porque los binarios son incompatibles. Sin embargo hay por lo menos dos proyectos cuyo objetivo es tener paquetes de software típicos de GNU/Unix en OS X: MacPorts (The MacPorts Project) y Homebrew (Homebrew).