-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 21.04 install issue #9
Comments
This still needs a fix but I was able to reinstall python3-validity, fprintd-clients and open-fprintd to get it to work on 21.04, then just had to run pam-auth-update to enable in sudo as well.... |
Hi... struggling with installing these on 21.04 ... can you please share some hints? Thanks! |
Where did you get stuck?....honestly I'm not 100% sure I remember exactly how I got it all to work, kept futzing with these packages. You definitely need the packages listed above installed, not sure which others might be needed. |
you want to add versioned diff --git a/debian/control b/debian/control
index e25eb4f..8dd521a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Depends: ${python3:Depends},
Breaks: fprintd
Conflicts: fprintd
Replaces: fprintd
+Provides: fprintd (=1.90.9-1)
XB-Python-Version: ${python3:Versions}
Description: Open fprintd DBus service.
This package lets you integrate fingerprint driver backends with the rest of |
(note, this will need to be tweaked per distro version if |
There appears to be an issue with installing this on Ubuntu 21.04. I am not sure I understand all the technical details but it looks like libpam-fprintd is now dependent on fprintd and is removed when open-fprintd is installed. Anybody aware of a fix or a workaround?
The text was updated successfully, but these errors were encountered: