brain cramp on versioning info

2007-10-26 Thread LJ Mace
What the heck is the command to find the version(s) of
software your on?
I remember it is  - but for the life of me I
can't remember the exact command
thanks
brain dead Mace 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: brain cramp on versioning info

2007-10-26 Thread CHAPLIN, JAMES (CTR)
rpm -q for software installed using rpms
or for kernel info you can use:
uname -v

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of LJ
Mace
Sent: Friday, October 26, 2007 12:15 PM
To: LINUX-390@VM.MARIST.EDU
Subject: brain cramp on versioning info

What the heck is the command to find the version(s) of
software your on?
I remember it is  - but for the life of me I
can't remember the exact command
thanks
brain dead Mace 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: brain cramp on versioning info

2007-10-26 Thread Mark Post
>>> On Fri, Oct 26, 2007 at 12:15 PM, in message
<[EMAIL PROTECTED]>, LJ Mace <[EMAIL PROTECTED]>
wrote: 
> What the heck is the command to find the version(s) of
> software your on?
> I remember it is  - but for the life of me I
> can't remember the exact command

I'm guessing you're thinking of SPident.  If so, you don't really need the -v 
switches unless you want the gory details of why you're not completely up to 
date.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: brain cramp on versioning info

2007-10-26 Thread LJ Mace
SPident..Good Lord I couldn't think of it

thanks
Mace
--- Mark Post <[EMAIL PROTECTED]> wrote:

> >>> On Fri, Oct 26, 2007 at 12:15 PM, in message
> <[EMAIL PROTECTED]>, LJ
> Mace <[EMAIL PROTECTED]>
> wrote: 
> > What the heck is the command to find the
> version(s) of
> > software your on?
> > I remember it is  - but for the life of me
> I
> > can't remember the exact command
> 
> I'm guessing you're thinking of SPident.  If so, you
> don't really need the -v switches unless you want
> the gory details of why you're not completely up to
> date.
> 
> 
> Mark Post
> 
>
--
> For LINUX-390 subscribe / signoff / archive access
> instructions,
> send email to [EMAIL PROTECTED] with the
> message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: brain cramp on versioning info

2007-10-26 Thread John Summerfield

CHAPLIN, JAMES (CTR) wrote:

rpm -q for software installed using rpms
or for kernel info you can use:
uname -v



rpm -qa --qf ''
rpm -qd rpm
06:50 [EMAIL PROTECTED] ~]$ rpm -qa kern\* --qf '%{name}
%{version}\t%{release}  %{arch} %{license}\n'
kernel 2.6.18   8.1.4.el5  i686 GPLv2
kernel 2.6.18   8.1.10.el5  i686 GPLv2
kernel 2.6.18   8.1.14.el5  i686 GPLv2
kernel-xen 2.6.18   8.1.3.el5  i686 GPLv2
kernel-PAE 2.6.18   8.1.8.el5  i686 GPLv2
kernel-xen 2.6.18   8.1.8.el5  i686 GPLv2
kernel-PAE 2.6.18   8.1.14.el5  i686 GPLv2
kernel-xen 2.6.18   8.1.15.el5  i686 GPLv2
kernel 2.6.18   8.1.8.el5  i686 GPLv2
kernel 2.6.18   8.1.3.el5  i686 GPLv2
kernel-PAE 2.6.18   8.1.15.el5  i686 GPLv2
kernel-doc 2.6.18   8.1.15.el5  noarch GPLv2
kernel-headers 2.6.18   8.1.15.el5  i386 GPLv2
kernel-xen 2.6.18   8.1.4.el5  i686 GPLv2
kernel-PAE 2.6.18   8.1.10.el5  i686 GPLv2
kernel-xen 2.6.18   8.1.14.el5  i686 GPLv2
kernel-PAE 2.6.18   8.1.4.el5  i686 GPLv2
kernel-xen 2.6.18   8.1.10.el5  i686 GPLv2
kernel 2.6.18   8.1.15.el5  i686 GPLv2
06:50 [EMAIL PROTECTED] ~]$



--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

Please do not reply off-list

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390