fredx181 wrote: ↑Sun Jun 04, 2023 6:54 amdcung wrote:.....
.....
Is this still applicable?
I tried installing systemd. (Exit X)Apparently not, I don't know why
Have you ever tried aptitude ? It's more friendly than apt IMO, because often it gives you choices (solve conflicts, not always possible though) in such a situation where apt refuses.
apt install aptitude
aptitude update
aptitude install ... ... ...
edit: for example in your case, apt says:
libpam-systemd : Depends: systemd (= 241-7~deb10u9) but it is not going to be installed
systemd-sysv : PreDepends: systemd but it is not going to be installed
But apt doesn't say why, generally aptitude gives more explanation (at least).
I was curious if it works on Busterdog with aptitude, it does, but it's a hassle Not really recommended ! (to say the least )
I think finally after six or seven times I was happy with question asked "Accept this solution ?" (after some bad propositions IMO removing lots of xserver-xorg-.... packages that I answered with no).
(can't remember exactly, it was finally proposing to downgrade some elogind related packages and removing sysvinit, not sure though)
And it did work installing the systemd packages, and after reboot systemd was active.