Steps/Command to know installed software in UNIX

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
parameswar
Premium Member
Premium Member
Posts: 66
Joined: Sun Apr 08, 2007 12:34 pm

Steps/Command to know installed software in UNIX

Post by parameswar »

one can know the installed softwares from control panel in windows. Similarly what is the UNIX command or any steps to know the installed software in UNIX
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is no command in UNIX that will directly tell you that. Many applications or packages are just copied into and run from a certain directory so there is no central "registration" done.

There might be a way to display certain types of software, but that does depend upon which UNIX type and version you are running.
parameswar
Premium Member
Premium Member
Posts: 66
Joined: Sun Apr 08, 2007 12:34 pm

Post by parameswar »

ArndW wrote:There is no command in UNIX that will directly tell you that. Many applications or packages are just copied into and run from a certain directory so there is no central "registration" done.

There might be a way to display certain types of software, but that does depend upon which UNIX type and version you are running.
Got the command.The command is OS specific as below:

AIX lslpp -L all
FreeBSD pkg_info -a
HP-UX swlist
LINUX rpm -qa
SOLARIS Pkginfo
Tru64 setld -i

Thanks,
Parameswar
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Good job - some of those I hadn't heard of before! But remember that these will not be exhaustive lists of all installed software
Post Reply