The repository 'https://apt.dockerproject.org/repo ubuntu-xenial Release' does not have a Release file.
|2020. 7. 6. 17:51
728x90
반응형
W: The repository 'https://apt.dockerproject.org/repo ubuntu-xenial Release' does not have a Release file.
한시간 내내 삽질하다가 아래와 같은 방법으로 해결함
sudo add-apt-repository "deb https://apt.dockerproject.org/repo/ $(cat /etc/issue | awk '{print $1}' | tr '[:upper:]' '[:lower:]')-$(lsb_release -cs) main"
참고자료 :
https://askubuntu.com/questions/981031/sudo-apt-get-update-throwing-error
728x90
반응형
'삽질 기록' 카테고리의 다른 글
[TensorRT] Builder 에서의 UFF vs ONNX (0) | 2020.09.15 |
---|---|
[Python] 이미 존재하는 모듈 이름을 폴더 이름으로 사용하지 말 것 (0) | 2020.09.10 |
sudo apt-get update 시 NO_PUBKEY 에러나는 문제 (1) | 2020.07.06 |
C++ 환경에서 OpenCV 3.4.0 의 resize 사용 시 나타나는 문제 (0) | 2020.07.01 |
Visual Studio Code 에서 Tab 키 안될 때 (0) | 2020.06.30 |