snap keepassxc error udev_enumerate_scan failed

Solution 1:

The error most likely stems from the recent kernel update. I think there are two workarounds. In both cases you can first remove the keepassxc snap package with: sudo snap remove keepassxc

Then, either install the unofficial debian package (this is suggested in the open issue on GitHub: https://github.com/keepassxreboot/keepassxc/issues/1058)

Or, download the official AppImage. (Before running the AppImage, you have to make it executable: either by Right-Clicking on it, then Properties -> Permissions and checking "Allow executing file as program", or with command: chmod a+x KeePassXC-2.2.1-x86_64.AppImage See here for more info on AppImages: https://appimage.org/)