:: Re: [DNG] What I learned at Distrow…
Góra strony
Delete this message
Reply to this message
Autor: Adrian Zaugg
Data:  
Dla: dng
Temat: Re: [DNG] What I learned at Distrowatch


On 01.12.20 15:16, Mason Loring Bliss wrote:
> This brings us to the other thing worthy of note. Try sometime to install
> Devuan (not Debian, Devuan) without systemd and you'll be in for a rude
> shock. It's installed by default, and it's a massive pain to eradicate it.


What shows

    apt remove --dry-run elogind


on your system? Do you run a GUI on it?

Without GUI elogind can be removed easly with apt remove --purge
elogind; libsystemd0 gets pulled in by openssh-server and thus is
present on many of my systems – unfortunately.

Regrads, Adrian.