John Aldrich wrote:

> On Sun, 05 Sep 1999, you wrote:
> > Howdy all.  I am going to need to install BRU2000, the tape backup
> > software on a server.  The software requires Tcl/Tk v7.6 and 4.2
> > respectively.  How do I found out what version each currently is ?
> >
> try "rpm -qa | grep tcl" and "rpm -qa | grep tk" and see what the
> results are (oh, and remove the quotes before issuing the commands.
> <G>) This queries the RPM database and sends it to "grep" where you
> are looking ONLY for the term "tcl" and then the term "tk".
>
> That's one way to do it from the command-line...

... or, "rpm -qa | egrep '^tcl-|^tk-'" would be another...  ;-)

Carl

Reply via email to