Following this tutorial, I'm stuck a this line:
$ apt-get source lighttpd
Unknown command "source"
aptitude 0.6.8.2
Why does my apt-get/aptitude does not support this command?
I don't know if this has something to do with this, but my sources.list
did not contain any deb-src
lines. After adding this, apt-get build-dep lighttpd
did run run without any errors.