Hi Charles, You can also go here to see the IPS documentation, which has similar information.
http://dlc.sun.com/osol/docs/content/2009.06/IMGPACKAGESYS/ips_cmds.html Nita On 09/18/09 09:15, Charles Baker wrote: > Since man is not installed, what is the command set needed ? > > thanks > > > root at opensolaris:~# pkg --help > Usage: > pkg [options] command [cmd_options] [operands] > > Basic subcommands: > pkg install [-nvq] [--no-refresh] [--no-index] package... > pkg uninstall [-nrvq] [--no-index] package... > pkg list [-Hafsuv] [--no-refresh] [package...] > pkg image-update [-fnvq] [--be-name name] [--no-refresh] [--no-index] > pkg refresh [--full] [publisher ...] > pkg version > > Advanced subcommands: > pkg info [-lr] [--license] [pkg_fmri_pattern ...] > pkg search [-alprI] [-s server] query > pkg verify [-Hqv] [pkg_fmri_pattern ...] > pkg fix [pkg_fmri_pattern ...] > pkg contents [-Hmr] [-o attribute ...] [-s sort_key] > [-t action_type ... ] [pkg_fmri_pattern ...] > pkg image-create [-fFPUz] [--force] [--full|--partial|--user] [--zone] > [-k ssl_key] [-c ssl_cert] [--no-refresh] > [--variant <variant_spec>=<instance>] > (-p|--publisher) name=uri dir > pkg change-variant [-nvq] [--be-name name] <variant_spec>=<instance> > [<variant_spec>=<instance> ...] > > pkg set-property propname propvalue > pkg unset-property propname ... > pkg property [-H] [propname ...] > > pkg set-publisher [-Ped] [-k ssl_key] [-c ssl_cert] > [-O origin_uri] [-m mirror_to_add | --add-mirror=mirror_to_add] > [-M mirror_to_remove | --remove-mirror=mirror_to_remove] > [--enable] [--disable] [--no-refresh] [--reset-uuid] publisher > pkg unset-publisher publisher ... > pkg publisher [-HPa] [publisher ...] > pkg history [-Hl] > pkg purge-history > pkg rebuild-index > > Options: > -R dir > --help or -? > > Environment: > PKG_IMAGE > root at opensolaris:~# find /usr/share -name pkg'*' > /usr/share/lib/pkg > /usr/share/lib/pkg/web/_themes/pkg-block-icon.png > /usr/share/lib/pkg/web/_themes/pkg-block-logo.png > /usr/share/lib/pkg/web/_themes/pkg-block-logo.svg > /usr/share/man/cat1/pkg.1 > /usr/share/man/cat1/pkgrecv.1 > /usr/share/man/cat1/pkgsend.1 > /usr/share/man/cat1m/pkg.depotd.1m > /usr/share/man/cat5/pkg.5 > /usr/share/man/man1t/pkg::create.1t > /usr/share/man/man1t/pkg_mkIndex.1t > /usr/share/pkg > /usr/share/pkgconfig > root at opensolaris:~# ls /usr/bin/man > /usr/bin/man: No such file or directory > root at opensolaris:~# >