Feizhou wrote:
And if you want to see just the name and the license rpm -q --queryformat "%{name}\t%{license}\n" packagename
And if you want to see it for everything installed
rpm -qa --queryformat "%{name}\t%{license}\n"
Thanks Connie.
Thanks all. A lot easier this way, :)