I often come across interesting Linux commands that make me wonder; what are these commands actually doing?
Yes, they might be 'force-removing dependencies', 'installing programs' and doing lots of other stuff, but I'd like to know how they're doing it.
Looking into the source code seems the right thing to do then, but where am I supposed to get it from?
I suppose they'll be written in C?
EDIT: I'm not talking about packages installed using apt-get. I'm looking for the source code of linux/unix commands.