Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- semanage
- c3 second
- 정규식 활용
- c3 step graph
- selinux port 등록
- CentOS7
- python subprocess
- snmp
- telegraf
- c3 축 가리기
- python popen
- linux시간으로 변경
- gcc regex
- g++ 업데이트
- snmp test
- 1697
- c3 축 없애기
- 정규식 컴파일
- 백준
- subporcess path
- grafana dashboard
- regex_search
- 정규식 문자열 출력
- c++ 정규식
- InfluxDB
- influxdb 설치
- gcc 업데이트
- python os
- centos pyhon 설치
- c3 초
Archives
- Today
- Total
리셋 되지 말자
Could not get lock /var/lib/dpkg/lock-frontend 에러 본문
에러 로그
$ sudo apt-get install git -y
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
해결 방법
감사합니다!
$ sudo rm /var/lib/apt/lists/lock
$ sudo rm /var/cache/apt/archives/lock
$ sudo rm /var/lib/dpkg/lock*
$ sudo apt install -y git
'Linux Tips' 카테고리의 다른 글
ssh 접속 ECDSA key fingerprint 자동 등록 (0) | 2021.05.27 |
---|---|
wget 구글 드라이브 대용량 파일 다운로드 (0) | 2021.04.10 |
[ubuntu] 마우스 휠 복사 붙여넣기 (0) | 2021.04.08 |
yum 관련 명령어 및 패키지 의존성(충돌시) 확인법 (0) | 2021.03.31 |
vim 에서 붙여넣기 할때 탭이 깨지는 경우 (0) | 2021.03.30 |
Comments