The following packages have unmet dependencies:
libreoffice-core : Depends: libreoffice-common (> 1:6.3.5) but 1:6.3.2-0ubuntu2 is installed
libreoffice-help-common : Depends: libreoffice-common (= 1:6.3.5-0ubuntu0.19.10.1) but 1:6.3.2-0ubuntu2 is installed
libreoffice-help-en-us : Depends: libreoffice-common (= 1:6.3.5-0ubuntu0.19.10.1) but 1:6.3.2-0ubuntu2 is installed
libreoffice-style-breeze : Depends: libreoffice-common (= 1:6.3.5-0ubuntu0.19.10.1) but 1:6.3.2-0ubuntu2 is installed
libreoffice-st yle-colibre : Depends: libreoffice-common (= 1:6.3.5-0ubuntu0.19.10.1) but 1:6.3.2-0ubuntu2 is installed
libreoffice-style-tango : Depends: libreoffice-common (= 1:6.3.5-0ubuntu0.19.10.1) but 1:6.3.2-0ubuntu2 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Every time I go to uninstall it a different way I get the same error with unmet dependencies. I tried a ton of things, namely everything in this thread and others like it.
~$ sudo apt-get update
Hit:1 us.archive.ubuntu.com/ubuntu eoan InRelease
Hit:2 security.ubuntu.com/ubuntu eoan-security InRelease
Hit:3 us.archive.ubuntu.com/ubuntu eoan-updates InRelease
Hit:4 us.archive.ubuntu.com/ubuntu eoan-backports InRelease
Reading package lists... Done
sudo apt update
to update your sources list, was anything unusual there? (or missing, eg. -updates) – guiverc May 13 '20 at 02:52Nothing unusual from the update, it says everything completes there. It's only when I upgrade.
– Mando May 13 '20 at 02:56eoan-updates
listed in thesudo apt update
? Sorry if I was unclear, the link I provided showed the packages is found ineoan-updates
yet the package you have installed is fromeoan
(ie. you have original and not the updated package). – guiverc May 13 '20 at 03:05I have also ran the suggested command already and I get similar errors pertaining to libreoffice.
And as far as the packages go, I'm trying to update them but get stopped at this point each time I go to update.
– Mando May 13 '20 at 03:09apt-cache policy libreoffice-core libreoffice-common
to your question. https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=libreoffice-common https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=libreoffice-core https://help.ubuntu.com/community/Repositories/Ubuntu , and have you tried thesudo apt -f install
asked earlier? (normallysudo apt update
is done first, not subsequent to other commands yet you listed it second, is there a reason?) – guiverc May 14 '20 at 11:04