j
k
j a
j l
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
Back to the thread
Back to the list