apt update
시 다음의 에러 라인들이 보이는 경우가 WSL2에선 가끔 있다.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease is not valid yet (invalid for another 15h 12min 3s). Updates for this repository will not be applied.
이는 현재 시스템의 시간 설정이 실제 시간과 다를 경우 발생한다.
이 경우, 시스템의 time clock 관리툴인 hwclock
을 이용하여 hardware의 clock으로 system의 clock을 설정하면 된다.
명령어는 다음과 같다.
sudo hwclock --hctosys
이같이 시간을 제대로 수정하고 나서 다시 apt update
를 수행하면 문제없이 진행된다.
728x90
'Errors' 카테고리의 다른 글
[Error] brew설치 중 sudo 암호가 입력 안되는 경우 (0) | 2023.09.13 |
---|---|
[certbot] Error : The following renewal configurations were invalid (0) | 2023.09.10 |
[Error] WSL : Error: 0x80370102 (0) | 2023.09.05 |
[Error] WSL: 0x800701bc (1) | 2023.09.05 |
ImportError: libGL.so.1: cannot open shared object file: No such file or directory (0) | 2023.08.23 |