일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Custom
- DataTables
- checkbox
- Python
- 원한
- error
- LOG
- geckodriver
- pythoncom37.dll
- Eclipse
- 가상환경
- build
- STS
- SCADA
- ORA-28002
- Anaconda
- 분노
- 말라키
- 리눅스
- JQuery
- Linux
- 맥코트
- 파이썬
- 명령어
- HMI
Archives
- Today
- Total
2010년 5월 1일, 2막
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing 본문
Computer/Tips
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
창천(蒼天) 2022. 5. 24. 15:49오류 현상 :
Ubunto 20.04 LTS에서 apt install 도중 다음 에러 발생
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
해결책 :
Try removing content of /var/lib/apt/lists directory:
sudo rm -rf /var/lib/apt/lists/*
then run this:
sudo apt-get update
OR
Try this:
sudo apt-get clean
sudo apt-get update
'Computer > Tips' 카테고리의 다른 글
[git] clone 시 "no matching host key type found." 에러 발생 (0) | 2022.06.14 |
---|---|
[git] SSL certificate problem 해결 (0) | 2022.06.14 |
도커(Docker) 관련 정보 (0) | 2022.05.19 |
SQL Developer를 이용한 데이터베이스 복사 (0) | 2022.05.04 |
[chart.js] 그래프 라벨 표시 (0) | 2022.04.01 |