I am trying to build dwm from source.
Grabbing the source doesn't work:
(28) $ apt-get source dwm
Reading package lists... Done
Building dependency tree
Reading state information...
Hi there mb,I'm wanting to go wally~> sid and just wanted to check with you on two things before doing it.With the sources.list, is this what I should have in a wally install as opposed to the statler one listed:## CRUNCHBANG## Compatible with Debian Squeeze, but use at your own risk.deb http://packages.crunchbang.org/waldorf waldorf main#deb-src http://packages.crunchbang.org/waldorf wald
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://http.debian.net/debian wheezy main contrib non-free
#deb-src http://http.debian.org/debian wheezy main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ whe
I'm trying to install PHP5, by compiling it myself.
I'm doing this on Crunchbang Linux, version 11. Specifically, the version using the 3.2 kernel. Crunchbang 11 is based on Debian. This is a 64-bit Virtual machine, running on a 64-bit Win7 Professional.
I am trying to install guestfish a program included in libguestsf as proposed by TomH:http://serverfault.com/questions/287070 … n-kvm-hostAs Waldorf as is would not provide libguestsf as is, I was proposed to install testing.
ı solved my problem ..1) sudo rm -rf /etc/apt/sources.list.d2) sudo geany /etc/apt/sources.list paste default source.listdeb http://packages.crunchbang.org/waldorf waldorf main
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb-src http://http.debian.net/debian/ wheezy main contrib non-free
Hi there, I am trying to compile Sigil that requires Qt4.7 or higher, and debian stable backport only has 4.6.So I am venturing in the world of pinning:adding in my /ect/apt/source.list deb http://packages.crunchbang.org/waldorf waldorf main deb http://ftp.debian.org/debian/ testing main contrib non-free deb-src http://cdn.debian.net/debian/ testing main cont
Hi People :)I am trying to make myself a sources list so that I can swap about and have come up with the following :-STABLE STATLER
deb http://packages.crunchbang.org/statler statler main
deb http://packages.crunchbang.org/statler-mm squeeze main non-free
deb http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release
deb http://ftp.debian.org/debian/ squeeze main contrib
If I wanted to switch #! from squeeze to sid, what should my sources.list file look like? It was easy enough on Debian to change, but there are some extra things in my sources.list on #! that I'm not sure how should be handled.