Linux – Can all OSS for Linux be built to run on an Illumos based OS like OpenIndiana

illumoslinuxopenindianaopensolarissolaris

I like trying different OSs, but I have yet to try a Illumos-based OS. Can I run all or most Linux Software, just by building from source?

Best Answer

You should be able to built most Linux software by hand (except very linux-kernel specific software), but as there are Illumos-based distributions which include package manager, it should be way more easy to use them and install pre-built software packages from the corresponding repositories. Using distributions with GNU userspace enhances also the compatibility with Linux/GNU system.

Building packages by hand can take very long and could require high system resources - if you are only trying some OSs, you normally do not want to do this.

Related Question