Linux Basic Administration Concepts
Installing Software
In the linux world software comes in three main formats:
- RPM Packages - Files with an .rpm
extension, containing binaries for a specific distribution.
- Source code - Files with .tar.gz,
.tgz or .tar.bz2 extentions, containing compressed source
code of the program.
- Installers - Usually commerical software, which
comes with a sinlgle binary that you should run to intall the software.
Alon Altman