Maru에서 'apt update' 또는 'apt update'를 실행할 수 없습니다. 이유는 무엇입니까?

Maru에서 'apt update' 또는 'apt update'를 실행할 수 없습니다. 이유는 무엇입니까?

저는 Nexus 5(해머헤드)에 Maru v0.6.8을 사용하고 있습니다.

실행하려고 하면 apt update서버 apt upgrade에 연결할 수 없어 업데이트를 수행할 수 없습니다.

내가 뭘 잘못했나요? Maru는 아직 업데이트가 가능한가요?

답변1

파일 을 수정해야 합니다 /etc/apt/sources.list.

현재 사용 중인 maru-os 버전의 경우 이제 다음 위치에서 스트레치 서버에 액세스할 수 있습니다.

http://archive.debian.org/

파일 편집:

nano /etc/apt/sources.list

다음 줄을 추가하고 이전 줄을 주석 처리하거나 삭제합니다.

deb http://archive.debian.org/debian/ stretch main contrib
deb http://archive.debian.org/debian-security stretch/updates main

그러면 실행할 준비가 된 것입니다 apt update && apt upgrade.

관련 정보