5
Quote:
JMorris wrote:
Being a fellow Linux user, I fail to understand the need for a binary package. It only takes four commands to download, extract, and place all the files where they need to be.
[...]
Well, you might be a fellow Linux user, but you do not seem very well versed in the why and hows of package management. If you admin a linux box that uses package management you try to avoid installing any system software from a tarball at all costs. Most (if not all software) gets developed upon, adding features and fixing bugs and security leaks. The extra features you can do without, but the bug fixes and especially the security fixes are something you should wish to monitor all the time.
A typical Linux distro has over a thousand packages installed, so it would be totally impossible to keep track of all of them acurately. That is one reason why those tasks are centralized in the package management/repository.
If some nasty stuff is discovered in a package, all I have to do is run apt-get update && apt-get upgrade. This will make sure I get the latest available software installed without further action needed from me. Also when I install from scratch All I have to do is answer some questions and be done with it. No need to make sure I have a database available etc. Somebody still has to make the package, that is true, but the total amount of work spend on upgrading by all users is far less compared to everybody doing their upgrades manually.
A second reason to use package management is to keep track of all installed files an be able to unstall some particular software later on. you will not be able to do that if you install from tarballs, you will quickly loose track. Lastly package management is nothing new, most (if not all) distro's use it. It is only new for you if you come a envirnoment where there is no system-wide package manager, like windows. You can compare apt-get and yum on linux with windows-update, but with the exception that all sofware is installed and updated with it, not only the MS-squeeky-wheels.
And offcourse I too support a call for a debian/rpm package. It appears the package mentioned above has not been touoch in a year.