Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
ubuntu-release-upgrader-core : Depends: python3-distupgrade (= 1:18.04.34) but 1:18.04.29 is to be installed
ubuntu-release-upgrader-gtk : Depends: python3-distupgrade (= 1:18.04.34) but 1:18.04.29 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I'm trying to install an appli with apt-get and i can't cause of this error of python dependencies , i don't find any way here to solve this ... can someone help me with this ? thank's a lot !
sudo apt update
) where do you get any errors? I'd also check your mirror is up-to-date & maintained; as 18.04.34 is the expected package to get downloaded (not the 18.04.29 your message shows!) https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=python3-distupgrade – guiverc Oct 29 '19 at 10:20sudo apt update
& ensure you get no errors or warnings. I also would look at what mirror you are using; check it on the list I provided, eg. my chosen mirror is listed in a green "Up to date" as to status .. however if your mirror is red or black - ie. way behind - that could be your problem. Change mirror if necessary & try again... – guiverc Oct 29 '19 at 10:37