- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to install man pages (was it whatis ?)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 01:59 AM
03-13-2006 01:59 AM
I have not done this for donkeys.
I have a faint notion about installing
man pages of an apps with whatis.
But just to make sure I am not off a tangent.
Can anyone explain it from the top.
Cheers maties.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 02:03 AM
03-13-2006 02:03 AM
SolutionThe 'whatis' is a database of keywords for the man pages. It's created with 'catman -w' and updated with 'catman -m' when new manpages are installed.
Once created you can do:
# man -k
...to divulge a list of manpages with the matching
See the manpages for 'catman' for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 02:06 AM
03-13-2006 02:06 AM
Re: how to install man pages (was it whatis ?)
ensure you have all the .Z files in /usr/share/man, /usr/contrib/man or /usr/local/man.
You can re-create whatis with /usr/sbin/catman (Can't remember the options, something like -w -m)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 02:07 AM
03-13-2006 02:07 AM
Re: how to install man pages (was it whatis ?)
Take a look at these threads,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=99091
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=53965
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:06 PM
03-14-2006 09:06 PM
Re: how to install man pages (was it whatis ?)
have you had any luck with getting your man pages installed.? Do you need any more help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:14 PM
03-14-2006 09:14 PM
Re: how to install man pages (was it whatis ?)
That's worth an extra point .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:14 PM
03-14-2006 09:14 PM
Re: how to install man pages (was it whatis ?)
Also, you can export man pages into $MANPATH variable.
# export MANPATH=$MANPATH:/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:16 PM
03-14-2006 09:16 PM
Re: how to install man pages (was it whatis ?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:17 PM
03-14-2006 09:17 PM
Re: how to install man pages (was it whatis ?)
To install new man pages then use MANPATH environment variable to include those pages.
--
Muthu