Mehmet Fatih AKBULUT schrieb:
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 ?

This is not necessary because if you install with "pkg_add -r" the package will be downloaded into a temporary directory and deleted after the software has been installed.

Björn
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to