What does `rpm -e` do?

卸载 rpm包

rpm -e php                     卸载匹配的所有rpm包

rpm -e $(rpm -qa 'php*')       卸载匹配的所有rpm包

[Ref] Erase multiple packages using rpm or yum
Further Reading :Linux rpm 命令

你可能感兴趣的:(LInux,spring,boot,linux)