Uninstall MongoDB on Centos using yum remove

First, get the list of packages to be removed:

rpm -qa –qf=”%{n}-%{v}-%{r}.%{arch}n” ‘mongo*’ | sort

Then use yum remove

sudo yum remove <package names>