Answer the question
In order to leave comments, you need to log in
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
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 filescurl -sSL https://nnnnnnnn.nn/install.sh | sh
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question