A way to temporarily install dependencies and then have them auto delete after #650
RustoMCSpit
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of the new feature/enhancement
If someone wants to build an app from source, they need dependencies. However, people do not want to clog up their systems with useless dependencies. Having the ability to install a multitude of dependencies and have them auto delete automatically once the terminal is closed would be ideal.
e.g. minetest/minetest#15198 (comment)
Proposed technical implementation details (optional)
something along the lines of
the terminal would then check which of these are already installed and ignore them, but download those that arent temporarily. you could then close the app and the ones that were downloaded would delete whilst the ones that were already on your system would stay
(i use linux by the way, so the sudo command would be something else)
Beta Was this translation helpful? Give feedback.
All reactions