How to uninstall "fprintd and fprintd-pam"

Is there a way to remove fprind and fprintd-pam from my computer. It shows up here

sudo dnf install fprintd                      

Updating and loading repositories:
Repositories loaded.
Package "fprintd-1.94.5-1.fc42.x86_64" is already installed.

But I cannot remove it using rpm-ostree

rpm-ostree uninstall fprintd fprintd-pam
error: Package/capability 'fprintd' is not currently requested

Also it doesn’t show on rpm-ostree status

rpm-ostree status                       
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia:stable
                   Digest: sha256:eac67fb43da17275263d0374787b9154f96e5211e31d3dda9cf9ed86ff0527ea
                  Version: 42.20250615.2 (2025-06-15T06:21:49Z)
          LayeredPackages: 'gcc-c++' alsa-lib-devel bluez-deprecated execstack gtk4-devel
                           java-openjdk libX11-devel libxkbcommon-devel meson neovim
                           Sunshine systemd-devel wayland-devel

  ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia:stable
                   Digest: sha256:eac67fb43da17275263d0374787b9154f96e5211e31d3dda9cf9ed86ff0527ea
                  Version: 42.20250615.2 (2025-06-15T06:21:49Z)
          LayeredPackages: 'gcc-c++' alsa-lib-devel bluez-deprecated execstack gtk4-devel
                           java-openjdk libX11-devel libxkbcommon-devel meson neovim
                           Sunshine systemd-devel wayland-devel

It is a part of the base image.

You will have to make a custom image to remove it.

1 Like

Is libfprint is also a part of the base image??

Yes. What are you trying to do?

I want to install this package libfprint-2-2-1.94.4+tod1-FT9366_20240627.x86_64.rpm This is a driver for my fingerprint device

rpm-ostree override remove libfprint --install libfprint-2-2-1.94.4+tod1-FT9366_20240627.x86_64.rpm

See the following for more information: How to achieve "dnf swap"-equivalent functionality with rpm-ostree - Fedora Magazine

Hi, so I tried this and this is what i got

❯ rpm-ostree override remove libfprint --install libfprint-2-2-1.94.4+tod1-FT9366_20240627.x86_64.rpm
Checking out tree 9913fbd... done
Enabled rpm-md repositories: google-chrome fedora updates rpmfusion-nonfree-nvidia-driver rpmfusion-nonfree-steam copr:copr.fedorainfracloud.org:phracek:PyCharm terra-extras terra copr:copr.fedorainfracloud.org:lizardbyte:stable copr:copr.fedorainfracloud.org:lizardbyte:beta updates-archive
Importing rpm-md... done
rpm-md repo 'google-chrome' (cached); generated: 2025-06-26T07:57:23Z solvables: 4
rpm-md repo 'fedora' (cached); generated: 2025-04-09T11:06:59Z solvables: 76879
rpm-md repo 'updates' (cached); generated: 2025-06-25T01:10:23Z solvables: 17493
rpm-md repo 'rpmfusion-nonfree-nvidia-driver' (cached); generated: 2025-06-23T19:58:16Z solvables: 17
rpm-md repo 'rpmfusion-nonfree-steam' (cached); generated: 2025-05-23T11:17:51Z solvables: 1
rpm-md repo 'copr:copr.fedorainfracloud.org:phracek:PyCharm' (cached); generated: 2025-05-20T06:03:29Z solvables: 5
rpm-md repo 'terra-extras' (cached); generated: 2025-06-26T01:56:54Z solvables: 331
rpm-md repo 'terra' (cached); generated: 2025-06-26T13:28:29Z solvables: 2682
rpm-md repo 'copr:copr.fedorainfracloud.org:lizardbyte:stable' (cached); generated: 2025-06-13T03:48:27Z solvables: 2
rpm-md repo 'copr:copr.fedorainfracloud.org:lizardbyte:beta' (cached); generated: 2025-06-25T12:51:10Z solvables: 36
rpm-md repo 'updates-archive' (cached); generated: 2025-06-26T01:27:27Z solvables: 22652
Resolving dependencies... done
error: Could not depsolve transaction; 1 problem detected:
 Problem: package fprintd-1.94.5-1.fc42.x86_64 from @System requires libfprint-2.so.2()(64bit), but none of the providers can be installed
  - package fprintd-1.94.5-1.fc42.x86_64 from @System requires libfprint-2.so.2(LIBFPRINT_2.0.0)(64bit), but none of the providers can be installed
  - conflicting requests

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.