After apt-get upgrade and -update, my 4 GB SD-card was full. I already ran 'apt-get clean' to clear uit /var but I still have less than 1 GB free and I'd like to free up more space.
The update took me from raspbian version 3.6 to 3.10. Running du -sh /usr/src/* gives me this:
1.1G /usr/src/linux-source-3.2
75M /usr/src/linux-source-3.2.tar.bz2
79M /usr/src/linux-source-3.6.tar.bz2
Looking at the version numbers, can I delete these without causing trouble later on?
I got the idea from this topic, a similar issue on Ubuntu. I think I don't need older versions of source code, but I want to be 100.00% sure.