Date: Fri, 09 Dec 2005 20:48:02 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de> To: Mehmet Fatih AKBULUT <mfatihakbulut@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Purge all removed packages ? Message-ID: <4399DF72.3060708@cs.tu-berlin.de> In-Reply-To: <eed667140512090439y7cc0d1a8wd6939129339d4d59@mail.gmail.com> References: <eed667140512090439y7cc0d1a8wd6939129339d4d59@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4399DF72.3060708>