Originally posted by: Nothinman
But most don't distribute binaries unless they're in a package format unless it's a closed source app.
They don't? Almost all software I've seen for linux is available in both binary and source tarballs (generally gzipped, sometimes bzipped).
And you're saying dependencies aren't an issue on a server? Keeping your daemons in sync with the version of libssl isn't important? Or using Cyrus IMAPd again, keeping it in sync with the version of SASL it was compiled against isn't important?
No, I'm saying that on a server they aren't *AS MUCH* of an issue. In fact, your points are more of an argument for compiling from source than they are for dependancy managers.

Not only that, but on a server you should have a much clearer definition of where software is installed anyways. By and large most binary distributions via apt or rpm can't be chrooted, and there are other similar considerations. This is all of course ignoring the fact that anyone installing a server really should be developing a common setup for their servers anyway. If Debian defaults work for you, then sure they're probably best. That being said, I don't think ANY of the major distributions work well in a securable server, which is why I think OpenBSD will continue to have a better track record for security.
apt and debconf are far more than replacements for tar, the comparison is even laughable.
I am aware of that, however from what you describe as doing with apt, you are basically just merging the download and untar procedures into one step. Apt in and of itself is powerful, if used properly, however you are relying on another person to develop the package for you. Sure, it may save you a lot of hassles in one sense, but in another it creates some.
Maybe I'm confused but I don't see how they're seperate issues.
Binary vs source distribution, and package management vs non. It's a fine line.
Btw, I'm not saying either is right (using apt vs not using it), just that it is something that I don't know a lot of people who are 'advanced linux users' do. If the majority of anandtech's advanced linux users respond and say they use it then empirically I'm wrong to state it in a general sense, but keep in mind, I am only discussing from my experiences.