<?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: question on yum or rpm in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497400#M38286</link>
    <description>yeah the only way for you CentOS&lt;BR /&gt;in fact I think CentOS is much better than Fedora&lt;BR /&gt;&lt;BR /&gt;for setting up a Repo &lt;BR /&gt;remember google is friend ;-)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;rlz=1B3GGGL_enCR321CR322&amp;amp;q=setup+repository+for+centos&amp;amp;btnG=Search&amp;amp;aq=f&amp;amp;oq=&amp;amp;aqi=" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;rlz=1B3GGGL_enCR321CR322&amp;amp;q=setup+repository+for+centos&amp;amp;btnG=Search&amp;amp;aq=f&amp;amp;oq=&amp;amp;aqi=&lt;/A&gt;</description>
    <pubDate>Fri, 18 Sep 2009 04:25:09 GMT</pubDate>
    <dc:creator>KarloChacon</dc:creator>
    <dc:date>2009-09-18T04:25:09Z</dc:date>
    <item>
      <title>question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497388#M38274</link>
      <description>hello folks , &lt;BR /&gt;&lt;BR /&gt;new to RHEL /Linux , question on yum or rpm . If i need to install a s/w like "expect" , how do achive the following&lt;BR /&gt;- how do i know what dependent rpm i need to download for "expect" ?&lt;BR /&gt;- how to install them using yum (like using yum localhost ...)&lt;BR /&gt;- compiling from source is a big challenge for me as i know i probably be missing lots of other pkg like gcc etc &lt;BR /&gt;&lt;BR /&gt;just confused with patch management . Its so easy with HP depot...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2009 03:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497388#M38274</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2009-09-15T03:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497389#M38275</link>
      <description>See this yum howto - &lt;A href="http://www.phy.duke.edu/~rgb/General/yum_HOWTO/yum_HOWTO/" target="_blank"&gt;http://www.phy.duke.edu/~rgb/General/yum_HOWTO/yum_HOWTO/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Chapter 11 is for installing/updating packages.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 15 Sep 2009 04:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497389#M38275</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-09-15T04:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497390#M38276</link>
      <description>thanks Ivan. Useful document . I spend many hours today trying installing "expect" by downloading it . But still couldn't do it . &lt;BR /&gt;Any tips on how should i have gone  about searching an rpm's and its dependents so i can install them easily. &lt;BR /&gt;&lt;BR /&gt;this is what i downloaded (took many hours of googling ) &lt;BR /&gt;&lt;BR /&gt;expect-5.43.0-5.1.i386.rpm&lt;BR /&gt;expect-devel-5.43.0-9.fc8.i386.rpm&lt;BR /&gt;expectk-5.43.0-9.fc8.i386.rpm&lt;BR /&gt;&lt;BR /&gt;tried rpm and yum localinstall but no luck . looks like something either wrong with my downloads or way of installing.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2009 05:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497390#M38276</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2009-09-15T05:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497391#M38277</link>
      <description>If you have already the rpm install it with: &lt;BR /&gt;&lt;BR /&gt;rpm -ivh expext....rpm&lt;BR /&gt;&lt;BR /&gt;see man page for more details.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 15 Sep 2009 05:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497391#M38277</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-09-15T05:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497392#M38278</link>
      <description>If you have a RHEL system registered with RedHat Network, installing expect is very simple:&lt;BR /&gt;&lt;BR /&gt;# yum install expect&lt;BR /&gt;&lt;BR /&gt;Yum will automatically contact RedHat's servers, find the latest available version of expect for your distribution, find out which dependent packages are needed, ask you if it's OK to download them too, and then automatically download &amp;amp; install everything.&lt;BR /&gt;&lt;BR /&gt;Other distributions have their own repository servers on the Internet. If you can access them, you don't need to download anything manually. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 15 Sep 2009 08:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497392#M38278</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-15T08:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497393#M38279</link>
      <description>like Ivan said just rpm -ivh ...rpm&lt;BR /&gt;if the rpm file needs something before installing it will tell you some other package(s) are needed in order to install this package&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or you can try this rpm -qpR ...rpm it will tell all packages needed to install it but it will provide you all of them so kinda big list the point is some of them are already installed but -ivh will tell which exactly are needed during installation.</description>
      <pubDate>Tue, 15 Sep 2009 22:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497393#M38279</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2009-09-15T22:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497394#M38280</link>
      <description>thanks Karlo. Here is what i get &lt;BR /&gt;&lt;BR /&gt;rpm -ivh expect-5.43.0-5.1.i386.rpm&lt;BR /&gt;warning: expect-5.43.0-5.1.i386.rpm: V3 DSA signature: NOKEY, key ID 652e84dc&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        libc.so.6(GLIBC_2.4) is needed by expect-5.43.0-5.1.i386&lt;BR /&gt;&lt;BR /&gt;This means now i need to find GLIBC_2.4 rpm . This is little painful . No easy way , except setting repo server and using RHN ? &lt;BR /&gt;&lt;BR /&gt;Please excure me if some of my points  are not making sense . Migrating from HPUX to RHEL is not fun . But i will get there . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2009 23:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497394#M38280</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2009-09-15T23:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497395#M38281</link>
      <description>yeah now it's up to you&lt;BR /&gt;&lt;BR /&gt;continuing rpm command or setting up a repo&lt;BR /&gt;&lt;BR /&gt;just check this I looked for your&lt;BR /&gt;&lt;BR /&gt;expect-5.43.0-5.1.i386&lt;BR /&gt;&lt;BR /&gt;and see what I found&lt;BR /&gt;ok this does not mean you need to install all those packages first maybe some of them are already there but you know FYI&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rpm.pbone.net/index.php3/stat/4/idpl/12379394/com/expect-5.43.0-5.1.i386.rpm.html" target="_blank"&gt;http://rpm.pbone.net/index.php3/stat/4/idpl/12379394/com/expect-5.43.0-5.1.i386.rpm.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.icewalkers.com/rpm/expect/fedora-core-6/download/expect-1780.html" target="_blank"&gt;http://www.icewalkers.com/rpm/expect/fedora-core-6/download/expect-1780.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;bye</description>
      <pubDate>Tue, 15 Sep 2009 23:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497395#M38281</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2009-09-15T23:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497396#M38282</link>
      <description>Deepak, if this is an RHEL5 system try "yum install expect" as Matti suggested.  If the system is RHEL4, try "up2date -iv expect".&lt;BR /&gt;&lt;BR /&gt;It will be easier than trying to install the files you downloaded.</description>
      <pubDate>Wed, 16 Sep 2009 00:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497396#M38282</guid>
      <dc:creator>Randy Jones_3</dc:creator>
      <dc:date>2009-09-16T00:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497397#M38283</link>
      <description>believe me, once you know how a package manager works on linux, you never want to go back to the horrors of sw-depots.&lt;BR /&gt;&lt;BR /&gt;first, you need to forget everything that you know, it probably doesn't apply to linux package management anyway.&lt;BR /&gt;&lt;BR /&gt;second, be sure you have an internet connection, i'm guessing you don't have your own repository at present.&lt;BR /&gt;&lt;BR /&gt;to answer your questions:&lt;BR /&gt;&lt;BR /&gt;- how do i know what dependent rpm i need to download for "expect" ?&lt;BR /&gt;&lt;BR /&gt;A: you don't need to, that is the job of the package manager to find out. you ask the package manager to install 'expect', he'll figure out everything else.&lt;BR /&gt;&lt;BR /&gt;searching for packages use one of the following:&lt;BR /&gt;&lt;BR /&gt;yum list &lt;PACKAGE&gt;&lt;BR /&gt;yum search &lt;KEYWORD&gt;&lt;BR /&gt;yum provides &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;these will display aavilable possible packages to install.&lt;BR /&gt;&lt;BR /&gt;- how to install them using yum (like using yum localhost ...)&lt;BR /&gt;&lt;BR /&gt;A: you shouldn't be doing that, get your packages from a repository. don't you have internet access? are you using RH without a license and no access to RH reps? if so, use CentOS. it's RH, but free and 100% compatible.&lt;BR /&gt;&lt;BR /&gt;- compiling from source is a big challenge for me as i know i probably be missing lots of other pkg like gcc etc &lt;BR /&gt;&lt;BR /&gt;A: don't do that unless you know what you are doing. which looks like you don't. learn to use a package manager first, read the documentation on it (meaning yum AND rpm) and then, perhaps, think about building your own packages.&lt;BR /&gt;&lt;BR /&gt;see both warnings at the end of this page (it's about centos, but applies to ALL linux distros):&lt;BR /&gt;&lt;A href="http://wiki.centos.org/PackageManagement/SourceInstalls" target="_blank"&gt;http://wiki.centos.org/PackageManagement/SourceInstalls&lt;/A&gt;&lt;/FILENAME&gt;&lt;/KEYWORD&gt;&lt;/PACKAGE&gt;</description>
      <pubDate>Thu, 17 Sep 2009 05:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497397#M38283</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-09-17T05:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497398#M38284</link>
      <description>Thanks Dirk,&lt;BR /&gt;I use RHEL 5 and it looks like in order to setup my YUM repo to use RHN , i need  to connect to RHN and that required paid subscription . So as you suggested i should go for CentOS . Did a licensed RHEL gives user free subscription to RHN  for lifetime (probably not !!!) ? &lt;BR /&gt;So as i understand from everybody's replies is s/w management is efficiently managed using RHN in RHEL . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497398#M38284</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2009-09-17T12:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497399#M38285</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;one final thing before i close this issue&lt;BR /&gt;&lt;BR /&gt;I use RHEL 5 . So there no way without paid subscription for RHN i can setup some yum repo .&lt;BR /&gt;As suggested  , this means to learn linux it is better to go with CentOS / Fedora etc linux flavors for which it is easier to set repository. &lt;BR /&gt;&lt;BR /&gt;Please send me some good link of setting up CentOS repo. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your patience .</description>
      <pubDate>Fri, 18 Sep 2009 04:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497399#M38285</guid>
      <dc:creator>Deepak Seth_1</dc:creator>
      <dc:date>2009-09-18T04:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: question on yum or rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497400#M38286</link>
      <description>yeah the only way for you CentOS&lt;BR /&gt;in fact I think CentOS is much better than Fedora&lt;BR /&gt;&lt;BR /&gt;for setting up a Repo &lt;BR /&gt;remember google is friend ;-)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;rlz=1B3GGGL_enCR321CR322&amp;amp;q=setup+repository+for+centos&amp;amp;btnG=Search&amp;amp;aq=f&amp;amp;oq=&amp;amp;aqi=" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;rlz=1B3GGGL_enCR321CR322&amp;amp;q=setup+repository+for+centos&amp;amp;btnG=Search&amp;amp;aq=f&amp;amp;oq=&amp;amp;aqi=&lt;/A&gt;</description>
      <pubDate>Fri, 18 Sep 2009 04:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-on-yum-or-rpm/m-p/4497400#M38286</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2009-09-18T04:25:09Z</dc:date>
    </item>
  </channel>
</rss>

