Options for Linux OS executable archive files - self installers
Posted
by Matt1776
on Stack Overflow
See other posts from Stack Overflow
or by Matt1776
Published on 2010-03-20T01:26:53Z
Indexed on
2010/03/20
1:31 UTC
Read the original article
Hit count: 414
I am looking to create a web-project that is able to install with a program. The user should be able to download an archive file or tar file, run it (executable), and the setup script would ask for paths and configurable values and then unpack its 'payload' and sorting out the contents for deployment.
This would be a Linux version of the MSI installer. Is there such a thing for Linux operating systems? This does not involve kernel level manipulations. All it needs to do is copy directories and files on the filesystem, which should cover about 80% if not more of all the *nix distributions.
© Stack Overflow or respective owner