:: Re: [DNG] Devuan on Raspberry Pi 2B
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Rainer Weikusat
Ημερομηνία:  
Προς: DNG
Αντικείμενο: Re: [DNG] Devuan on Raspberry Pi 2B
Florian Zieboll <f.zieboll@???> writes:

[...]

> check for systemd:
> # apt-get install aptitude
> # aptitude search '?installed' | grep systemd
> #


JFTR: dpkg -l will give you a list of installed packages and their
descriptions so

dpkg -l | grep systemd

or

dpkg -l | grep -i systemd

should work for this, too.