在最近的 dist-upgrade 之后,我破坏了手册页。症状是man <any command here>
拒绝加载任何内容并显示空白控制台,除了左上角的行:
Manual page man(1) line ?/? (END) (press h for help or q to quit)
Run Code Online (Sandbox Code Playgroud)
退出后,我收到以下错误行:
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
Run Code Online (Sandbox Code Playgroud)
这对我没有帮助。我试图sudo mandb
与sudo mandb -c
没有成功。
小智 14
以下命令对我有用:
apt install apparmor-utils
aa-disable /usr/bin/man
Run Code Online (Sandbox Code Playgroud)
上游错误:https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug =889617