On Sat, 2018-11-10 at 13:59 +0000, John Pilkington wrote: > On 10/11/18 12:42, Ed Greshko wrote: > > On 11/10/18 8:32 PM, Patrick O'Callaghan wrote: > > > My repos directory has accumulated a lot of cruft over the years, > > > things like unused COPR repos etc., so I wanted to clean it out. I have > > > a couple of questions: > > > > > > Do I need both fedora-* and fedora-*-modular repos? > > > > > > How do I list installed packages from a specific repo? > > > > Well, without reading the man page, one can simply do "dnf list installed" and then grep > > on the repo name since it is tacked on to the listed item. > > > > Do be aware that some will be @updates if they were updated since the release. > > > I have this squirrelled away from a similar query long ago. It's not > something that comes immediately to mind. > > Identify rpms from a specific source; here Nux! > > rpm -qa --qf " %{NAME}\t%{VENDOR}\n " | grep -i Nux! That's useful, thanks. poc _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx