728x90
반응형
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
https://class-programming.tistory.com/16
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
/etc/apt/sources.list 에서 확인해보니 서버가 죽어있었음. 서버를 변경해줘도 되지만 그냥 apt.lists 를 다 지웠다 업뎃함 Try removing content of /var/lib/apt/lists directory: sudo rm -rf /var/lib/apt/lists/* then run this: s
class-programming.tistory.com
728x90
반응형
'공부 (@Deprecated)' 카테고리의 다른 글
| [mongoose] MongooseServerSelectionError: connect ECONNREFUSED ::1:27017 (0) | 2023.01.24 |
|---|---|
| [js] node & npm & yarn (0) | 2023.01.24 |
| [spark] ERROR : User did not initialize spark context (0) | 2023.01.24 |
| [airflow] execute with config (0) | 2023.01.24 |
| [docker-compose] use env `$variable` (0) | 2023.01.24 |