$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
复制相似问题