Find Software Version


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Find Software Version
# 1  
Old 05-06-2003
Find Software Version

Hi,

Is there anyway to find what version of a software is installed on a particular box ?

For Tru64 unix, the setld -i command lists all the software that is installed. But how do i get the version ? is there a unix command for this?

Is setld specific to Tru64 ?

Do reply

VJ
# 2  
Old 05-07-2003
setld is specific to Tru64. See UNIXguide.net for information on the differences of commands in various flavors of UNIX.

As far as getting the version, one way is to use the strings command -

# strings your-package |grep -i version

Not all packages put the version inside the executable, but this might help with some.

Also check out the info attru64.org - search for " How do I figure out what version of Digital UNIX I have". It shows using the strings command searching for Rev.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

Third party software location and their version in Aix

Hi All, I am new to Aix server. I want to search the location of third party software installed on aix. I checked at location /usr/local as well as /opt. Is it the correct location for third party software installed location? If yes, then how to check their version? If not, kindly... (5 Replies)
Discussion started by: manjusharma128
5 Replies

2. Shell Programming and Scripting

Script to look for new version of software

Bit of a long shot but is there a way i can have a script check a website for new version of software and dwnload it . and maybe email me when it downlaods not sure if that is even possible, to make it even worse i have to give a username and password to be able to download it thanks ... (5 Replies)
Discussion started by: ab52
5 Replies

3. Programming

How To find if Specific Software is installed ?

Hi all, I have developed an application in linux that uses MySQL and unixODBC. Now I am making a small installer for this application that configures environment for this application. What I need is the way to check if MySQL and unixODBC is installed on the system before I start installing my... (3 Replies)
Discussion started by: noble_curious
3 Replies

4. AIX

how to find old software on IBM

Hi All, im trying to find some older versions of software due to a problem that i'm having after upgrading. namely. devices.sdd.43.rte ibm2105.rte version 32.6.100.18 devices.fcp.disk.ibm2105.rte version 32.6.100.18 devices.scsi.disk.ibm2105.rte version 32.6.100.18 Anyone any ideas... (0 Replies)
Discussion started by: djdavies
0 Replies

5. AIX

Where i can find gmake software for AIX 5.2

Where i can find gmake software for AIX 5.2 Thanks Bala (1 Reply)
Discussion started by: Balamurugan
1 Replies
Login or Register to Ask a Question