Can I download these to a usb drive and install them on my netbsd laptop?
EDIT: I mainly want to get emacs on my computer.
EDIT: I mainly want to get emacs on my computer.
pkg fetch -d
and then copy them to your USB stick. pkg add
and the package name. pkg fetch -d -o / ncdu
pkg add ncdu.txz
from the directory with the file or provide a path. fetch
the packages. pkg fetch
also grabs all the leaf dependencies saving alot of research time.You will also need to grab pkg.txz for offline installs.
pkg add
command works with the limited pkg tool (without the need for the extra pkg.txz). It also looks for dependencies in the local directory you are currently in. Basically for all intents and purposes the same as the good ol' pkg_add
without the -r / remote option. pkg fetch
because so far I have been scraping the web pages using wget / curl which is not a nice experience. I am assuming you can use '*' for "everything"?Rule #7: FreeBSD Forums RulesCan I download these to a usb drive and install them on my netbsd laptop?