fingerprint-gui
fingerprint-gui copied to clipboard
Could not find libfprint-dev therefore could not cmake ..
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:
- 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.
same here.
You have to install libfprint-2-dev
and libfprint-2-tod-dev
instead.
You have to install
libfprint-2-dev
andlibfprint-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
.