Cannot update Ubuntu 20.04 due to unresolvable dependencies
Solution 1:
Try running:
sudo apt update && sudo apt autoremove && sudo apt --fix-broken install && sudo apt upgrade
This will attempt to:
- update the package list
- autoremove unnecessary packages
- fix any broken installations and packages
- upgrade all packages that can be upgraded