[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?
[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?
Because I hate Electron
You're viewing a single thread.
All Comments
51 comments
I'm thinking of using VM but I'm hoping to find a better solution
1 0 ReplyShort: Yes, of course. Long: Well, this is really a long answer, depending on your needs...
1 0 ReplyI'm only needed to run any apps that has bloat/redundant dependencies so I can remove it anytime I want without screwing up my entire OS ;D
1 0 ReplyMaybe 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.
3 0 ReplyCome to the dark side we have version controlled operating systems
4 0 Reply
51 comments
Scroll to top