pkg install is slow

In the first run it will install everything from the freebsd servers, this download will be slow.
In the second run it's from my local drive with poudriere repository this will be faster.
I force the install. Idea is everything from poudriere repository except the ones that did not compiled (fallout).
 
pkg install is conservative, this means once a package was found in a repository it will try to re-use this repository on upgrade.
[ to circumvent this you can put CONSERVATIVE_UPGRADE: NO in your /usr/local/etc/pkg/repos/ files ]
 
Back
Top