<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux * Screw &#187; solaris</title>
	<atom:link href="http://www.linuxscrew.com/category/unix/solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxscrew.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 15:44:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3512</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FAQ: How to install manual pages in Solaris?</title>
		<link>http://www.linuxscrew.com/2009/12/25/faq-how-to-install-manual-pages-in-solaris/</link>
		<comments>http://www.linuxscrew.com/2009/12/25/faq-how-to-install-manual-pages-in-solaris/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 12:47:15 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=970</guid>
		<description><![CDATA[In order to use install man pages for various commands in Solaris it is necessary to get two packages: SUNWman and SUNWdoc. You can check if they are already installed using commands &#8216;pkginfo SUNWdoc' and 'pkginfo SUNWman', or just try &#8216;man man&#8216;. If they are not present in your system you can install them from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxscrew.com/wp-content/uploads/2009/12/solaris_logo.png"><img class="size-full wp-image-972 alignright" title="solaris logo" src="http://www.linuxscrew.com/wp-content/uploads/2009/12/solaris_logo.png" alt="solaris logo" width="200" height="104" /></a>In order to use <strong>install man pages</strong> for various commands in <a href="http://www.sun.com/software/solaris/"><strong>Solaris</strong></a> it is necessary to get two packages: <strong>SUNWman</strong> and <strong>SUNWdoc</strong>. You can check if they are already installed using commands &#8216;<code>pkginfo SUNWdoc'</code> and <code>'pkginfo SUNWman'</code>, or just try &#8216;<code>man man</code>&#8216;. If they are not present in your system you can install them from Solaris 10 cd-rom (I guess you&#8217;re using exactly this version of Sun&#8217; operating system):</p>
<p>1. Mount cd-rom:</p>
<p><code>mount -F hsfs /dev/dsk/c0t1d0s2 /mnt/</code></p>
<p>where c0t1d0s2 is identifier of your cd-rom and may differ from system to system.</p>
<p>2. Install Packages:</p>
<p><code>pkgadd -d /mnt/Solaris_10/Product SUNWman</code><br />
<code>pkgadd -d /mnt/Solaris_10/Product SUNWdoc</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2009/12/25/faq-how-to-install-manual-pages-in-solaris/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
