Author: John Winters Date: To: users Subject: Re: [bitfolk] I've broken my Debian Jessie package update / upgrade
system
On 29/04/2019 12:53, Richard Glynos wrote: > Hi all,
>
> I would be very grateful if any Debian expert out there could offer me
> some advice.
>
> Somehow, probably editing my sources.list(s) in response to the recent
> jessie updates removal, I have managed to break the apt update/upgrade
> process:
>
> :~# apt-get upgrade
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> You might want to run 'apt-get -f install' to correct these.
> The following packages have unmet dependencies:
> systemd : Depends: udev (>= 208-8) but it is not installed
> Recommends: libpam-systemd but it is not installed
> E: Unmet dependencies. Try using -f.
>
> After searching I've tried various suggested fixes such as
>
> apt-get -f install
That first one is the most likely one to clean things up.
What is the result when you run "apt-get -f install"?