윌리/System 이것저것

[yum 에러] Another app is currently holding the yum lock; waiting for it to exit...

Jehna 2017. 3. 31. 10:24

" CentOS 7 yum 에러 "


Another app is currently holding the yum lock; waiting for it to exit...


정말 오랜만에 보는 yum 에러.. 이럴땐 yum process를 죽이거나 해당파일을 삭제하면 된다.


1. yum process kill


   # ps -ef | grep yum  (프로세스 확인)

   # kill -9 15211 (프로세스 죽이기) 

  


2. /var/run/yum.pid 삭제


   # rm -rf /var/run/yum.pid