Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
183 views
in Technique[技术] by (71.8m points)

Man command in linux returns "no manual entry for <package_name>"

When I run the man command in Linux. It returns manual for some packages, but in some case it says

no manual entry for <package_name>

for-example: man cloud-guest-utils command or man btrfs-tools and some more also.

Is there no manual available for these packages or is there some else issue?

question from:https://stackoverflow.com/questions/65902081/man-command-in-linux-returns-no-manual-entry-for-package-name

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It means that there is simply no manual available for the requested command. You will get the same error if you try man any-string.

You may use tab-completion if you are not sure about the man entry name; the tab-completion is usually enabled in the latest distribution.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...