3

I would like to know the easiest and most straight forward way to to install the SLiM login manager. hopefully through terminal, but I am not fussy how I install it correctly as long as it works.

I am using ubuntu 12.04 and slim login manager is a very lightweight login manager, with some connections to both awesome and DWM window manager.

J.Hunter
  • 153

1 Answers1

4

Install slim:

sudo apt-get install slim

If you change your mind later, and want to fall back to the default login manager back:

Ubuntu 11.04 and later:

sudo dpkg-reconfigure lightdm

Before Ubuntu 11.04:

sudo dpkg-reconfigure gdm
Zanna
  • 72,312