우분투 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-backportsComponents: main universe restricted multiverseSigned-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: debURIs: http://security.ubuntu.com/ubuntuSuites: noble-securityComponents: main universe restricted multiverseSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
기존과는 다른 심플한 구조의 설정이 우리를 맞이해준다. 여기서 URIs
부분을 변경해주면 된다. 나는 security는 ubuntu 측의 저장소를 유지하기 때문에 위 noble 저장소만 바꿔줬다.

성공적으로 받아진다. 끝!
반응과 댓글 시스템은 Giscus에 의해 호스팅되며, 모든 대화는 GitHub에 저장됩니다.