FreeBSD install man, info pages and other package set
When you perform FreeBSD 6.x minimal installation, it skips additional distribution sets such as man and info pages. Man and info page offers extensive documentation.
It is very easy to add man or info pages to FreeBSD post installation. You need to use tool called sysinstall. The sysinstall utility is the pre and post installation application provided by the FreeBSD. It is console based and is divided into a number of menus and screens that you can use to configure and control the installation process. It can be use to install packages very easily:
Install man pages
a) Login as root user
b) Type the following command:
# /usr/sbin/sysinstall
Please note that if you are using FreeBSD old version such as 5.0 use /stand/sysinstall command (path is changed):
# /stand/sysinstall
c) The sysinstall menu system is controlled by the arrow keys, Enter, Space, and other keys. Select menu option as follows:
Configure > Distributions > Select Man and Info by press space bar > Ok
Now select man and info pages.
When prompted for to choose Installation media select either CD or FTP/HTTP.

Select FTP site and it will start to installation.

Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Ubuntu Linux install development / system library functions man pages (manual)
- Debian Linux apt-get package management cheat sheet
- Solaris > Add / Install new software packages
- Executing script or command on the last day of a month
- nixCraft FAQ roundup
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!



After having toyed with FreeBSD 5 I was wondering what had happened to sysinstall and obviously I couldn’t rtfm!
Thanks!
Use full path /usr/sbin/sysinstall on newly installed FreeBSD 6.x systems.
HTH