fingerprint-gui icon indicating copy to clipboard operation
fingerprint-gui copied to clipboard

Could not find libfprint-dev therefore could not cmake ..

Open paulsybrandy opened this issue 2 years ago • 3 comments

Describe the bug As I grabbed the packages you called for: "sudo apt install -y cmake cmake-extras libfprint-dev libqca-qt5-2-dev
libfakekey-dev libusb-1.0-0-dev libpolkit-qt5-1-dev libpam0g-dev" It was able to find all except for libfprint-dev. Therefore I am not able to complete the cmake .. step.

To Reproduce Steps to reproduce the behavior:

  1. Use command "sudo apt install -y cmake cmake-extras libfprint-dev libqca-qt5-2-dev
    libfakekey-dev libusb-1.0-0-dev libpolkit-qt5-1-dev libpam0g-dev"

Expected behavior For it to install the following packages: cmake cmake-extras libfprint-dev libqca-qt5-2-dev libfakekey-dev libusb-1.0-0-dev libpolkit-qt5-1-dev libpam0g-dev

Screenshots https://u.pcloud.link/publink/show?code=XZ5mSRVZdxrKxEu8aLLab9j6R5OmbjEjSFwX

Desktop (please complete the following information):

  • OS: Linux kali 5.17.0-kali3-amd64 #1 SMP PREEMPT Debian 5.17.11-1kali1 (2022-05-30) x86_64 GNU/Linux
  • Browser: Firefox ESR
  • Version: 91.10.0esr (64-bit)

Additional context No. Pretty self-explainatory. Add any other context about the problem here.

paulsybrandy avatar Jun 13 '22 04:06 paulsybrandy

same here.

careyjames avatar Jul 12 '22 18:07 careyjames

You have to install libfprint-2-dev and libfprint-2-tod-dev instead.

rimas-kudelis avatar Apr 27 '23 16:04 rimas-kudelis

You have to install libfprint-2-dev and libfprint-2-tod-dev instead.

With these two packages installed, cmake still fails. I assume (not a developer) that the libfprint-2 packages don't symlink back to libfprint.

alexfornuto avatar Nov 29 '23 16:11 alexfornuto