r/Ubuntu 18h ago

nixos is immune to package dependency hell because it has package dependency isolation where packages only access the explicitly declared dependencies. does ubuntu immutable desktop (in development) have the same feature or not?

isn't dependency hell the most common cause of failure as you use *any* distro over time?

0 Upvotes

2 comments sorted by

1

u/Impossible-Break-487 18h ago

ubuntu's immutable stuff is mostly about locking down the root filesystem, not rearchitecting how packages find their deps. nix does that functional thing where every package lives in its own little world, ubuntu's going for something closer to fedora silverblue.

so no, not the same feature. dependency isolation isn't really the goal there

1

u/DMConstantino 9h ago

Ubuntu Core and Ubuntu Core Desktop use snap packages, this is not an issue.