내 Debian Jessie를 Debian Unstable로 변환/업그레이드할 수 없습니다:
그래서 vim을 사용하여 /etc/apt/sources.list를 편집했습니다.
deb http://ftp.u-picardie.fr/mirror/debian/ jessie main contrib non-free
deb-src http://ftp.u-picardie.fr/mirror/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
# jessie-updates, previously known as 'volatile'
deb http://ftp.u-picardie.fr/mirror/debian/ jessie-updates main contrib non-free
deb-src http://ftp.u-picardie.fr/mirror/debian/ jessie-updates main contrib non-free
deb http://ftp.u-picardie.fr/debian/ testing main contrib non-free
deb-src http://ftp.u-picardie.fr/mirror/debian testing main contrib non-free
그러나 다음 오류가 발생합니다.
W: Can't Recovery http://ftp.u-picardie.fr/debian/dists/testing/main/binary-amd64/Packages 404 Not Found [IP : 2001:660:4208:100::24 80]
W: Can't Recovery http://ftp.u-picardie.fr/debian/dists/testing/contrib/binary-amd64/Packages 404 Not Found [IP : 2001:660:4208:100::24 80]
W: Can't recovery http://ftp.u-picardie.fr/debian/dists/testing/non-free/binary-amd64/Packages 404 Not Found [IP : 2001:660:4208:100::24 80]
답변1
URL의 "/mirror" 부분을 잊어버렸습니다.
답변2
귀하의 제목은 "Debian Jessie를 Debian Unstable/Testing으로 업데이트하는 방법"이지만 불안정성과 테스트는 또 다른 것입니다(Stretch).
Unstable(Sid) 대신 Test(Stretch)로 업그레이드하고 싶다고 가정합니다.
Jessie와 테스트(스트레치)를 혼합하여 만들었습니다.
컴퓨터 전문가이거나 소스 코드가 필요한 경우가 아니라면 deb-src로 시작하는 모든 줄의 시작 부분에 #을 배치하여 중지할 수 있습니다.
소스 목록을 변경하세요.sudo vi /etc/apt/sources.list
deb http://ftp2.fr.debian.org/debian/ stretch main contrib non-free
deb http://ftp2.fr.debian.org/debian/ stretch-updates main contrib non-free
deb http://security.debian.org/ stretch/updates main contrib non-free
그리고 다음을 실행하세요:
apt-get update
처음으로 업그레이드를 준비하세요.
apt-get upgrade
다음을 따르십시오.
apt-get dist-upgrade