@GeekDaddy For packages in the repo's "apt-get install %package%" works best. For non-repo packages you can use "dpkg -I %package% | grep Depends" to see what it's expecting - verify/download those with %package% and then install them all at the same time. The use of '-f' is (for me) an indication that something's gone wrong.