Hi,
Any time I've tried to run 'yum search' or 'yum info' I end up getting a error "database disk image is malformed"
Code:
$ yum info postgresql
Loaded plugins: presto, refresh-packagekit
Error: database disk image is malformed
I am, however, able to update and install software without this error occuring.
I've tried the 'yum clean all", "yum clean metadata", "yum clean datacache", and rebuilding with "yum makecache", but still this problem crops up. As I understand it, the error message comes from something possibly not having been updated properly in one of the sqlite databases that yum stores information in.
I probably could fix it if I knew which sqlite db that 'yum search' and 'yum info' hit.
Thanks in advance for any help!