Skip to main content

Package Manager in Redhat(RPM)

 

What is Package manager in redhat/centos? 

RPM stands for redhat package manager, RPM is default package manager in redhat/centos systems.


What is package?

Package is a bundle of programs lwhich is to be installed on any OS.

For redhat/centos : .rpm

For debian/ubuntu: .deb

For windows; .exe

For mac: .pkg


Syntax: rpm  <option>  <package name>

Options:

q - query

    qi - display detail info about specific packages

    ql - list files of packages

    qd - list document own by packages

    qa - list all installaed packages

    qc - list configuration file of packages


i - install package

    v - verbose

    h - human readable


e - erase

V - verify

U - upgrade install package    

Comments

Popular posts from this blog

Booting Process in Linux

  What is booting process? Basically how system starts and we get GUI is called as booting process. 1.BIOS/UEFS BIOS is a Basic input and output system. UEFS is a unified extensible firmware.  2. Master Boot Loader It has the total size of 512 kb.     446 kb for boot loader     64  kb for partition table     2 kb for future reserved 3. Boot Loaders Boot loader in RHEL8 and RHEL9 is grub2. It has location of kernal. GRUB2 is stand for Grand Unified Boot Loader. 4.Kernal   Kernal loads in system and take command of systems. 5.Systemd This is the first process of linux system. 6.Targets Simply target means user console(GUI/CLI)