Add the program to linux package managers? #405
joaogelado
started this conversation in
Ideas
Replies: 2 comments 19 replies
-
Is there any way to do that with a Python app. If so, please provide an example. |
Beta Was this translation helpful? Give feedback.
7 replies
-
For this to be a possibility the app needs to store config files/temp files in their respective locations. Most likely a dotfile for config, ~/.local/share for data files, etc... For the technical aspect, what needs to happen is when the program checks for a file (loading, writing, or creating) it needs to check if the system is linux, if it is, create the file in the respective location. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we add the program to package managers like apt, pac-man and others? Would be convenient to the user and updates are managed automatically
Beta Was this translation helpful? Give feedback.
All reactions