일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ReactJS
- tool
- jenkins
- Oracle
- devops
- jsp
- Spring Batch
- IntelliJ
- AWS
- JVM
- java
- springboot
- elasticsearch
- php
- Gradle
- Git
- db
- it
- javascript
- 요리
- Design Patterns
- MySQL
- Web Server
- 맛집
- Spring Boot
- ubuntu
- redis
- linux
- Spring
- laravel
Archives
- Today
- Total
아무거나
[ubuntu] dpkg 에러 날때 본문
반응형
E: Could not get lock /var/lib/dpkg/lock - open( 11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process
와 같은 메시지가 뜬다.
sudo rm -rf /var/lib/dpkg/lock
sudo apt-get autoclean $$ apt-get clear cache
sudo reboot
or
sudo rm -rf /var/lib/apt/*
sudo apt-get update
apt-get -f install
반응형
'Infra > Linux & Unix' 카테고리의 다른 글
[ubuntu] curl response time check 방법 (0) | 2019.04.22 |
---|---|
tar.gz 압축시 숨김파일까지 압축하는 방법(.env, .git 등.) (0) | 2019.04.22 |
[ubuntu] 명목메모리사용률, 실질메모리사용률 확인 (0) | 2019.04.22 |
[ubuntu] 파일 및 폴더 용량 확인 (0) | 2019.04.17 |
[ubuntu] 리눅스 명령 실행결과 변수에 담기 (0) | 2019.04.16 |
Comments