|
|
|
|
|
by AnIdiotOnTheNet
2937 days ago
|
|
It's because package management is a bad paradigm for application management. MacOS descended from NeXT, which had Application Bundles, but even before that MacOS Classic did the sensible thing and just used folders. You want to install an application, you just put the folder somewhere on your disk. No library conflicts, no web of dependencies to break, and it integrates easily with the file management metaphor personal computers have had since forever. Want two copies of the same application, but different versions? No problem. Want to move the application to another disk? No problem. Uninstallation is one delete away. Want to put it on a floppy and take it to a friend's computer and run it? You get the idea. Turns out you don't need a package manager unless you intend to over-engineer application management to the insane level that the open source community has. |
|
>Turns out you don't need a package manager unless you intend to over-engineer application management to the insane level that the open source community has.
You don't necessarily need a package manager, but you can't solve the problem with simple folders either.