I followed the installation instructions platform-install-packages/install-kaltura-redhat-based.md at Propus-16.15.0 · kaltura/platform-install-packages · GitHub but I’m stuck at the yum install kaltura-server
stage with the following error.
Updating Subscription Management repositories.
Dernière vérification de l’expiration des métadonnées effectuée il y a 0:00:15 le mar 17 aoû 2021 10:14:26 CEST.
Erreur :
Problème: package kaltura-server-16.14.0-1.noarch requires kaltura-front, but none of the providers can be installed
- conflicting requests
- nothing provides kaltura-sshpass needed by kaltura-front-16.14.0-1.noarch
The RHEL version installed: Red Hat Enterprise Linux release 8.4 (Ootpa)
For the configured kaltura repo:
cat /etc/yum.repos.d/kaltura.repo
# URL: http://kaltura.org/
[Kaltura]
name = Kaltura Server
baseurl = http://installrepo.kaltura.org/releases/latest/$releasever/RPMS/$basearch/
gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura-curr
gpgcheck = 1
enabled = 1
[Kaltura-noarch]
name = Kaltura Server arch independent
baseurl = http://installrepo.kaltura.org/releases/latest/$releasever/RPMS/noarch
gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura-curr
gpgcheck = 1
enabled = 1
Can someone help me understand why kaltura-sshpass
is not provided ?
Thanks!