by dwasifar on Tue Aug 21, 2012 11:22 pm
No.
Auto-apt is a tool for making sure dependencies are satisfied when building something from source. It will not help you with packages that are already installed.
Typically any packages you install in the normal ways (apt-get, aptitude, synaptic, software center) will automatically bring their dependencies with them. You shouldn't have to worry about it unless you know you have a dependency problem, and in that situation it's usually easiest just to uninstall and reinstall the problem package to restore the dependencies.