Chapter 15: RPM && YUM

15.1: Management of RPM packages

        RPM is a packaging and installation tool for Internet download packages and is included in some Linux distributions. It generates files with .RPM extension. RPM is the abbreviation of Redhat Package Manager (Redhat package management tool), which is similar to Windows setup.exe. Although this file format name is marked with the Redhat logo, the concept is universal.

 

15.2: Uninstalling RPM

15.3: RPM installation

Basic syntax:

​ rpm -ivh RPM package full path name

Parameter Description:

        ​ i = install installation

        ​ v = verbose prompt

        h = hash progress bar

15.4:yum

 

Guess you like

Origin blog.csdn.net/weixin_63925896/article/details/132170963