$ rpm -qf /usr/share/kicad/modules/Package_SO.pretty/
kicad-footprints-5.1.9-lp152.37.1.noarch
One thing I really really miss from Eagle is the ability to create version +1 by just saving to a new file. Kicad doesn't have a mechanism for it so I wind up copying directories (and that gets me into library errors that I have learned I can just ignore but it's ugly - someday I'll figure out how get rid of the errors).
A suggestion, don't use the eagle project import feature. While it does work, it creates a whole set of issues that eventually need straightening out (like weirdly sized labels, some huge, some tiny). And when you hit all the library gotchas, it makes for a gawdawful soupy mess. Just bite the bullet and start over. It will be easier in the long run.
One thing I really really miss from Eagle is the ability to create version +1 by just saving to a new file. Kicad doesn't have a mechanism for it so I wind up copying directories (and that gets me into library errors that I have learned I can just ignore but it's ugly - someday I'll figure out how get rid of the errors).
I should probably learn how to use github next, and make proper version control and branching a habit. That would provide a solution for this issue, right? But for the time being I will have my hands full with KiCad, I guess...
Alright, I think it was an actual bug (inconsistency) in the installation, and I found a workaround. I downloaded an alternate fp-lib-table from https://raw.githubusercontent.com/KiCad/kicad-footprints/master/fp-lib-table, which lists exactly the footprint libraries that were preinstalled in my KISYSMOD directory. That made all the libraries known to KiCad. It removed the Github libraries -- which I like; I prefer not to be dependent on online libraries anyway.
If your libraries are not visible to Kicad, it means your library tables (one for schematics, one for layout) are either empty or don't exist. And there's an easy way to populate them!
I am still stumped. There are 133 libraries in the KISYSMOD path (...\KiCad\share\kicad\modules). They were all automatically installed as part of the overall KiCad package, yet none of them is actually used. Instead, the fp-lib-table only includes references to Github-based libraries. And those are only a subset of the libraries in KISYSMOD, 74 in total.
What gives? I can't be expected to manually add the 133 libraries to fp-lib-table?! I must be missing a step here, right?