<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Ah, sweet, that was very helpful! That output a bunch of <a href="http://ATrpms.net">ATrpms.net</a> lines without the package name, but I was able to modify it to be this:<div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">rpm -qa —qf '%{NAME}\t%{VENDOR}\n' | grep -i atrpms</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px;">and that outputs the package name and ATrpms so I can use yum to uninstall them.</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Thanks for the help!!</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Paul</div><div style="margin: 0px;"><br></div><div><div>On Nov 2, 2014, at 1:36 PM, Michael <<a href="mailto:mythtv@blandford.net">mythtv@blandford.net</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 11/02/2014 02:33 PM, Paul Stillwell wrote:<br><blockquote type="cite">I tried that before and it only lists 3 packages, none of which are mythtv (which I have installed from atrpms) so I know that it is missing a ton of stuff.<br><br>Anyone else have an idea?<br><br></blockquote><br>Try something like this:<br><br>`rpm -qa --qf '%{VENDOR}\n' | grep -i atrpms<br><br><br>Michael<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>http://wiki.mythtv.org/Mailing_List_etiquette<br>MythTV Forums: https://forum.mythtv.org<br><br></blockquote></div><br></div></body></html>