Linux

[CentOS] yum 오류 Another app is currently holding the yum lock; waiting for it to exit.

cho2cee 2021. 1. 31. 16:38

해결법은 간단하다. 현재 사용중인 프로세스를 제거하거나 실행중인 yum을 제거하면 된다.

해결책 1. yum 프로세스 죽이기 
# ps -ef | grep yum
# kill -9 4602

 

 

 

 

해결책 2. yum.pid 파일 제거 
# rm -rf /var/run/yum.pid