Mailing List Archive

Mythtv-0.25
I am trying to install the mythtv-0.25 package but yum says it is not
found. Do I have to configure anything special in my atrpms.repo to get
this to work?
Re: Mythtv-0.25 [ In reply to ]
On Wed, Jun 26, 2013 at 6:17 PM, Larry K <lunchtimelarry@gmail.com> wrote:

> I am trying to install the mythtv-0.25 package but yum says it is not
> found. Do I have to configure anything special in my atrpms.repo to get
> this to work?
>

Solved, kind of.

I found that if I run

yum install mythtv-0.25*

finally, the myth 0.25 packages were found. But there were other odd
dependencies being picked up in versions 0.24 and 0.26, so I then ran

yum install mythtv-0.25* --exclude *0.24*,*0.26*

and that worked.