• Home
  • About
    • lahuman photo

      lahuman

      열심히 사는 아저씨

    • Learn More
    • Facebook
    • LinkedIn
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

raspberry pi apt-get update 에러 발생시 처리 방법

15 Jul 2019

Reading time ~1 minute

raspberry pi apt-get update 에러 발생시 처리 방법

editor로 VSCODE를 사용하고 있다.

단순 에디터로 sublime editor를 설치하려고 했다. 설치를 위한 명령어를 실행하다, 다음과 같은 오류를 만났다.

pi@raspberrypi:~ $ sudo apt-get update
Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Hit:2 http://archive.raspberrypi.org/debian buster InRelease 
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

이 오류를 해결하는 방법은 아주 간단하다. 다음 명령어 sudo apt update를 입력하면 된다. 이후 pi@raspberrypi:~ $ sudo apt-get update를 사용해도 문제 없이 동작한다.

pi@raspberrypi:~ $ sudo apt update 
pi@raspberrypi:~ $ sudo apt-get update

업데이트 문제를 해결하고 Sublime을 설치 하려고 보니, Raspberry pi를 지원하지 않는다고 한다.

응? 으음…. 그렇구나.

참고 자료

  • “apt-get update testing to stable” [FIXED]
  • Sublime Text for Raspberry Pi 3 with Rasbian OS


raspberryapt Share Tweet +1