I am testing on few old laptops.
Using Bullseye DDOG (with systemd -> snapd requires systemd).
All frugal fresh install - from latest ISO made recently.
I got these errors on an old Toshiba Tecra M5 (T7200, 4GB Ram).
Code: Select all
root@live:~# apt update
Hit:1 http://security.debian.org bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Hit:4 http://deb.debian.org/debian bullseye-proposed-updates InRelease
Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease
Get:6 https://github.com/doglinux/bulldog/raw/master/amd64 ./ InRelease [2,301 B]
Fetched 2,301 B in 2s (1,333 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@live:~# apt install snapd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
elogind : Conflicts: systemd but 247.3-7+deb11u3 is to be installed
eudev : Breaks: systemd (> 220) but 247.3-7+deb11u3 is to be installed
libelogind0 : Conflicts: libsystemd0
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
root@live:~#
But on an old Dell D630 (T8300, 4GB Ram), and also other laptops (Lenovo), this does not happen.
snapd installed okay without errors.
1. Why?
2. How to fix it pls?