LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   basic questions (https://www.linuxquestions.org/questions/linux-newbie-8/basic-questions-287320/)

chennairaja 02-07-2005 11:31 AM

basic questions
 
hi iam very new to linux.exactly three days old. while going thro some open source websites i have found a couple of tems i dont understand too well.
What do u mean by packaging?? and wat do u mean by building??

i see the term night builds,build release etc.google didnt help me with it.please respond and help a newbie.

thanx

Padma 02-07-2005 11:54 AM

My personal interpretation of these:

Packaging: An application (or any self-standing software component) is "packaged" for different distros. Redhat/Fedora, mandrake, others use "RPM" (the Redhat Package Manager). Debian uses "apt", gentoo uses "Portage", etc. These package managers handle things like dependencies, and ensure the various parts are put in the "correct" places, and assigned the correct permissions, and so forth. Packaging commonly referes to binary components, but source can be packaged, also, particularly with source-based distros, like Gentoo.

Building: producing a deliverable form of an application. Compiling is the key step, but it may also include steps like packaging for specific distros. A "nightly build" would be the version of an app that was versioned in cvs as of that night. It may not run correctly, but it should at least *start*. ;)


All times are GMT -5. The time now is 08:49 AM.