Thirumal Asked: 2016-05-13 20:24:20 +0800 CST2016-05-13 20:24:20 +0800 CST 2016-05-13 20:24:20 +0800 CST problem in installing : unmet dependencies [duplicate] 772 When I try to install any application or update, it shows unmet dependencies- Try apt-get -f install. How to solve this ? software-installation 1 Answers Voted Thirumal 2016-05-13T20:25:24+08:002016-05-13T20:25:24+08:00 Solved using the following command sudo apt-get install --fix-broken && sudo apt-get autoremove && sudo apt-get update
Solved using the following command