If I run
I'm doing some testing which involves installing a number of pkgs and want to avoid downloading them repeatedly to establish a clean environment.
pkg delete -a
does that clean out the the pkgs from /var/cache/pkg, and if not, would a pkg install
attempt to fetch them from cache?I'm doing some testing which involves installing a number of pkgs and want to avoid downloading them repeatedly to establish a clean environment.