我正在尝试从源代码构建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中放什么网址(S)才能让apt-get source dwm工作?
发布于 2012-10-22 21:27:26
不要忘记在更改apt-get update后运行sources.list。
https://unix.stackexchange.com/questions/52582
复制相似问题