To view parent comment, click here.
To read all comments associated with this story, please click here.
Most apps (really app worth using) use one of a small handful of install apps that register with the system so they can be easily uninstalled.
With *nix, there are a a handful of different package managers to install programs with. Granted, it's generally only one per system, but, package managers were needed to solve a problem *nix software installs have that Windows installs don't have: dependencies.
The firefox-3.0.a2_6,1 port for FreeBSD requires 40+ packages (I stopped counting at 25, was only a third down the list)
Okay. I know many of those are already installed on my system, but many are not. And, when I remove the firefox package, all those dependencies remain on my system. Windows app installs don't have that problem.
No, they don't. Rather than leave dependencies all over the place, they can leave bits of themselves all over the place depending, of course, on how well their uninstaller was done. I don't really consider that an improvement.
. And some package managers, namely apt, don't leave unneeded dependencies around if you don't want them to, use the autoremove function and presto, they're gone.






Member since:
2005-07-09
Actually, one thing that Windows is missing out on is package management. There is nothing approaching a decent package manager for Windows.
But apart from that you're pretty much spot on. Windows has the power, so long as you're willing to spend the time and effort customizing it.