On 2012-12-26, Live user <nots...@live.com> wrote: > Where can I find all the software that comes > in install52.iso? > > I've tested, as an example, with tar: > > # tar --version > tar: unknown option -- - > usage: [..] > > 'pkg_info -A' shows nothing. > >
This isn't like a Linux distribution where the whole system is installed from a collection of different pieces of packaged software. The base operating system is a consistent whole; pkg_info lists only packages of third-party software which are not part of the base OS (software from packages is located primarily under /usr/local, with some files ending up in other places like /var - software from the base OS installs into /bin, /sbin, /usr/bin, /usr/sbin etc).