<?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 Installing a rpm package in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094746#M7298</link>
    <description>Hi ,,&lt;BR /&gt;&lt;BR /&gt;Installing:&lt;BR /&gt;# rpm -ihv "package" appear the following error:&lt;BR /&gt;&lt;BR /&gt;error: failed dependencies:&lt;BR /&gt;        /bin/ksh is needed by &lt;BR /&gt;/usr/bin/ksh is needed by &lt;BR /&gt;&lt;BR /&gt;- seeing the package:&lt;BR /&gt;less "package":&lt;BR /&gt;&lt;BR /&gt;/bin/nsu&lt;BR /&gt;&lt;BR /&gt;Could you please help me??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Oct 2003 04:48:01 GMT</pubDate>
    <dc:creator>Harstad</dc:creator>
    <dc:date>2003-10-16T04:48:01Z</dc:date>
    <item>
      <title>Installing a rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094746#M7298</link>
      <description>Hi ,,&lt;BR /&gt;&lt;BR /&gt;Installing:&lt;BR /&gt;# rpm -ihv "package" appear the following error:&lt;BR /&gt;&lt;BR /&gt;error: failed dependencies:&lt;BR /&gt;        /bin/ksh is needed by &lt;BR /&gt;/usr/bin/ksh is needed by &lt;BR /&gt;&lt;BR /&gt;- seeing the package:&lt;BR /&gt;less "package":&lt;BR /&gt;&lt;BR /&gt;/bin/nsu&lt;BR /&gt;&lt;BR /&gt;Could you please help me??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2003 04:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094746#M7298</guid>
      <dc:creator>Harstad</dc:creator>
      <dc:date>2003-10-16T04:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Installing a rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094747#M7299</link>
      <description>Try to install pdksh package first.&lt;BR /&gt;On RedHat 9's installation CD it's&lt;BR /&gt;pdksh-5.2.14-21&lt;BR /&gt;best regards.</description>
      <pubDate>Thu, 16 Oct 2003 04:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094747#M7299</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-16T04:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Installing a rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094748#M7300</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Thanks for your answer,,&lt;BR /&gt;ItÂ´s not posible to install that package (pdksh)...Do you know other solution??&lt;BR /&gt;&lt;BR /&gt;Thank</description>
      <pubDate>Thu, 16 Oct 2003 05:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094748#M7300</guid>
      <dc:creator>Harstad</dc:creator>
      <dc:date>2003-10-16T05:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Installing a rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094749#M7301</link>
      <description>Waits,,</description>
      <pubDate>Thu, 16 Oct 2003 05:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094749#M7301</guid>
      <dc:creator>Harstad</dc:creator>
      <dc:date>2003-10-16T05:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Installing a rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094750#M7302</link>
      <description>Why can't you install the pdksh package?  the problem youare getting is that the package you are trying to install wont't work because something else the package needs isn't installed on your machine.</description>
      <pubDate>Thu, 16 Oct 2003 05:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094750#M7302</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-16T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installing a rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094751#M7303</link>
      <description>You can force the installation:&lt;BR /&gt; &lt;BR /&gt;# rpm -ivh "package" --nodeps&lt;BR /&gt; &lt;BR /&gt;but if "package" needs pdksh, maybe you'll get some troubles.&lt;BR /&gt; &lt;BR /&gt;Sometimes the dependances aren't so strict... In these cases forcing the installation helps.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2003 05:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094751#M7303</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-10-16T05:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Installing a rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094752#M7304</link>
      <description>What's the problem to install the pdksh pakage?&lt;BR /&gt;Installing RPM with --nodeps options will certainly continiue -but you're about to face problems while working with installed by this package program.</description>
      <pubDate>Thu, 16 Oct 2003 06:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-a-rpm-package/m-p/3094752#M7304</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-16T06:17:04Z</dc:date>
    </item>
  </channel>
</rss>

