
소스에서 빌드하려고 합니다 dwm
.
소스 코드 가져오기가 작동하지 않습니다.
(28) $ apt-get source dwm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list
이것은 내 sources.list
파일입니다:
## CRUNCHBANG
## Compatible with Debian Wheezy, but use at your own risk.
deb http://packages.crunchbang.org/waldorf waldorf main
deb-src http://packages.crunchbang.org/waldorf waldorf main
## DEBIAN
deb http://ftp.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ wheezy/updates main
#deb-src http://security.debian.org/ wheezy/updates main
sources.list
작업을 시작하려면 어떤 URL을 입력해야 합니까 apt-get source dwm
?
답변1
apt-get update
변경한 후에는 실행하는 것을 잊지 마세요 sources.list
.