I built a light weight desktop from binary packages on an amd64 system. I would like to build the same desktop in an i386 system. Is there a way to install from a list that I generate on the amd64 machine? OpenBSD has a
I'm comfortable with
pkg_add -l command but my forum search/web search came up empty for FreeBSD.I'm comfortable with
pkg list > pkglist.txt but was also wondering if I could just list packages that were explicitly installed and not clutter the list with packages that were installed as dependencies?