[mythtv-users] Purging rpms

Gary Buhrmaster gary.buhrmaster at gmail.com
Fri May 11 03:03:37 UTC 2012


On Thu, May 10, 2012 at 7:34 PM, Monkey Pet <monkeypet at gmail.com> wrote:
> I was wondering if there was a way to find all rpms from a particular repo.
> For example, I want to remove all packages installed from atrpms.
>  Afterwards, I want to switch over to rpmfusion and install mythtv and all
> dependencies from there.

rpm -qa --qf '%{NAME} %{VENDOR}\n'

will list the package and the vendor.  I presume the
vendor that you should grep for is atrpms.


More information about the mythtv-users mailing list