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

Reply via email to