$apt install man
apt-get install manpages-zh然后
apt-get purge manpages-zh
$apt purge manpage然后
$apt install man
$apt-get install manpages-zh它显示了
/usr/bin/mandb: can't open the manpath configuration file /etc/manpath.config我发现manpath.config丢失了,每当我重新安装多少次,我就得到了相同的错误!就像下面这样
$man ls
man: can't open the manpath configuration file /etc/manpath.config我如何修复它和如何卸载人?就像我用
$apt purge man它显示了
select man-db not man?发布于 2018-09-12 17:07:48
$ dpkg -S /etc/manpath.config
man-db: /etc/manpath.config/etc/manpath.config文件是man-db包的一部分。
https://askubuntu.com/questions/1074676
复制相似问题