I just installed CentOS 6 with minimal to install man command ?

[root@LMK-LIN-03 ~]# man
bash: man: command not found

What wrong with Centos? Normally Centos come with man page, how come latest Centos 6 without man page? 

[root@LMK-LIN-03 ~]# rpm -q man
package man is not installed

The Linux command “man” is used to display the manual page for other command and also will help you to explain the functions for the commands that commonly used. The term “man” is short for manual. To install “man”, simply run this command :

[root@LMK-LIN-03 ~]# yum install man -y

After installed, you should be able to access man command. Unable to run man pages on Centos 6

 

from: http://www.techkaki.com/2012/09/unable-to-run-man-pages-on-centos6/

相关文章:

  • 2021-10-13
  • 2021-06-20
  • 2021-05-21
  • 2022-03-02
  • 2021-10-24
  • 2022-02-26
  • 2021-10-10
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2021-06-07
  • 2022-02-03
  • 2021-10-15
  • 2021-07-02
  • 2022-12-23
相关资源
相似解决方案