Solution 1:

Fingerprint authentication for Ubuntu based on fprintd

Add this PPA to your sources:

sudo add-apt-repository ppa:fingerprint/fprint

Update your package list and system

sudo apt-get update && sudo apt-get upgrade

Install the software:

sudo apt-get install libfprint0 fprint-demo libpam-fprintd gksu-polkit

source