
gary.buhrmaster at gmail
May 10, 2012, 8:03 PM
Post #3 of 3
(249 views)
Permalink
|
On Thu, May 10, 2012 at 7:34 PM, Monkey Pet <monkeypet [at] gmail> 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. _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-users
|