hi all. how can i purge all removed packages ? does freebsd has something like this : *dpkg -l | awk '/^rc/ {print $2}' | xargs dpkg --purge *??? (which works on debian!) any suggestion ? Regards. Bye