cPanel scripts returning a Perl error !

There might be many situations in which you need to run some default cPanel scripts in the server. Recently i found an issue when running the script : # /usr/local/cpanel/scripts/check_cpanel_rpms –fix The error returned was something like : #...

cPanel / WHM upgrade failure !

When trying to upgrade cPanel /WHM version, do you face the following error : Switching to 11.46.2.4 to determine if we can reach that version without failure. FATAL: Could not figure out RPM distribution version The Administrator will be notified to review this...

Installing a Perl module using CPAN

In this short post, we will discuss on how to install a perl module using CPAN. First, login to the CPAN interactive shell using the command: # cpan Once, you are in, install a module using the syntax, cpan> install package:function eg, to install the...