<?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: what is the package popt-devel? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503795#M38368</link>
    <description>thanks Matti,&lt;BR /&gt;&lt;BR /&gt;well :)&lt;BR /&gt;infact only after yum failed to resolve it for me, i went hunting .....&lt;BR /&gt;anyway i will try to search&lt;BR /&gt;thanks again for your help&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Sep 2009 16:44:14 GMT</pubDate>
    <dc:creator>iinfi1</dc:creator>
    <dc:date>2009-09-28T16:44:14Z</dc:date>
    <item>
      <title>what is the package popt-devel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503790#M38363</link>
      <description>i am installing a client software for a product called vworkspace on CentOS/Suse desktop and it requires a package called popt-devel. &lt;BR /&gt;&lt;BR /&gt;on my centos machine &lt;BR /&gt;[root@vworkspace qrdesktop]# rpm -qa | grep popt&lt;BR /&gt;popt-1.10.2.3-9.el5&lt;BR /&gt;&lt;BR /&gt;on my suse machine&lt;BR /&gt;sled11:~ # rpm -qa | grep popt&lt;BR /&gt;popt-1.7-37.8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[code]&lt;BR /&gt;[root@vworkspace ~]# cd vworkspaceLinuxClient/qrdesktop/&lt;BR /&gt;[root@vworkspace qrdesktop]# ./install.sh &lt;BR /&gt;&lt;BR /&gt;========================================================&lt;BR /&gt;Beginning Qrdesktop with connection manager installation&lt;BR /&gt;========================================================&lt;BR /&gt;&lt;BR /&gt;==================================&lt;BR /&gt;Performing Pre-requisite checks...&lt;BR /&gt;==================================&lt;BR /&gt;&lt;BR /&gt;Installer is now checking for core libraries:&lt;BR /&gt;    Installer is checking for gcc-c++...&lt;BR /&gt;    Installer is checking for libstdc++-devel...&lt;BR /&gt;    Installer is checking for libpng-devel...&lt;BR /&gt;    Installer is checking for popt-devel...ERROR: package popt-devel is not found.\n&lt;BR /&gt;&lt;BR /&gt;Some of the core libraries that are required are not present.  Installation cannot continue.&lt;BR /&gt;[/code]&lt;BR /&gt;&lt;BR /&gt;simple answer to where i can find is google. but i am not able to get the right version of the package. only sesible link i get is &lt;A href="http://www.rpmfind.net/linux/rpm2html/search.php?query=popt-devel" target="_blank"&gt;http://www.rpmfind.net/linux/rpm2html/search.php?query=popt-devel&lt;/A&gt;&lt;BR /&gt;which doesnt have what i need (version)&lt;BR /&gt;i got the tarballs somewhere but there is a version incompatibility.&lt;BR /&gt;what is this popt-devel package and why is it so difficult to find.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sat, 26 Sep 2009 18:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503790#M38363</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-09-26T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: what is the package popt-devel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503791#M38364</link>
      <description>it is not available on sourceforge either!</description>
      <pubDate>Sat, 26 Sep 2009 18:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503791#M38364</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-09-26T18:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: what is the package popt-devel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503792#M38365</link>
      <description>Hello iinfi!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; what is the package popt-devel?&lt;BR /&gt;&lt;BR /&gt;Every package in Linux, mostly rpm packages, follow some naming conventions to make it easier to manage packages. Sometimes software is packaged into two packages, one without -devel and one with -devel. Packages ending in -devel are those that include all the necessary for development for the package (header files, tools used by the software, etc). The other package, the one without -devel, does only include the binaries, manpages and every other files just needed to run the software.&lt;BR /&gt;&lt;BR /&gt;You can read more on this naming convention here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rpm.org/max-rpm/ch-rpm-file-format.html" target="_blank"&gt;http://www.rpm.org/max-rpm/ch-rpm-file-format.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; why is it so difficult to find&lt;BR /&gt;&lt;BR /&gt;Well, once you know how this naming convention goes, just apply it to your search pattern:&lt;BR /&gt;&lt;BR /&gt;popt-devel-1.7-37.8&lt;BR /&gt;&lt;BR /&gt;and you will end up with the correct links.&lt;BR /&gt;&lt;BR /&gt;For SuSE you might try, for example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://demeter.uni-regensburg.de/SLES11-SDK-x86/DVD1/suse/i586/" target="_blank"&gt;http://demeter.uni-regensburg.de/SLES11-SDK-x86/DVD1/suse/i586/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Kobylka</description>
      <pubDate>Sat, 26 Sep 2009 19:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503792#M38365</guid>
      <dc:creator>kobylka</dc:creator>
      <dc:date>2009-09-26T19:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: what is the package popt-devel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503793#M38366</link>
      <description>thank you ... well i m not that new to linux, n was following the way you had suggested.&lt;BR /&gt;still sometimes this is a real pain to get dependencies resolved.&lt;BR /&gt;thanks for your help.</description>
      <pubDate>Sun, 27 Sep 2009 08:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503793#M38366</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-09-27T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: what is the package popt-devel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503794#M38367</link>
      <description>In most RPM-based Linux distributions, there are two levels of package management tools. &lt;BR /&gt;&lt;BR /&gt;The "rpm" command is one of the low-level tools: it allows you to manage packages one by one, and requires you to sort out the dependencies manually.&lt;BR /&gt;&lt;BR /&gt;In CentOS, the high-level tool is "yum"; I'm not sure what SuSE uses, but I believe it has something available. The high-level tools will handle the dependencies automatically and usually allow you to configure a set of locations (repositories) for downloading packages automatically. &lt;BR /&gt;&lt;BR /&gt;With these tools, when you specify "install package A", the program might ask "Package A requires packages B and C; the total download size would be XXX kb, OK to download and install them all?"&lt;BR /&gt;Using the high-level tools instead of just the "rpm" command will save you a _lot_ of time and sanity in the long run.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 27 Sep 2009 12:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503794#M38367</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-27T12:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: what is the package popt-devel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503795#M38368</link>
      <description>thanks Matti,&lt;BR /&gt;&lt;BR /&gt;well :)&lt;BR /&gt;infact only after yum failed to resolve it for me, i went hunting .....&lt;BR /&gt;anyway i will try to search&lt;BR /&gt;thanks again for your help&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Sep 2009 16:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-package-popt-devel/m-p/4503795#M38368</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-09-28T16:44:14Z</dc:date>
    </item>
  </channel>
</rss>

