1

When I try to install any application or update, it shows unmet dependencies- Try apt-get -f install.

How to solve this ?

Thirumal
  • 979
  • 5
  • 13
  • 25

1 Answers1

1

Solved using the following command

   sudo apt-get install --fix-broken && sudo apt-get autoremove && sudo apt-get update 
Thirumal
  • 979
  • 5
  • 13
  • 25