Ubuntu/debian update - Error: Cannot satisfy dependencies
Closed this issue · 2 comments
ElucGeek commented
When I try to update form 1.9.0 to 2.0.0 with the .deb package I get an error:
Error: Cannot satisfy dependencies
I did apt update and upgrade.
OS: Kubuntu 24.04
AMD64
Any idea how to solve this?
craigraw commented
Which download did you use? You can see the dependencies with
dpkg -I package.deb
ElucGeek commented
I installed: sparrow-server_2.0.0-1_amd64.deb
Ok I can see the list of dependencies but it's not telling my the missing one(s).
However I did manage to install with: sudo apt install /path/sparrow-server_2.0.0-1_amd64.deb and it's running without error.
I guess we can close it.