8

After a recent dist-upgrade, I have broken man pages. Symptoms are that man <any command here> refuses to load anything and shows a blank console, except for the line in the upper left:

Manual page man(1) line ?/? (END) (press h for help or q to quit)

After quitting, I get the following error line:

man: command exited with status 4: /usr/lib/man-db/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | nroff -mandoc -rLL=195n -rLT=195n -Tutf8

This isn't helpful for me. I tried sudo mandb and sudo mandb -c with no success.

emk2203
  • 4,166
  • 1
  • 21
  • 47

1 Answers1

15

The following commands worked for me:

apt install apparmor-utils
aa-disable /usr/bin/man

Upstream Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889617

N0rbert
  • 99,918
nithal
  • 166
  • 1
    This apparently happens because the kernel is old. Here's a thread: https://forum.pine64.org/showthread.php?tid=6453 – fuzzyTew May 10 '20 at 19:43