본문 바로가기
Errors

[Error] apt update 시 InRelease is not valid yet 에러 해결

by ds31x 2023. 9. 8.

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