<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Redhat enterprise Linux / CentOS installing kernel source code</title> <atom:link href="http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: anybody</title><link>http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-42231</link> <dc:creator>anybody</dc:creator> <pubDate>Thu, 25 Jun 2009 07:39:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-42231</guid> <description>Just look at the src.rpm for the source code. You can extract it via command
rpm2cpio kernel-bla-bla-bla.src.rpm &#124; cpio -idvm
and then a simple
ls *.tar.{bz2&#124;gz}
will take you to the source :)</description> <content:encoded><![CDATA[<p>Just look at the src.rpm for the source code. You can extract it via command</p><p>rpm2cpio kernel-bla-bla-bla.src.rpm | cpio -idvm</p><p>and then a simple</p><p>ls *.tar.{bz2|gz}</p><p>will take you to the source :)</p> ]]></content:encoded> </item> <item><title>By: Rob</title><link>http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-41595</link> <dc:creator>Rob</dc:creator> <pubDate>Wed, 13 May 2009 16:35:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-41595</guid> <description>I think you have a typo in your example.
&lt;blockquote&gt;# yum install kernel-devel Kernel-headers&lt;/blockquote&gt;
has a capital &quot;K&quot; in Kernel-headers, but that didn&#039;t work for me.  I changed it to a lowercase &quot;k&quot; and it worked just fine.</description> <content:encoded><![CDATA[<p>I think you have a typo in your example.</p><blockquote><p># yum install kernel-devel Kernel-headers</p></blockquote><p>has a capital &#8220;K&#8221; in Kernel-headers, but that didn&#8217;t work for me.  I changed it to a lowercase &#8220;k&#8221; and it worked just fine.</p> ]]></content:encoded> </item> <item><title>By: Noufal</title><link>http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-40294</link> <dc:creator>Noufal</dc:creator> <pubDate>Sat, 14 Feb 2009 14:14:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-40294</guid> <description>I want source code of LinuxKernel and Redhat linux</description> <content:encoded><![CDATA[<p>I want source code of LinuxKernel and Redhat linux</p> ]]></content:encoded> </item> <item><title>By: Shraddha</title><link>http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-39908</link> <dc:creator>Shraddha</dc:creator> <pubDate>Sat, 17 Jan 2009 15:53:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-39908</guid> <description>hi,
i want the source code of Linux.
i don&#039;t know exact location  for it.
could i know about this?
thank you.</description> <content:encoded><![CDATA[<p>hi,<br
/> i want the source code of Linux.<br
/> i don&#8217;t know exact location  for it.<br
/> could i know about this?<br
/> thank you.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-36860</link> <dc:creator>John</dc:creator> <pubDate>Mon, 24 Sep 2007 22:07:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-36860</guid> <description>Upon further examination, the *.src.rpm does have the source in a tarball within it.   You&#039;re expected to build the source tree with the rpmbuild command.   A command reference would be http://kbase.redhat.com/faq/FAQ_85_5109.shtm
Keep in mind that you will need the unifdef package which is not installed by default.   You&#039;ll find it on the third installation CD.</description> <content:encoded><![CDATA[<p>Upon further examination, the *.src.rpm does have the source in a tarball within it.   You&#8217;re expected to build the source tree with the rpmbuild command.   A command reference would be <a
href="http://kbase.redhat.com/faq/FAQ_85_5109.shtm" rel="nofollow">http://kbase.redhat.com/faq/FAQ_85_5109.shtm</a></p><p>Keep in mind that you will need the unifdef package which is not installed by default.   You&#8217;ll find it on the third installation CD.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-36859</link> <dc:creator>John</dc:creator> <pubDate>Mon, 24 Sep 2007 20:44:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel5-installing-kernel-source-code/#comment-36859</guid> <description>The various source rpm&#039;s referenced in the article such as kernel-2.6.18-8.1.8.el5.src.rpm do not contain the source but rather patches to the source...</description> <content:encoded><![CDATA[<p>The various source rpm&#8217;s referenced in the article such as kernel-2.6.18-8.1.8.el5.src.rpm do not contain the source but rather patches to the source&#8230;</p> ]]></content:encoded> </item> </channel> </rss>
