How to install a ton of -dbg packages for shits and giggles

# dpkg -l | cut -d\ -f 3 | sed 's/^\(.*\)$/apt-get install \1-dbg/g' | sed -n '/aacp/,$p' | bash

(This is making a lot of assumptions and it’s generally a bad idea to run arbitrary code you find on the Internets so why are you reading this?)