Solaris > Finding more information about packages
How to find what packages (software’s) installed?
1)Run the command pkginfo to find the information:
# pkginfo | more
2) Note that packages provided by SUN always have prefix SUNWpkgname
3 To find more about SSH Software’s:
# pkginfo | grep "SSH"
4) To print all available information about package (long format aka package description):
# pkginfo -l SUNWsshcu
Verify the package contents
1)You can use the command pkgchk as follows:
# pkgchk -l SUNWzip | more
How to verify that package installed successfully?
# pkgchk -v SUNWzip | more
OR
# pkgchk
If you run above command and something is missing then you will get on screen error:
# pkgchk -v SUNWzip | more
/usr
/usr/bin
ERROR: /usr/bin/zip
pathname does not exist
/usr/bin/zipcloak
/usr/bin/zipnote
/usr/bin/zipsplit
E-mail this to a Friend
Printable Version
You may also be interested in other helpful articles:
- Howto: Finding out recently Installed RPMs under Suse Linux
- Question: The Difference between Sun OS and Solaris
- Howto Setup Apache 2, MySQL 5, and PHP 5 (SAMP) for SUN Solaris 10 UNIX
- Solaris > Add / Install new software packages
- Finding out who is logged on to a Solaris system
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Yesterday ~ 12 Comments
Yesterday ~ 8 Comments
Yesterday ~ 185 Comments
Yesterday ~ 15 Comments
Yesterday ~ 3 Comments