rpm package

1. What is the rpm package

  Is a compiled binary packages, installation speed.

2.rpm package naming

  

 

 

   el6: The package for Red Hat 6.x, CentOS 6.x, and CloudLinux 6.x installed

   el7: The package for Red Hat 7.x, CentOS 7.x, and CloudLinux 7.x installation

   el8: The package for Red Hat 7.x, CentOS 7.x, and CloudLinux 7.x installation

   i386: for all 32-bit CPU of the AMD and Intel ()

   x86: This package is for 32-bit cpu

   x64: This package is for 64-bit cpu

   x86-64: This package is for 32, 64-bit cpu

3.rpm package installation

  Use the rpm package management tools installed

  Command: rpm -ivh package name

  Options: -i install

     -h displays the progress (user-friendly installation progress)

     -v display installation information

     

Guess you like

Origin www.cnblogs.com/fanshehu/p/11837128.html
Recommended