본문 바로가기
Linux/Ubuntu

[Ubuntu] apt update Error_1

by 어발 2021. 9. 28.

위의 사진처럼 $ apt update시 에러 발생했을때, 에러 해결 방법.
E: The repository http://dl.google.com/linux/linux/chrome/deb stable Release' does not have a Release file.

1. google.list 파일 수정

  • /etc/apt/sources.list.d 위치의 google.list 파일을 아래내용과 같이 수정한다.
    deb [arch=amd64] http:dl.google.com/linux/linux/chrome/deb/ stable main
    # 위 내용을 아래 처럼 수정.
    deb [arch=amd64] http:dl-ssl.google.com/linux/chrome/deb/ stable main

2 google-chrome.list 파일 수정

  • /etc/apt/sources.list.d 위치의 google-chrome.list 파일을 아래내용과 같이 수정한다.
    deb [arch=amd64] http:dl.google.com/linux/chrome/deb/ stable main
    # 위 내용을 아래 처럼 수정.  
    deb [arch=amd64] http:dl-ssl.google.com/linux/chrome/deb/ stable main
728x90

댓글