Skip to main content

Command Palette

Search for a command to run...

How to Find and Uninstall a Package Using RPM

Updated
1 min read

Today I needed to be able to find a package and uninstall the package. HowToForge saved the day with a great forum post

To find packages:

rpm -qa | grep -i webmin

To unistall the package:

rpm -e

If you need to uninstall more than one package at a time

rpm -e

More from this blog

Untitled Publication

29 posts