Software Installation Method:
1. RPM Mode
The nature of the software installation is consistent with the installation software in Windows, which is to copy the binary code files in the package to the system specified directory (e.g. C://program files).
Advantages: Software Installation is very convenient
Disadvantage: The software components are relatively fixed, inflexible, need to manually solve the dependency relationship;
2.yum Smart Way
This method is similar to the 360 "one-button installation", more intelligent.
The condition of the:1> can be connected to the Internet or configured to place the software in a specified location (without networking)
Benefits: Easy One-click installation, no need to consider software dependencies
3. Source code compilation and installation
SOURCE File---(Compilation tool)--binary file---(copy)--System specified directory
When the software is installed:
1> source code by compiling the production of binary files
2> Copy the binaries to the system directory
Linux Software Installation