This is a little command allowing to get such Information :
rpm -qa --qf "%-30{NAME}\t%{VENDOR}\n" |grep -i VENDOR_NAME
The opposite can be done. To define what are the installed packages which are not provided by a specific vendor :
rpm -qa --qf "%-30{NAME}\t%{VENDOR}\n" |grep -v
No comments:
Post a Comment
Thank you for your visit, let's share your point of view: