Im trying to install OTRS 5 on RHEL-7 and and getting this dependency error and cant find the way to solve it. I have installed the EPEL repository, had ran "yum update" and up to now no success.
Code: Select all
--> Finished Dependency Resolution
Error: Package: otrs-5.0.7-01.noarch (/otrs-5.0.7-01.noarch)
Requires: perl(Template)
Error: Package: otrs-5.0.7-01.noarch (/otrs-5.0.7-01.noarch)
Requires: perl(XML::LibXSLT)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
andyum install --nogpgcheck http://ftp.otrs.org/pub/otrs//RPMS/rhel ... noarch.rpm
These are the repositories I have enabledyum install --nogpgcheck otrs-5.0.7-01.noarch.rpm with the rpm package already downloaded
Any help will be appreciated.Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 9,433
rhui-REGION-client-config-server-7/x86_64 Red Hat Update Infrastructure 2.0 Client Configuration Server 7 6
rhui-REGION-rhel-server-releases/7Server/x86_64 Red Hat Enterprise Linux Server 7 (RPMs) 10,330
rhui-REGION-rhel-server-rh-common/7Server/x86_64 Red Hat Enterprise Linux Server 7 RH Common (RPMs) 168
repolist: 19,937
Ruben