Error code 모음/3. Linux Errors

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

쟈누이 2022. 11. 4. 14:57
반응형

 

1. 원인


현재 yum 에서 특정 프로세스를 사용하고 있어서 나타나는 에러

 

 

 

 

2. 해결 방법


아래 참고 링크의 2번을 참고하여 yum.pid 파일을 제거함

 

 

 

 

3. 참고 링크


https://bono915.tistory.com/entry/Linux-%EB%A6%AC%EB%88%85%EC%8A%A4-yum-%EC%98%A4%EB%A5%98-Another-app-is-currently-holding-the-yum-lock-waiting-for-it-to-exit.

 

 

[Linux] 리눅스 yum 오류 Another app is currently holding the yum lock; waiting for it to exit...

리눅스(Linux)에서 yum을 실행하다 보면 아래 그림과 같은 오류가 날때가 있습니다. 방법은 간단합니다. 현재 사용중인 프로세스를 제거하거나 실행중인 yum을 제거하면 됩니다. 1) 해결책 1 : yum 프

bono915.tistory.com

 

반응형