Debian CheatSheet

command description
dpkg -S <package> Find Out What Package Provides a File
ldd <package> Print shared object dependencies
awk '{print $2}'
awk -F':' '{print $3}'

alias xclip='xclip -selection c'