If I have a list of filenames (with paths), what's the best way to work out what package most likely provided them?
This will be offline, so I can't use dpkg -S etc.
The original O/S is Raspbian if that helps.
(Background: I'm trying to look at SD card backups and work out what packages were installed without booting them.)