Operating System - Linux
1752782 Members
6323 Online
108789 Solutions
New Discussion юеВ

Re: need help to install some softwares & CPU information...

 
SOLVED
Go to solution
praveen..
Super Advisor

need help to install some softwares & CPU information...

Hi All,
I need to install these softwares on My RHEL AS4 server:

1.GNU tar: version 1.15.1 (64-bit/LARGEFILE)
2.gzip: version 1.3.5 (64-bit/LARGEFILE)
3.Perl: version 5.8.6 with DBI/DBD compiled
4.ClearCase: version 2003.06.00
5.vim/gvim: version 6.2

I have already installed these version of below softwares:

1.GNU tar: version 1.14
2.gzip: version 1.2.4
3.Perl: version 5.8.5

Please help me & let me know from where i can download these softwares and how to install them and how to check after installation?

One more thing: how can i find that server CPU is dual core or not?








6 REPLIES 6
labadie_1
Honored Contributor
Solution

Re: need help to install some softwares & CPU information...

For the Cpu

cat /proc/cpuinfo

Vitaly Karasik_1
Honored Contributor

Re: need help to install some softwares & CPU information...

>1.GNU tar: version 1.15.1 (64-bit/LARGEFILE)
>2.gzip: version 1.3.5 (64-bit/LARGEFILE)
>5.vim/gvim: version 6.2

http://www.gnu.org/software

>3.Perl: version 5.8.6 with DBI/DBD compiled
http://www.perl.org/

>4.ClearCase: version 2003.06.00
from IBM site. but you should buy it before.
Atul Gautam
Valued Contributor

Re: need help to install some softwares & CPU information...

Hi,

And yes, if they are in RPM format, then the best command to install and check will be using the RPM utility itself.

To install
-----------
# rpm -ivh

To check
-----------
# rpm -q

To get complete information
----------------------------
# rpm -q -i




---
Atul
praveen..
Super Advisor

Re: need help to install some softwares & CPU information...

# rpm -ivh /OS_BACKUP/rhl_cd2/RedHat/RPMS/vim-minimal-6.3.046-0.40E.7.x86_64.rpm
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
error: Failed dependencies:
libc.so.6(GLIBC_2.2.5)(64bit) is needed by vim-minimal-6.3.046-0.40E.7.x86_64


Please suggest me from where i can download the dependencies to install this software?

Vitaly Karasik_1
Honored Contributor

Re: need help to install some softwares & CPU information...

I afraid that your RHEL is 32-bit.
And you're trying to install x86_64 software.

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.
George Liu_4
Trusted Contributor

Re: need help to install some softwares & CPU information...

You asked the same question twice, didn't you. See the other thread then.