Lily33@kbin.socialtoLinux@lemmy.ml•How do you containerize stuff you install from source in a way that you can completely remove later?
1·
1 year agoNixOS containers could do what OP’s asking for, but it’ll be trickier with just nix (on other distro). It’ll handle build dependencies and such, but you’ll still need to keep your home or other directories clean some other way.
Any files created by programs running in the dev environments will remain.