On Jul 11, 2015 12:38 PM, "Gregory P. Ennis" <PoMec@pomec.net> wrote:
>

> > > [root@HmGe f21]# rpm -Uhvf aeskulap-0.2.2-0.19beta1.fc21.x86_64.rpm
> > > error: Failed dependencies:

`rpm` knows about dependencies but does not pull other packages to resolve them.  That's dnf's job.  Use dnf, do not use rpm directly.

...

> John,
>
> Can you give me a list of what repositories you are using.  Here is
> what I got
>
> Greg
>
> > [root@HmGe f21]# dnf --nogpgcheck --releasever=21 install aeskulap
> > -0.2.2-0.19beta1.fc21.x86_64.rpm
> > Extra Packages for Enterprise Linux 7 - x86_64
> >    1.2 MB/s | 9.3 MB     00:07

You are not running Enterprise Linux 7.  This repo is not for Fedora.  Using it will cause conflicts and unpredictable problems.

--Pete