How to get complete packages list in Solaris 11 IPS
Hi I am using
# cat /etc/release
Oracle Solaris 11 11/11 X86
Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
Assembled 18 October 2011
I have made a local repository
root@solaris11:~# pkg publisher
PUBLISHER TYPE STATUS URI
solaris origin online file:///export/repoSolaris11/
when I give the command to list the available packges
#pkg list
It show only installed packges and does not show the uninstall packages which are availabe in repo.Although GUI utility packagemanger show boths.
How can I check the list of uninstall packages which are available in repository ?
0