Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 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 Commented Dec 2, 2018 at 22:14
  • 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. Commented Dec 2, 2018 at 23:11
  • 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) Commented Dec 2, 2018 at 23:18