July
20
cPanel “E Sysup: Needed system RPMs were not installed” error debug
To find the missed packages we can use the following command:
awk '$4=="E"' /var/cpanel/updatelogs/last
It will allow us to see the missed RPMs and install them after via yum.
The original article is stored here