After read in FreeBSD manual page about pkg_add(1), I noticed that there are many option for it. For example:
But I didn't notice how to download package with its dependencies without installing it. Because I want to bundle some packages in a CD for offline installation. Is there anyone who will to help me?
- pkg_add -K for keeping any downloaded package in PKGDIR;
- pkg_add -r for using the remote fetching feature;
- pkg_add -d if I do not actually install a package.
But I didn't notice how to download package with its dependencies without installing it. Because I want to bundle some packages in a CD for offline installation. Is there anyone who will to help me?