<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: whats src.rpm ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435456#M71424</link>
    <description>src.rpm are source rpm's and are meant to be used to build binary rpm packages. tar.gz packages are usually just plain source code that would require tweaking and or creation of a ".spec" file which is what rpm uses to create rpm packages for redhat/mandrake&lt;BR /&gt;&lt;BR /&gt;while installing some RPM's, it requires few other packages/libraries cause when that RPM was buit those packages/libraries were installed.&lt;BR /&gt;&lt;BR /&gt;you can install RPM using the following command&lt;BR /&gt;# rpm -ivh XXX.rpm&lt;BR /&gt;-ivh : install, verify and Hash&lt;BR /&gt;&lt;BR /&gt;See the following for installing src.rpm&lt;BR /&gt;&lt;A href="http://linux-faqs.com/Forum/viewtopic.php?p=5" target="_blank"&gt;http://linux-faqs.com/Forum/viewtopic.php?p=5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it helps</description>
    <pubDate>Thu, 02 Dec 2004 16:26:30 GMT</pubDate>
    <dc:creator>Peeyush</dc:creator>
    <dc:date>2004-12-02T16:26:30Z</dc:date>
    <item>
      <title>whats src.rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435452#M71420</link>
      <description>Hi Dear Gurus&lt;BR /&gt;&lt;BR /&gt;1, what is .src.rpm ?&lt;BR /&gt;2, or, what is the diff b/w .src.rpm and .rpm ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 14:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435452#M71420</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-02T14:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: whats src.rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435453#M71421</link>
      <description>1. src.rpm is a package of the source code.&lt;BR /&gt;2. .rpm (no src. before it) is a package of binary code. &lt;BR /&gt;&lt;BR /&gt;.rpm packages are ready to run after installation, but src.rpm packages not not. You have to compile a src.rpm package after installing.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 02 Dec 2004 14:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435453#M71421</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-02T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: whats src.rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435454#M71422</link>
      <description>Thanks Dear Chris for such a prompt reply.&lt;BR /&gt;&lt;BR /&gt;if *.src.rpm is a source code, then le me know how can i check the source code of abc.src.rpm ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 02 Dec 2004 14:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435454#M71422</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-02T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: whats src.rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435455#M71423</link>
      <description>run the following command to see a list of source files in the package:&lt;BR /&gt;# rpm -qpl xxx.src.rpm | less&lt;BR /&gt;&lt;BR /&gt;Assuming the pacakge is at the current directory.</description>
      <pubDate>Thu, 02 Dec 2004 15:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435455#M71423</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-02T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: whats src.rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435456#M71424</link>
      <description>src.rpm are source rpm's and are meant to be used to build binary rpm packages. tar.gz packages are usually just plain source code that would require tweaking and or creation of a ".spec" file which is what rpm uses to create rpm packages for redhat/mandrake&lt;BR /&gt;&lt;BR /&gt;while installing some RPM's, it requires few other packages/libraries cause when that RPM was buit those packages/libraries were installed.&lt;BR /&gt;&lt;BR /&gt;you can install RPM using the following command&lt;BR /&gt;# rpm -ivh XXX.rpm&lt;BR /&gt;-ivh : install, verify and Hash&lt;BR /&gt;&lt;BR /&gt;See the following for installing src.rpm&lt;BR /&gt;&lt;A href="http://linux-faqs.com/Forum/viewtopic.php?p=5" target="_blank"&gt;http://linux-faqs.com/Forum/viewtopic.php?p=5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it helps</description>
      <pubDate>Thu, 02 Dec 2004 16:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435456#M71424</guid>
      <dc:creator>Peeyush</dc:creator>
      <dc:date>2004-12-02T16:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: whats src.rpm ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435457#M71425</link>
      <description>Many Thanks Dear Chris&lt;BR /&gt;and ofcourse&lt;BR /&gt;Many Thanks Dear Peeyush&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 02 Dec 2004 21:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whats-src-rpm/m-p/3435457#M71425</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-02T21:49:30Z</dc:date>
    </item>
  </channel>
</rss>

