반응형
Another app is currently holding the yum lock; waiting for it to exit . . .
오류 해결 방법
yum 을 이용해 작업을 하는 도중 Stop 후 다시 yum 을 사용하게 되면 아래와 같은 오류가 발생할 가능성이 있습니다.
해결방법
1) 작업 목록 확인: ps -ef | grep yum
2) 목록에서 죽이기: $ sudo kill -9 3567
반응형
'BackEnd > Linux' 카테고리의 다른 글
Linux 기초 명령어 find / cat / grep / whereis / which (0) | 2021.09.19 |
---|