![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a Home Inventory with F-Spot (video) | iBot | UNIX and Linux RSS News | 0 | 03-27-2008 01:40 PM |
| File Inventory Scan | seacros | Shell Programming and Scripting | 4 | 03-17-2008 08:13 AM |
| Symark Software Named to Software Magazine’s Software 500 for ... - Business Wire (pr | iBot | UNIX and Linux RSS News | 0 | 10-29-2007 06:40 AM |
| Utilities/Scipts to Inventory Hardware and Software | limey | UNIX for Dummies Questions & Answers | 4 | 09-07-2007 01:48 AM |
| Collecting software inventory | superghost | UNIX for Advanced & Expert Users | 2 | 11-26-2005 03:01 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can I find out what software is installed on the machine, other than ls? Is there a registry program like in Windows? The os is Sun 2.5.
Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
try pkginfo -l |grep (your package) or you can type
cat /var/sadm/install/content| grep (your package) or you can type: cat /var/sadm/pkg|grep (your package) to determine the path. Hope this helps. Mardio |
|||
| Google The UNIX and Linux Forums |