install lightdm code example
Example: install lighttpd
apt-get update
apt-get upgrade
apt-get install lighttpd
systemctl enable lighttpd
systemctl start lighttpd
systemctl status lighttpd
apt-get update
apt-get upgrade
apt-get install lighttpd
systemctl enable lighttpd
systemctl start lighttpd
systemctl status lighttpd