You can enable TAB auto-completion for APT packages in Debian easily. As root, edit the /root/.bashrc file and add the following line at the end:
source /etc/bash_completion
Exit your Bash session and open a new one and it should work now (or you can source this file again using source /root/.bashrc, just make sure you are doing all this with root privileges.)