minus-squaretreesoid@lemmy.worldtoLinux@lemmy.ml•[Solved] This maybe a strange question but can I run a Linux app in a separate container/sandbox? Without its dependencies bloating my host OS?linkfedilinkarrow-up3·19 days agoMaybe check out nix. It can be installed on any distro and if you install (temporarily but cached) the app trough nix shell you can then just clean the dependencies with nix store gc. linkfedilink
minus-squaretreesoid@lemmy.worldtoSelf Hosted - Self-hosting your services.@lemmy.ml•[Help] Setting up your own e-mail/smtp for alerts?linkfedilinkarrow-up4·1 year agoCheck out ntify, it might fit your use case linkfedilink
Maybe check out nix. It can be installed on any distro and if you install (temporarily but cached) the app trough nix shell you can then just clean the dependencies with nix store gc.