Ubuntu – How to install lightdm-webkit2-greeter

lightdmsoftware installation

I want to install this: https://github.com/Antergos/web-greeter

I'm not sure how to use the given OBS Repo to install the package. I've done quite a bit of googling and I'm at a loss.

Best Answer

Well, that OBS repo is perplexing to me as well. I would build from source:

sudo apt-get update
sudo apt-get install python3-whither
sudo apt-get install liblightdm-gobject-dev
sudo apt-get install python3-gi
git clone https://github.com/Antergos/web-greeter.git /tmp/greeter
cd /tmp/greeter
sudo make install