Plesk

Unable to install system updates or update Plesk: Another app is currently holding the yum lock

Symptoms

Cause

Yum process is stuck.

Resolution

  1. Connect to the server via SSH.

  2. Kill the stuck processes locking the Yum package manager:

    # for PID in `ps awufx | egrep yum|pum|install|rhn_check | grep -v grep | awk '{print $2}'`; do kill -9 $PID; done