-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu January 8 2004 11:31, Dallin Doney wrote: > I am not sure how to search for the rpm. Is that on the command line or > is it a GUI application? I tried using Kfind, but no help.
The command is (and this is performed on the command line): rpm -qa | grep -i kernel-<version>.src.rpm This is specific to the exact file name, or rpm -qa | grep -i kernel This will give you results for anything that has "kernel" in it. The switches -qa stands for "query" "all" then you pipe it through grep to filter out what you may want to or not want to see. The -i switch tells it to be case insensitive. I hope this helps. Neil Bower -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE//bk8L5PebEz22pURAl+CAKCz3XXhlU6/3ifpCAxo34KEV99qfQCgl8sO +l+TyzWlq04JX6mBJUx2GCY= =d/m2 -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

