<?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 RPM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpm/m-p/2786945#M78923</link>
    <description># ls -l&lt;BR /&gt;total 2660&lt;BR /&gt;drwxrwxr-x    2 veb      veb          4096 Aug 12 10:33 bin&lt;BR /&gt;drwxr-xr-x    3 veb      veb          4096 Aug 12 17:45 Desktop&lt;BR /&gt;-rw-r--r--    1 root     root          173 Aug 15 10:12 ipop3&lt;BR /&gt;-rw-------    1 veb      veb          5334 Aug 15 07:31 mbox&lt;BR /&gt;-rw-r--r--    1 root     root       423111 Aug 15 10:10 php-imap-4.0.4pl1-9.i386.rpm&lt;BR /&gt;drwxr-xr-x   10 veb      veb          4096 Aug 14 16:47 qpopper4.0.4&lt;BR /&gt;-rw-r--r--    1 veb      veb       2261992 Aug 13 09:21 qpopper4.0.4.tar.gz&lt;BR /&gt;&lt;BR /&gt;# rpm -i *.rpm   &lt;BR /&gt;package php-imap-4.0.4pl1-9 is already installed&lt;BR /&gt;[root@cabot-biz veb]# rpm -e *.rpm&lt;BR /&gt;error: package php-imap-4.0.4pl1-9.i386.rpm is not installed&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;I'm trying to install the imap package in hopes it contains pop-3 which I still can't get to work. What am I doing wrong here ???&lt;BR /&gt;&lt;BR /&gt;Thanks and points for any help !</description>
    <pubDate>Thu, 15 Aug 2002 14:22:13 GMT</pubDate>
    <dc:creator>Vernon Brown_2</dc:creator>
    <dc:date>2002-08-15T14:22:13Z</dc:date>
    <item>
      <title>RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm/m-p/2786945#M78923</link>
      <description># ls -l&lt;BR /&gt;total 2660&lt;BR /&gt;drwxrwxr-x    2 veb      veb          4096 Aug 12 10:33 bin&lt;BR /&gt;drwxr-xr-x    3 veb      veb          4096 Aug 12 17:45 Desktop&lt;BR /&gt;-rw-r--r--    1 root     root          173 Aug 15 10:12 ipop3&lt;BR /&gt;-rw-------    1 veb      veb          5334 Aug 15 07:31 mbox&lt;BR /&gt;-rw-r--r--    1 root     root       423111 Aug 15 10:10 php-imap-4.0.4pl1-9.i386.rpm&lt;BR /&gt;drwxr-xr-x   10 veb      veb          4096 Aug 14 16:47 qpopper4.0.4&lt;BR /&gt;-rw-r--r--    1 veb      veb       2261992 Aug 13 09:21 qpopper4.0.4.tar.gz&lt;BR /&gt;&lt;BR /&gt;# rpm -i *.rpm   &lt;BR /&gt;package php-imap-4.0.4pl1-9 is already installed&lt;BR /&gt;[root@cabot-biz veb]# rpm -e *.rpm&lt;BR /&gt;error: package php-imap-4.0.4pl1-9.i386.rpm is not installed&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;I'm trying to install the imap package in hopes it contains pop-3 which I still can't get to work. What am I doing wrong here ???&lt;BR /&gt;&lt;BR /&gt;Thanks and points for any help !</description>
      <pubDate>Thu, 15 Aug 2002 14:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm/m-p/2786945#M78923</guid>
      <dc:creator>Vernon Brown_2</dc:creator>
      <dc:date>2002-08-15T14:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm/m-p/2786946#M78924</link>
      <description>Hi Vernon,&lt;BR /&gt;&lt;BR /&gt;The php-imap rpm is imap support for the php scripting language.  Are you looking to add support to php or just for the pop-3 daemons?&lt;BR /&gt;&lt;BR /&gt;Is this a RedHat system? If so and you are just looking for the pop daemons, they are in the imap rpm which I think is 'imap-&lt;VERSION&gt;.i386.rpm' or imap-2000-&lt;VERSION&gt;.i386.rpm' if I remember correctly.&lt;BR /&gt;&lt;BR /&gt;Also, in your command above to remove the rpm the correct syntax would only include the first part of the name of the rpm. So the command would be:  rpm -e php-imap&lt;BR /&gt;&lt;BR /&gt;You can also get a list of packages installed that include 'imap' in the name with the command: rpm -qa | grep -i imap&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;Tony&lt;/VERSION&gt;&lt;/VERSION&gt;</description>
      <pubDate>Thu, 15 Aug 2002 15:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm/m-p/2786946#M78924</guid>
      <dc:creator>Tony Contratto</dc:creator>
      <dc:date>2002-08-15T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm/m-p/2786947#M78925</link>
      <description>Thanks for your reply !!&lt;BR /&gt;I'm trying to get pop-3 working without reformat and reinstall of RedHat 7.1&lt;BR /&gt;&lt;BR /&gt;Ron sent me a link that said pop-3 was part of the imap package. Was not able to install it as you can see above.&lt;BR /&gt;&lt;BR /&gt;So I downloaded qpopper did the configure make and make install. All seemed to be well; there were no error messages and popper was installed in /usr/local/sbin which was a different location than that in the documentation. Also the inetd.conf entry in the documentation is not compatable with the xinetd.d method of RedHat 7.1. &lt;BR /&gt;&lt;BR /&gt;I entered ipop3 entry in xinetd.d as per my previous post, but it did not get popper to start. No error messages, just didn't start.&lt;BR /&gt;&lt;BR /&gt;So that's where I'm at. Just trying to get email to work.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 19:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm/m-p/2786947#M78925</guid>
      <dc:creator>Vernon Brown_2</dc:creator>
      <dc:date>2002-08-15T19:54:25Z</dc:date>
    </item>
  </channel>
</rss>

