yumが実行できないときの対処法

yumを実行したときに

Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  25 M RSS (896 MB VSZ)
    Started: Fri Jun 22 15:09:22 2018 - 00:07 ago
    State  : Traced/Stopped, pid: 13214

のように出力されてしまうときの対処法は、1つ目は

$kill -9 {pid}

でプロセスを殺す。2つ目は

rm -f /var/run/yum.pid

で強制的にyum.pidを削除する。