1836616 Members
2239 Online
110102 Solutions
New Discussion

CDE, is it installed

 
SOLVED
Go to solution
Herdip Kalare_3
Occasional Contributor

CDE, is it installed

How can I confirm if CDE is installed on my machine? I am putting together some documentation for DR. One step of the procedure is to ensure that CDE is installed on a box prior to installing SNA software.

I have done a swlist | grep CDE, but this only shows, PHSS_20864 1.0 CDE Runtime MAR2000 Periodic Patch, which is a CDE patch. Should I not see a software entry for CDE itself. What if the CDE installation was not patched, then I would see no entry at all.

What is the definitive way to check whether CDE is installed.

Thanks in advance,
Herdip
3 REPLIES 3
Pete Randall
Outstanding Contributor
Solution

Re: CDE, is it installed

swlist -l product |grep -i cde
CDE B.11.00 HP-UX CDE User Interface


Pete

Pete
Zeev Schultz
Honored Contributor

Re: CDE, is it installed

This is an output of my 11.00's "swlist -l fileset | grep -i cde":

----------------------------
CDE B.11.00 HP-UX CDE User Interface
CDE.CDE-DTTERM B.11.00 CDE Terminal Emulator
CDE.CDE-ENG-A-HELP B.11.00 English Localized Help
CDE.CDE-ENG-A-MAN B.11.00 CDE Man Pages
CDE.CDE-ENG-A-MSG B.11.00 English Localized Message
Catalog
CDE.CDE-FONTS B.11.00 CDE Font and Font Support

CDE.CDE-HELP-RUN B.11.00 CDE Help Runtime
CDE.CDE-ICONS B.11.00 CDE Icons and bitmaps
CDE.CDE-LANGS B.11.00 localized files
CDE.CDE-MIN B.11.00 CDE Minimum Runtime
CDE.CDE-RUN B.11.00 CDE Runtime
CDE.CDE-SHLIBS B.11.00 CDE Shared Libraries
CDE.CDE-TRMNT-VUE B.11.00 CDE VUE Terminator
CDE.CDE-TT B.11.00 CDE Messaging
-----------------------------------------
pretty convincing,huh?

Zeev
So computers don't think yet. At least not chess computers. - Seymour Cray
Herdip Kalare_3
Occasional Contributor

Re: CDE, is it installed

Thanks for the speedy response, and pointing out the additional flags on the swlist command, much appreciated.