A
A
Artem Filimonov2019-04-20 13:04:39
linux
Artem Filimonov, 2019-04-20 13:04:39

How can I implement my own program installer on linux?

on Windows, as far as I know, there are ready-made solutions for creating this. Beautiful graphical shell

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xotkot, 2019-04-20
@xotkot

the most important package installer for a particular distribution is the package manager , as well as various wrappers above them, including graphic ones.
There is a more universal option - snappy ( snapcraft store ) and flatpak (flathub store ) that try to provide self-sufficient packages that are little tied to a specific platform
ps.
it all depends on the task, in some cases a small script on the server may be enough, which, after the user downloads it, will install the necessary files
curl -sSL https://nnnnnnnn.nn/install.sh | sh

S
synapse_people, 2019-04-20
@synapse_people

automake, autoconf m4?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question