<HTML><BODY><div><div>Hello Stefan,</div><div> </div><div>as we see, the packages are available from 2 repos in your system —</div><div>an old version from ‘epel’ and an up-to-date one from ‘opensips’.</div><div> </div><div>It can be useful to run such command to list available packages</div><div>and repositories they belong to:</div><div> </div><div>    yum --showduplicates list available opensips*</div><div> </div><div>And then instruct yum exactly to install some certain version of the package, e.g.:</div><div> </div><div>    yum install opensips-X.Y.Z-3.el7</div><div> </div><div>It’s also possible to specify the repository from which you intend to install a package:</div><div> </div><div>    yum --enablerepo=opensips install opensips</div><div> </div><div> </div><div>Maybe these notes will be useful for somebody, as you’ve already solved the problem.</div><div> </div><div><div><div><div>-----------------------------------------------<br>BR, Alexey<br>https://alexeyka.zantsev.com/</div></div></div></div><div> </div></div></BODY></HTML>