libfprint icon indicating copy to clipboard operation
libfprint copied to clipboard

How to install on Debian 11?

Open jiang-qian opened this issue 2 years ago • 2 comments

I tried to install it on Debian 11. Using ubuntu repository failed with:

add-apt-repository ppa:3v1n0/libfprint-vfs0090 .... Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). gpg: no valid OpenPGP data found.

Trying to compile from source using meson result in: Message: Updating the vfs0090 submodule WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 Running command: /usr/bin/git submodule update --init --recursive --- stdout ---

--- stderr --- fatal: not a git repository (or any of the parent directories): .git

meson.build:169:16: ERROR: Problem encountered: Impossible to update the vfs0090 submodule

What's the best way to proceed? I am on Debian Bullseye 11. My machine is Thinkpad X1 Carbon Gen 5 (2017). The validity sensor is 138a:0097 as shown in libusb

Any help would be most appreciated.

jiang-qian avatar Jan 24 '23 15:01 jiang-qian

Bash sudo nano /etc/apt/sources.list.d/3v1n0-ubuntu-libfprint-vfs0090-mantic.sources

then replace mantic with jammy

Now sudo apt update should work without error.

ecogit avatar Apr 13 '24 11:04 ecogit

or repalce with focal also works solved for me!

default-student avatar Jun 25 '24 21:06 default-student