Ugo Bellavance wrote: > Hi, > I'm looking for a way to determine the licenses of > packages we're using. Really quick hack (haven't checked it myself, might be rather ugly): for i in `rpm -qa`; do echo $i; rpm -qi $i | grep -i license; done -- Bryan J. Smith | Sent from Yahoo Mail mailto:b.j.smith at ieee.org | (please excuse any http://thebs413.blogspot.com/ | missing headers)