I'm a bit of a newbie so please excuse me if this is a stupid question.
When I install packages using [cmd=]pkg_add -r package.tbz[/cmd] where are the package and its dependencies' .tbz files, that it downloads during the install, stored?
And if you want to keep them permanently, use the -K option (e.g. pkg_add -rK package.tbz). They will be kept in the current directory. Or better, you can define PKGDIR (e.g. in /root/.cshrc) and they will be kept there instead.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.