Herr Bischoff


How to Fix gdbm fatal: read error

After some searching I found out that it’s the man database that somehow got corrupted. To rectify, just:

rm -r /var/cache/man
/etc/cron.daily/man-db

All done.