상세 컨텐츠

본문 제목

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

프로그래밍/linux

by 2hansoul 2022. 2. 18. 20:51

본문

반응형

리눅스 에서 yum 업데이트를 하려고 하는데 오류가 난다 

실행 중인 프로세스 죽이면 된다 

[root@localhost ~]# ps -ef | grep yum

[root@localhost ~]# kill -9 10298
[root@localhost ~]# kill -9 10435

....

모든 프로세스를 다 죽이고 

 [root@localhost ~]# rm -rf /var/run/yum.pid

 [root@localhost ~]# yum -y update

 

반응형

관련글 더보기

댓글 영역