Yes, rpp-uninstall uninstalls installed packages. Use like so:
rpp-uninstall [options] name [version [type [prefix]]]
You must specify enough of name, vesion, type and prefix to uniquely specify a single installed package. rpp-uninstall will only uninstall a single package at a time. type is either bin, src or -, and any of name, version or prefix can be -. In all cases - acts as a wildcard. To uninstall the findutils package we just installed above, use:
# rpp-uninstall findutils
If there are other findutils packages installed (a source package, for instance), you will get a ``Multiple matches'' error, and nothing will be uninstalled. You will have to specify the package further:
# rpp-uninstall findutils - bin