프로그램을 설치하려고 하는데 패키지를 찾을 수 없습니다.

프로그램을 설치하려고 하는데 패키지를 찾을 수 없습니다.

Midnight Commander를 다운로드하고 싶습니다. 작업은 다음과 같습니다.

sudo apt-get install mc

하지만 패키지를 찾을 수 없기 때문에 작동하지 않습니다. 내 거울은:

ftp.hu.debian.org

여기에 이미지 설명을 입력하세요.

Midnhight Commander를 설치하는 방법은 무엇입니까?

답변1

표준소스를 삭제하신 것 같습니다. security.debian.org만 포함보안 업데이트. 데비안에서 사용 가능한 모든 패키지가 포함되어 있지는 않습니다.

에 다시 http://ftp.xx.debian.org/( 가장 가까운 ISO 두 글자 국가 코드(예: us, jp, fr 등))를 추가 해야 합니다 .xxsources.list

출처를 식별하는 데 도움이 필요하면 다음을 참조하세요.http://debgen.simplylinux.ch

업데이트된 질문에 따르면 출처는 다음과 같아야 합니다.

deb http://ftp.hu.debian.org/debian stable main contrib non-free
deb-src http://ftp.hu.debian.org/debian stable main contrib non-free

deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

이 명령을 추가한 후 패키지를 설치하기 전에 실행하십시오 /etc/apt/sources.list.apt-get update

관련 정보