소개

우분투 24.04를 처음 사용해보고 있는데, 나는 항상 카카오 미러로 apt 저장소를 옮겨주는 편이라 평소처럼 /etc/apt/sources.list 파일을 열었더니…

# Ubuntu sources have moved to the /etc/apt/sources.list.d/ubuntu.sources
# file, which uses the deb822 format. Use deb822-formatted .sources files
# to manage package sources in the /etc/apt/sources.list.d/ directory.
# See the sources.list(5) manual page for details.

sources.list.d/ubuntu.sources 로 이전했다고 한다. 해당 파일을 열어보자.

URIs: http://nova.clouds.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
## Ubuntu security updates. Aside from URIs and Suites,
## this should mirror your choices in the previous section.
Types: deb
URIs: http://security.ubuntu.com/ubuntu
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

기존과는 다른 심플한 구조의 설정이 우리를 맞이해준다. 여기서 URIs 부분을 변경해주면 된다. 나는 security는 ubuntu 측의 저장소를 유지하기 때문에 위 noble 저장소만 바꿔줬다.

글 작성자가 업로드 한 이미지

성공적으로 받아진다. 끝!

반응과 댓글 시스템은 Giscus에 의해 호스팅되며, 모든 대화는 GitHub에 저장됩니다.

출처가 명확하지 않은 내용을 신뢰하지 마세요. 글 작성자는 이로 인해 발생하는 책임을 지지 않습니다.

피드백 무엇이든 환영합니다 🤗

doda.devlicensegithubmade with ☕️

우분투 24 apt 저장소 (소스) 변경하기 – 도다위키