Since a couple of weeks I cannot update Mobian on my Pinephone UBports edition.
Software -> Updates -> Download fails with "Unable to download updates: The following packages have unmet dependencies:" shown in a dark pop-up.
Any idea how to troubleshoot this? Should I do a console update + upgrade instead?
I'm having the same problem. I have sid and bullseye repos in my sources, and I got this message in the software center. In the CLI, I got these problems:
```
The following packages have unmet dependencies:
mobian-phosh : Depends: phosh-full but it is not installed
Recommends: phosh-games but it is not installed
mobian-phosh-base : Depends: mobian-base (= 0.2.8) but 0.1.9 is installed
Depends: phosh-core but it is not installed
Depends: mobian-tweaks-phosh but it is not installed
mobian-phosh-extras : Depends: mobian-multimedia (= 0.2.8) but 0.1.9 is installed
Recommends: megapixels but it is not installed
mobian-phosh-phone : Depends: mobian-phone-base (= 0.2.8) but it is not installed
Depends: phosh-phone but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
```
And when I try to run `sudo apt --fix-broken install I get this error:
```
Removing mobian-tweaks (0.2.7) ...
Error: unknown connection 'USB'.
Error: cannot delete unknown connection(s): 'USB'.
dpkg: error processing package mobian-tweaks (--remove):
installed mobian-tweaks package pre-removal script subprocess returned error exit status 10
dpkg: too many errors, stopping
```
So I'm kind of stuck now.
My problem may have been more specific than others' on this thread, but I solved it myself by running this:
```
sudo apt -o Dpkg::Options::="--force-overwrite" install gnome-calls
```