Ermine project can pack Linux application together with shared libraries and data files into single executable. This file can be copied to any Linux box and application just run.
· Ключевые особенности и характеристики Ermine 0.90.5
Painless installation
· Only one file should be installed
· No "dependency hell"
· No need for root privileges
· No packaging for different formats (rpm, deb, tgz, ...)
Application integrity
· There is only one file, so no way application's and libraries' or data's versions can be mismatched.
No interference with host
· Application use no external files, so from one side it's installation not affect the host system and from other side application not affected by the host's update.
No porting
· Application can be built (and packed) on the distribution of your choice and then run anywhere.
· There is no need to build for multiple distributions/compilers/libraries.
Decrease QA time
· Executable use no external files. This ensure same behavior on any distribution.
· Decrease support cost
No need to deal with installation issues.
· Application can't be broken by system update. Customer support have to deal only with application's own problems, and not try to find out what was done wrong on the client's Linux box.
· Ограничения Ermine 0.90.5
· You can use evaluation version only for 15 days.
· Специальные требования Ermine 0.90.5
Специальные требования не определены
· История версий и изменений Ermine
Версия: 0.90.5
· This release improves --ld_preload and --ld_library_path handling.
· Описание и дополнения от редакторов и пользователей сайта