zl程序教程

您现在的位置是:首页 >  系统

当前栏目

【Linux异常】执行man proc查看proc文档时提示错误 man: can't set the locale; make sure $LC_* and $LANG are correct No manual entry for proc

2023-09-14 08:57:35 时间

一、异常信息

[root@VM_0_4_centos proc]# man proc
man: can't set the locale; make sure $LC_* and $LANG are correct
No manual entry for proc

 

二、解决方案

安装man-pages后就可以了

yum install -y man-pages