Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Installing man pages on Solaris 10 Post 302087939 by BOFH on Thursday 7th of September 2006 09:57:19 AM
Old 09-07-2006
Quote:
Originally Posted by rjw
Great, thanks.

Is it common practice to install the contents on the installation CDs to the HDD? If so, where (and is it just the Products or the entire CD hierarchy)?
Unfortunately in my dealings, most of the systems I see have a whole bunch of unnecessary (for a server) garbage installed. I spent quite some time building up a package deleting list for the servers at the last contract.

A couple of servers I've seen have minimal installations but in general, it seems most people install the full package if not the full OEM package.

This guy has a nice site on suggested minimal installations and what to delete. I've provided some updates for the Solaris 8 side and now that I'm on a new contract, I'm looking in to some server reduction here too.

Carl
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

installing new man pages

I am having problems installing new man pages on a FreeBSD 3.3 system. They are the man entrys for a new software that I have installed and I would like them to be searchable from man. I have run Make whatis and tried to adjust the manpath.config. I also have played with catman but I think the... (1 Reply)
Discussion started by: jwatson1000
1 Replies

2. UNIX for Dummies Questions & Answers

man pages

Hi, I've written now a man pages, but I don't knwo how to get 'man' to view them. Where have I to put this files, which directories are allowed?? THX Bensky (3 Replies)
Discussion started by: bensky
3 Replies

3. UNIX for Dummies Questions & Answers

HOWTO: Installing man-pages

Can someone tell me howto install the man-pages on a AIX 4.3 machine? (2 Replies)
Discussion started by: postmaster
2 Replies

4. UNIX for Dummies Questions & Answers

man pages

Hi folks, I want to know all the commands for which man pages are available. How do i get it? Cheers, Nisha (4 Replies)
Discussion started by: Nisha
4 Replies

5. Solaris

Solaris 10 man pages

Hi there, Ive just installed Solaris 10 from DVD and when trying to access the man pages, I get this # man ls No manual entry for ls. so I set MANPATH to /usr/share/man where all the man pages seem to be located, and i get the same result !!! Is there something else I have to do, ie... (5 Replies)
Discussion started by: hcclnoodles
5 Replies

6. UNIX for Dummies Questions & Answers

Man pages on Solaris 10

Hi, I want to install man pages package from solaris 10. Solaris 10 has already been installed on my servor but I have to add the man pages packages. I search for a long time on internet this package but I didn't find a compatible one... So I downloaded Solaris 10 from Sun site to get this... (1 Reply)
Discussion started by: MasterapocA
1 Replies

7. Solaris

Solaris man pages online

Anybody found where Oracle have hidden the Solaris 10 "man" pages in their new website? My saved links don't work any more. (2 Replies)
Discussion started by: methyl
2 Replies

8. Solaris

MAN PAGES

Hi everyone, I have a small query, in solaris the man pages get displayed on half of the terminal , can i get a full terminal or full screen display ?:) (2 Replies)
Discussion started by: M.Choudhury
2 Replies

9. UNIX for Dummies Questions & Answers

gcc man pages not found under Solaris 10

Hi friends, When I try to see the man pages of gcc, man gcc I see No manual entry for gcc. Could you help me please. I am running solaris 10 Thanks! (4 Replies)
Discussion started by: gabam
4 Replies

10. Solaris

Solaris 11 man pages won't show on CLI

Hello guys, I am a newbie. Just freshly installed Solaris 11. When I try to type for example root@t1000:~# man zpool It says bash: man: command not found. It used to show manual pages before installation. Any help is appreciated. Thanks. (5 Replies)
Discussion started by: nazimbilir
5 Replies
DH_INSTALLMANPAGES(1)						     Debhelper						     DH_INSTALLMANPAGES(1)

NAME
       dh_installmanpages - old-style man page installer (deprecated)

SYNOPSIS
       dh_installmanpages [debhelperoptions] [file...]

DESCRIPTION
       dh_installmanpages is a debhelper program that is responsible for automatically installing man pages into usr/share/man/ in package build
       directories.

       This is a DWIM-style program, with an interface unlike the rest of debhelper. It is deprecated, and you are encouraged to use
       dh_installman(1) instead.

       dh_installmanpages scans the current directory and all subdirectories for filenames that look like man pages. (Note that only real files
       are looked at; symlinks are ignored.) It uses file(1) to verify that the files are in the correct format. Then, based on the files'
       extensions, it installs them into the correct man directory.

       All filenames specified as parameters will be skipped by dh_installmanpages.  This is useful if by default it installs some man pages that
       you do not want to be installed.

       After the man page installation step, dh_installmanpages will check to see if any of the man pages are .so links. If so, it changes them to
       symlinks.

OPTIONS
       file ...
	   Do not install these files as man pages, even if they look like valid man pages.

BUGS
       dh_installmanpages will install the man pages it finds into all packages you tell it to act on, since it can't tell what package the man
       pages belong in. This is almost never what you really want (use -p to work around this, or use the much better dh_installman(1) program
       instead).

       Files ending in .man will be ignored.

       Files specified as parameters that contain spaces in their filenames will not be processed properly.

SEE ALSO
       debhelper(7)

       This program is a part of debhelper.

AUTHOR
       Joey Hess <joeyh@debian.org>

11.1.6ubuntu2							    2018-05-10						     DH_INSTALLMANPAGES(1)
All times are GMT -4. The time now is 06:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy