How can I get a list of licenses from intalled RPMs?
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-03-15T06:06:37Z
Indexed on
2010/03/15
6:09 UTC
Read the original article
Hit count: 317
We've been asked to list all the software and licenses used in our organization. Without deciding the value of this request, I'd like to get my Fedora laptop to answer the question easily.
rpm -qa
Gives me a list of packages, but no license data. My next step is to take that output and write a script to query each package's license.
Anyone got an easier idea?
© Stack Overflow or respective owner