📖 ~1 min read
Table of contents
Symptom & Impact
Upgrades stop with unmet dependency messages; key packages remain unconfigured and system updates stall.
Environment & Reproduction
Seen after release upgrades, mixed PPAs, or interrupted package transactions on Ubuntu 26.04 LTS.
Root Cause Analysis
Conflicting versions or third-party repository packages break apt solver assumptions and leave partial dpkg state.
Quick Triage
Do not reboot repeatedly. Stabilize package manager state first.
Step-by-Step Diagnosis
Use `sudo apt –fix-broken install`, `sudo dpkg –audit`, and `apt-cache policy ` to identify version conflicts and repository priorities.

Solution – Primary Fix
Remove conflicting packages/PPA versions, run `sudo dpkg –configure -a`, then complete repair via `sudo apt -f install` and targeted reinstall.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Pin package priorities with apt preferences or temporarily disable problematic repositories until compatible builds are available.
Verification & Acceptance Criteria
`sudo apt upgrade` exits cleanly, `dpkg –audit` is empty, and held broken packages are resolved.
Rollback Plan
Re-enable prior snapshot or remove only recent package changes using apt history logs in `/var/log/apt/`.
Prevention & Hardening
Minimize unvetted PPAs, validate repo compatibility before major upgrades, and test in staging.
Related Errors & Cross-Refs
`Depends: … but it is not going to be installed`, `held broken packages`, and dpkg configure failures.
Related tutorial: View the step-by-step tutorial for Ubuntu 26.04 LTS.
View all Ubuntu 26.04 LTS tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu release upgrade notes, apt pinning docs, and `man apt-cache`.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.