After downloading a new package, either of a new or updated piece of software, the user will usually want to install it.
This section assumes that the user has indeed downloaded the package he wants to install. Also, it is assumed that all the necessary dependency packages have been also downloaded (see packages overview for details on how this can be achieved).
The user has two options for installing software on his machine, depending on his needs and on his expertise. He can download either a source package, containing the software's source code files and (usually) a makefile, or a binary package, containing the precompiled binary files necessary for the software's installation and execution.
The advantages of downloading the source packages, instead of downloading binary packages, are:
- The code is optimized for the user's machine, processor, architecture etc.
- Dependency problems less frequent because the code is compiled against the user's installed libraries.
- Depending on his expertise, the user can "tweak" the code and make changes for the software to fit his needs and machine.
- No need for user knowledge of compiling and running makefiles. Should there be problems with the compilation, most regular users will have no idea of how to solve them.
- Providing that the package was compiled for the user's specific architecture, installation should be as easy as clicking the package and choosing to install it.
- Main.AssafSagi - 31 Jan 2005
Version 1.5 last modified by StephaneLauriere on 08/11/2005 at 22:30
Document data
Attachments:
No attachments for this document
Comments: 0