Purge all removed packages ?

Björn König bkoenig at cs.tu-berlin.de
Fri Dec 9 11:47:58 PST 2005


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


More information about the freebsd-questions mailing list