first use apt you have to type "apt-get -f install" commond
another useful methed for get the list of apt is "aptitude" commond
or you can use the following commond to list the apt list
apt-cache search package >list //save the result of apt in list
more -d list // show file list

