Linux distribution binary compatibility

前端 未结 10 1309
日久生厌
日久生厌 2021-01-30 14:23

Any way to make a binary in a Linux distribution and run it on another distribution with same architecture? Or I should compile and build it on different distributions?

10条回答
  •  無奈伤痛
    2021-01-30 15:02

    What language is your application coded in? If its in a language like Python, (and no C bindings) or Java or any other VM based language, then I think you can trust the VM to make sure your application will work on the different Linux distributions.

    Also, there is the Linux Standard Base which you can refer to.

    HTH,Amit

提交回复
热议问题