Install specific version (CentOS)

Hello,

How can I choose which version to install on CentOS (I’d like to install 12.15 and not the latest for a dev env.) ?

Many thanks.

Hi @luca.guindani,

Simply edit /etc/yum.repos.d/kaltura.repo and under the ‘Kaltura-noarch’ replace ‘latest’ with the required version. So, for 12.15.0:

[Kaltura-noarch]
 name = Kaltura Server arch independent
 baseurl = http://installrepo.kaltura.org/releases/12.15.0/RPMS/noarch
 gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura
 gpgcheck = 1
 enabled = 1

Perfect, thanks a lot !