LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   "SUNWevolution-socs-connect-share" package missing with 'pkginfo -l' (https://www.linuxquestions.org/questions/solaris-opensolaris-20/sunwevolution-socs-connect-share-package-missing-with-pkginfo-l-4175453745/)

nagendrar 03-12-2013 05:06 AM

"SUNWevolution-socs-connect-share" package missing with 'pkginfo -l'
 
I am getting "SUNWevolution-socs-connect-share" package name with "pkginfo -i" command in soalris. But this package name is missing with "pkginfo -l" command.

Is there any reason to miss this? Please help me to get "SUNWevolution-socs-connect-share" package with 'pkginfo -l' command also.


Thanq,
Nagendra

shivaa 03-16-2013 02:42 PM

If you will check manual of pkginfo cmd, the -i options is used to displays information only for fully installed packages, which you're obtaining. But -l option is used for 'long format' report, which is actually not available for this package. So instead you can check it using:
Code:

~$ pkginfo -l | grep SUNWevolution-socs-connect


All times are GMT -5. The time now is 05:39 PM.