When installing Imunify360 on a CloudLinux server the installation fails due to a missing dependency Perl-JSON, a.k.a Perl(JSON).
However, due to the exclude in yum.conf of perl* the package cannot be installed automatically unless I force install it by:
yum install perl-JSON --disableexcludes=all
I see this yum exclude is found on most but not all cPanel servers, not sure when it was introduced into the configuration.
My question is, does installing Perl-JSON overriding the exclude might cause any issues with cPanel?
However, due to the exclude in yum.conf of perl* the package cannot be installed automatically unless I force install it by:
yum install perl-JSON --disableexcludes=all
I see this yum exclude is found on most but not all cPanel servers, not sure when it was introduced into the configuration.
My question is, does installing Perl-JSON overriding the exclude might cause any issues with cPanel?