Earlier quoted context omitted.
Part of the rationale for package management with dependencies in linux is so that libraries are shared (only loaded into memory once) between different executables. If OS X is giving up some of that sharing in exchange for simpler installation, I wonder how much that has to do with the memory usage complaints in the comments here.
> If OS X is giving up some of that sharing in exchange for simpler installation, I don't really see how OS X has 'simpler' installation than any well-structured Linux distro. What could be simpler than typing pacman -S or apt-get install , using a single, built-in package manager that automatically fetches, builds, (possibly) compiles, and installs all dependencies at the same time? Even if you're terrified of the c…
Just FYI, you don't have to build one yourself. Plenty of GUI front-ends to Linux package managers already exist.