Operating Systems > Linux and UNIX
install/uninstall from source
voidmain:
Plus when you install from source, even with that utility you still have to do a "configure" and set all the options you need, build the software, install etc. RPM's and DEB files are still much easier and the RPM database provides much more than querying and dependency capabilities. For instance you can easily verify the installed packages to make sure the files that are installed have not been tampered with using date/time, permissions, MD5 checksums, etc, just by doing an "rpm -V packagename".
I would still say RPM and DEB are preferred if possible but if you have to install from source then this utility is better than nothing.
Calum:
i wonder if those other benefits of rpm and deb that you mentioned could also be addressed when installing source-code-brand-X-0.4.1.tar.gz in the future?
pkd_lives:
Well the utility seems to offer a file saving function when you ./configure, which they claim negates the compilation need, but I see you are basically saying that for adminstration purposes rpm and deb are better solutions, and easier it would seem.
However I like what Calum said. If these nice functions could be built in to the compiler, or the tar or compression functions then surely source would be the better option, after all that would remove a lot of the proprietary nature of the systems and give everyone a standard to work.
Navigation
[0] Message Index
[*] Previous page
Go to full version