Comment 4 for bug 1930573

Revision history for this message
abdullahc (sneetsher) wrote (last edit ): Re: usrmerge error after upgradingfrom 20.10 to 21.04

`hwdb.bin` is a generated file. I did check it in Ubuntu 20.04, `/lib/udev/hwdb.bin` and `/usr/lib/udev/hwdb.bin` are identical copy, so no need to be merged.

A quick fix would be deleting one of them:

```sudo rm /lib/udev/hwdb.bin```

Then fix apt using: `sudo apt install -f`

usrmerge should probably make same action.