I thought I could do this with
Formerly, with the old packaging system this would work with a
pkg delete -R kde-4.8.4
, but it only deinstalled the package kde-4.8.4. A pkg autoremove
afterwards wouldn't do anything either.Formerly, with the old packaging system this would work with a
pkg_deinstall -rR <packagename>
.