Timeline for KDE on LTS 18.04 - Cannot Upgrade or 'sudo apt --fix-broken install'
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 4, 2018 at 22:01 | history | edited | pbhj | CC BY-SA 4.0 |
added 358 characters in body
|
| Dec 2, 2018 at 23:18 | comment | added | driveforms |
Ahh, that fixed! I tried sudo apt-get --force-yes purge libkf5auth-bin-dev before, but it did not work and complained about the same dependency issue (depends on package x-0131, but x-1300 is installed)
|
|
| Dec 2, 2018 at 23:13 | vote | accept | driveforms | ||
| Dec 2, 2018 at 23:11 | comment | added | pbhj |
You're installing packages that came from git 2 days ago, they're in active development, they're likely to have problems (eg dependencies are wrong). Have you tried removing like sudo dpkg --force-all --remove libkf5auth-bin-dev? Note that it may not be possible to install the 30th November 2018 packages and have apt consider your system consistent if the package internal dependency info is wrong.
|
|
| Dec 2, 2018 at 22:14 | comment | added | driveforms |
I tried that; it did not work. I am unsure what you mean by day old git packages. Also, running sudo apt purge libkf5auth-bin-dev:amd64 gives me the same output as always pastebin.com/LVgWdktW
|
|
| Dec 2, 2018 at 21:08 | history | answered | pbhj | CC BY-SA 4.0 |