View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#9
Originally Posted by nithin View Post
What does "apt-get -f install" do exactly? I mean if i have install an application through the application manager, how do i go about this now?
"apt-get -f install" will install and/or remove applications in order to get all the installed applications in a consistent state (with all required dependencies installed). It should only be needed if you've installed/removed applications manually (especially using dpkg). I suspect that Application Manager will fail to install/remove any applications until after you do this.