About Me Application Incomplete

Asked by MetungKP

The Fingerprint Authentication is missing in About Me Application. I finally found trhe driver for me fingerprint reader but I can't use it cuz that App is missing.

Help, please?

Thanks!
KP

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
MetungKP (metungkp) said :
#1

It was there before I upgraded to Natty. Fingerprint Authentication is an option that is found in About Me Application.

Revision history for this message
MetungKP (metungkp) said :
#2

I believe this is what installs the missing option:

sudo apt-get install libpam-fprintd

This is what I get when I install:

metungkp1@metungkp1:~$ sudo apt-get install libpam-fprintd
[sudo] password for metungkp1:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpam-fprintd
metungkp1@metungkp1:~$

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

There is no package named libpam-fprintd, only a package libpam-fprint. If that is the package you need the installation command has to be
sudo apt-get install libpam-fprint

Revision history for this message
MetungKP (metungkp) said :
#4

Thanks Manfred Hampl, that solved my question.