Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:tipps:lightdm [2021/07/14 07:12] – created jslinux:tipps:lightdm [2021/07/14 07:13] (current) js
Line 1: Line 1:
 ====== LightDM ====== ====== LightDM ======
-<code>sudo yum install epel-release+<code bash>sudo yum install epel-release
 sudo yum install lightdm sudo yum install lightdm
 sudo systemctl disable gdm.service sudo systemctl disable gdm.service
 sudo systemctl enable lightdm.service sudo systemctl enable lightdm.service
 sudo restart</code> sudo restart</code>