<?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: need help to install some softwares &amp;amp; CPU information... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828944#M24299</link>
    <description>I afraid that your RHEL is 32-bit.&lt;BR /&gt;And you're trying to install x86_64 software. &lt;BR /&gt;&lt;BR /&gt;As far as I understand, the simpliest way to use x86_64 software is with x86_64 Linux distro. It means, I'll suggest you to install x86_64 version of RHEL4.</description>
    <pubDate>Tue, 25 Jul 2006 03:49:54 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2006-07-25T03:49:54Z</dc:date>
    <item>
      <title>need help to install some softwares &amp; CPU information...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828939#M24294</link>
      <description>Hi All,&lt;BR /&gt;I need to install these softwares on My RHEL AS4 server:&lt;BR /&gt;&lt;BR /&gt;1.GNU tar: version 1.15.1 (64-bit/LARGEFILE)&lt;BR /&gt;2.gzip: version 1.3.5 (64-bit/LARGEFILE)&lt;BR /&gt;3.Perl: version 5.8.6 with DBI/DBD compiled&lt;BR /&gt;4.ClearCase: version 2003.06.00&lt;BR /&gt;5.vim/gvim: version 6.2&lt;BR /&gt;&lt;BR /&gt;I have already installed these version of below softwares:&lt;BR /&gt;&lt;BR /&gt;1.GNU tar: version 1.14&lt;BR /&gt;2.gzip: version 1.2.4&lt;BR /&gt;3.Perl: version 5.8.5&lt;BR /&gt;&lt;BR /&gt;Please help me &amp;amp; let me know from where i can download these softwares and how to install them and how to check after installation?&lt;BR /&gt;&lt;BR /&gt;One more thing: how can i find that server CPU is dual core or not?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 02:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828939#M24294</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-07-24T02:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: need help to install some softwares &amp; CPU information...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828940#M24295</link>
      <description>For the Cpu&lt;BR /&gt;&lt;BR /&gt;cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 03:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828940#M24295</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-07-24T03:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: need help to install some softwares &amp; CPU information...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828941#M24296</link>
      <description>&amp;gt;1.GNU tar: version 1.15.1 (64-bit/LARGEFILE)&lt;BR /&gt;&amp;gt;2.gzip: version 1.3.5 (64-bit/LARGEFILE)&lt;BR /&gt;&amp;gt;5.vim/gvim: version 6.2&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software" target="_blank"&gt;http://www.gnu.org/software&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;3.Perl: version 5.8.6 with DBI/DBD compiled&lt;BR /&gt;&lt;A href="http://www.perl.org/" target="_blank"&gt;http://www.perl.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;4.ClearCase: version 2003.06.00&lt;BR /&gt;from IBM site. but you should buy it before.</description>
      <pubDate>Mon, 24 Jul 2006 03:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828941#M24296</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-07-24T03:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: need help to install some softwares &amp; CPU information...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828942#M24297</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;And yes, if they are in RPM format, then the best command to install and check will be using the RPM utility itself.&lt;BR /&gt;&lt;BR /&gt;To install&lt;BR /&gt;-----------&lt;BR /&gt;# rpm -ivh &lt;RPM filename=""&gt;&lt;BR /&gt;&lt;BR /&gt;To check &lt;BR /&gt;-----------&lt;BR /&gt;# rpm -q &lt;RPM filename=""&gt;&lt;BR /&gt;&lt;BR /&gt;To get complete information&lt;BR /&gt;----------------------------&lt;BR /&gt;# rpm -q &lt;RPM filename=""&gt; -i&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;Atul&lt;/RPM&gt;&lt;/RPM&gt;&lt;/RPM&gt;</description>
      <pubDate>Mon, 24 Jul 2006 05:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828942#M24297</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-07-24T05:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: need help to install some softwares &amp; CPU information...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828943#M24298</link>
      <description># rpm -ivh /OS_BACKUP/rhl_cd2/RedHat/RPMS/vim-minimal-6.3.046-0.40E.7.x86_64.rpm&lt;BR /&gt;warning: /OS_BACKUP/rhl_cd2/RedHat/RPMS/vim-minimal-6.3.046-0.40E.7.x86_64.rpm: V3 DSA signature: NOKEY, key ID db42a60e&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        libc.so.6(GLIBC_2.2.5)(64bit) is needed by vim-minimal-6.3.046-0.40E.7.x86_64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest me from where i can download the dependencies to install this software?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 08:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828943#M24298</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-07-24T08:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: need help to install some softwares &amp; CPU information...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828944#M24299</link>
      <description>I afraid that your RHEL is 32-bit.&lt;BR /&gt;And you're trying to install x86_64 software. &lt;BR /&gt;&lt;BR /&gt;As far as I understand, the simpliest way to use x86_64 software is with x86_64 Linux distro. It means, I'll suggest you to install x86_64 version of RHEL4.</description>
      <pubDate>Tue, 25 Jul 2006 03:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828944#M24299</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-07-25T03:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: need help to install some softwares &amp; CPU information...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828945#M24300</link>
      <description>You asked the same question twice, didn't you. See the other thread then.</description>
      <pubDate>Tue, 25 Jul 2006 15:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-to-install-some-softwares-amp-cpu-information/m-p/3828945#M24300</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-07-25T15:57:42Z</dc:date>
    </item>
  </channel>
</rss>

