@GeekDaddy
So - it sounds like you're trying to install non-repo .deb's and fix dependencies - and that is where gdebi comes in handy:
First get gdebi:
sudo apt-get install gdebi gdebi-core
Then for each new .deb:
sudo gdebi /path/to/filename.deb
This should then be a 1-step path to resolve and fetch dependencies as needed