In Linux, the full name of rpm is "Red Hat Package Manager", which means "Red Hat Package Management" in Chinese, which is a package management tool contributed by Red Hat; it is a package used for downloading from the Internet. Packaging and installation tool, which is included with some Linux distributions.
#The operating environment of this tutorial: CentOS 6 system, Dell G3 computer.
The meaning of rpm under Linux is as follows:
RPM is the abbreviation of Red Hat Package Manager. The original meaning is Red Hat package management. As the name suggests, it is contributed by Red Hat. Software package management;
RPM is a packaging and installation tool for Internet download packages, which is included in some Linux distributions. It generates files with .RPM extension. Similar to Dpkg.
RPM is used in mainstream distributions such as Fedora, Redhat, Mandriva, SuSE, and YellowDog, as well as distributions developed based on these versions.
RPM contains executable binary programs. This program is executable similar to the .exe file in the Windows software package; the RPM package also includes the files required for the program to run, which is also similar to Windows software packages are similar. In addition to .exe files, Windows programs also have other files to run.
An application in an RPM package sometimes requires other specific version files in addition to the additional files it brings to ensure its normal operation. This is the dependency of the software package; the dependency is not Linux It is unique and also exists in the Windows operating system; for example, if we run a 3D game in the Windows system, during installation, it may prompt to install Direct 9; the principles of Linux and Windows are similar.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of What does linux rpm mean?. For more information, please follow other related articles on the PHP Chinese website!