Skip to content
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

Open
omriasta opened this issue Apr 28, 2021 · 5 comments
Open

Ubuntu 21.04 install issue #9

omriasta opened this issue Apr 28, 2021 · 5 comments

Comments

@omriasta
Copy link

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?

@omriasta
Copy link
Author

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....

@dirgeoni
Copy link

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!

@omriasta
Copy link
Author

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.

@jubalfh
Copy link

jubalfh commented Sep 12, 2021

you want to add versioned Provides: field to the package control file, like this:

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

@jubalfh
Copy link

jubalfh commented Sep 12, 2021

(note, this will need to be tweaked per distro version if libpam-fprintd is going to have a hard dependency on a particular version of fprintd package.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants