How to use RPM command

To install and uninstall RPMs, use RPM command as follows.

rpm -qa | grep pakage-name

rpm -e pkgname

rpm -ivh pkgname

You can also use YUM to install/uninstall rmp pkgs

yum remove bind*

yum install bind*

 


How to use RPM command, Hostripples Web Hosting
HR-ADMIN