Jun's Blog

Output, activities, memo and etc.

Stop using fprintd (Fingerprint) on Fedora

I don't use the fingerprint feature on Fedora. I see sometimes the OS doesn't wake up from sleep keeping the black screen. My Framework Laptop has both turn on/off and fingerprint scanner on the same button. So, I decided to stop using the fingerprint.

So, how to disable it? It's simple. Just delete the RPM package.

$ rpm -q fprintd
fprintd-1.94.2-2.fc36.x86_64

$ sudo dnf remove fprintd
Dependencies resolved.
=====================================================================================
 Package              Architecture    Version                Repository         Size
=====================================================================================
Removing:
 fprintd              x86_64          1.94.2-2.fc36          @fedora           810 k
Removing dependent packages:
 fprintd-pam          x86_64          1.94.2-2.fc36          @fedora            36 k
Removing unused dependencies:
 libfprint            x86_64          1.94.4-1.fc36          @updates          791 k
...

References