[Linux] linux yum update 오류 Another app is currently holding the yum lock; waiting for it to exit.
리눅스 에서 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
[linux] centos7 서버,디비 자동 실행 httpd,mysql (0) | 2022.03.15 |
---|---|
[Linux] 그룹에 사용자 생성/그룹 관리 (0) | 2022.03.02 |
[Linux]linux 사용자 추가,삭제 그룹 생성,삭제,관리 (0) | 2022.02.16 |
[Liunx] This virtual machine appears to be in use. (0) | 2021.11.15 |
[Liunx] linux error_log 보기 (0) | 2021.10.27 |
댓글 영역