Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- debian
- Linux
- 오류
- 정보보안
- mount
- 윈도우
- VMwares
- ㅂ
- backtrack
- 윈도우볼륨축소
- cybersecurity
- redhat
- 제어판
- DiskQuata
- 프로젝트
- TrueCrypt
- defrag
- BTr3
- 실습
- VPN
- 윈도우서버
- 마운트
- 볼륨
- CentOS
- network
- ipsec
- 네트워크
- window
- 예시
Archives
- Today
- Total
정보 보안을 향한 항해
우분투 18.4 "The repository 'https://download.docker.com/linux/ubuntu Release' does not have a Release file." 본문
OS 오류/Ubuntu 18.4 오류
우분투 18.4 "The repository 'https://download.docker.com/linux/ubuntu Release' does not have a Release file."
금홍자 2021. 11. 15. 09:50sudo nano /etc/apt/sources.list
E: The repository 'https://download.docker.com/linux/ubuntu Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
/etc/apt/sources.list
수정하면 된다다시 입력하면 해결된다sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"