Linked by Andrew Youll on Tue 19th Jul 2005 15:57 UTC
Thread beginning with comment 6466
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.






Member since:
2005-07-14
Well, Microsoft does the very same, with their security updates.
debian:
aptitude checks available packages in a central repository, checks which need to be installed on the system, downloads and installs them. you can see the list of installed packages, when you run aptitude.
ms:
windowsupdate checks available patches in a central repository, checks which need to be installed on the system, download and installs them. you can see the list of installed patches in control panel / something.
if you are running a stable version of debian, you only receive security updates.
the only difference is that debian is your vendor for your os, office applications, games, browsers, sound editors, movie players, etc - almost all of the software installed. ms is your vendor for only a part of the software installed.
with a bit of abstraction, you can see, that ms is already using a package-manager + central repository to distribute a part of their software.