LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-09-2010, 10:15 PM   #1
gry911
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Rep: Reputation: 0
Where to download packages for RHEL


Hi, I ran into some errors while installing Oracle Grid Control on RHEL 5.4. I believe I need to install some packages. Where is the right place to download packages for RHEL? I would prefer binary code. Also, I downloaded a source file somewhere. Can you please tell me how to build and install it? Your advice is greatly appreciated.

Thanks,
Gary
 
Old 02-09-2010, 10:23 PM   #2
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Where is the right place to download packages for RHEL?
Have a look at the following:

1. http://distrowatch.com/table.php?distribution=redhat

2. http://dag.wieers.com/rpm/
 
Old 02-09-2010, 10:27 PM   #3
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Also, I downloaded a source file somewhere. Can you please tell me how to build and install it
Your source file was in tar format ?
Well u first need to untar it :

Code:
tar -xf filename
Navigate to the newly created folder after the execution of above command.
Run :
Code:
./configure
make
su
make install
 
Old 02-09-2010, 11:13 PM   #4
gry911
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by anishakaul View Post
Thanks Anisha. Excuse me for being too Newbie. I am trying to find the following three RPMs, but I could not find any of them in the URL above.

gnome-libs-1.4.1.2.90-44.1
openmotif-2.1.30-11 (x86_64)
gdbm-1.8.0.26.2.1 (i386)

Do you have any idea?

Last edited by gry911; 02-09-2010 at 11:14 PM.
 
Old 02-09-2010, 11:21 PM   #5
gry911
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by anishakaul View Post
Your source file was in tar format ?
Well u first need to untar it :

Code:
tar -xf filename
Navigate to the newly created folder after the execution of above command.
Run :
Code:
./configure
make
su
make install
Are these complete set of commands? Is there any response needed if you run the command set? The reason I am asking is that I need to put them in shell script file and use sudo to execute the file. I don't have root power.
 
Old 02-09-2010, 11:28 PM   #6
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
I am trying to find the following three RPMs, but I could not find any of them in the URL above.

gnome-libs-1.4.1.2.90-44.1
openmotif-2.1.30-11 (x86_64)
gdbm-1.8.0.26.2.1 (i386)

Do you have any idea?
Try here:
http://www.rpmfind.net/linux/rpm2htm...ery=gnome-libs
 
Old 02-09-2010, 11:30 PM   #7
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Are these complete set of commands? Is there any response needed if you run the command set? The reason I am asking is that I need to put them in shell script file and use sudo to execute the file. I don't have root power.
Yes, they are complete set of commands for installing source.
No, these commands do not need any user response.

Is it necessary for u to put them in script ? You can directly run them.
 
Old 02-10-2010, 09:39 AM   #8
gry911
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by anishakaul View Post
Yes, they are complete set of commands for installing source.
No, these commands do not need any user response.

Is it necessary for u to put them in script ? You can directly run them.
My sudo is limited to run a specific SHELL script. So I neeed to put all commands in the script. I am DBA. I am doing that to avoid bothing the server team, which takes for weekd to response.
 
Old 02-10-2010, 09:45 AM   #9
gry911
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by anishakaul View Post
I still couldn't find the packages for RHEL. Is it OK to use a package for distribution other than RHEL? Thanks again.
 
Old 02-10-2010, 09:51 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Redhat is a propitiatory OS.
Packages are available only, when you have a paid account.

The free versions of Redhat EL 5 are : CentOS 5.4
and Scientific Linux SL 54.

.....
 
1 members found this post helpful.
Old 02-10-2010, 10:27 AM   #11
gry911
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Does that mean I can use packages for CentOS 5.4 in RHEL 5? If not, can the same package source code be used for both distributions?
 
Old 02-10-2010, 12:02 PM   #12
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Yes, you can use CentOS 5.4 packages in RHEL 5.

The RH EL 5 source code is used for all three mentioned Linux.
Source RH : http://ftp.redhat.com/pub/redhat/lin...r/en/os/SRPMS/

CentOS repo URL, base, example i386
http://mirror.centos.org/centos/5.4/os/i386/

Updates repo http://mirror.centos.org/centos/5.4/updates/i386/
.....
 
Old 02-10-2010, 01:57 PM   #13
gry911
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Original Poster
Rep: Reputation: 0
I appreciate all the helps here. I will let you guys know the outcome as soon as I have the result.
 
Old 02-11-2010, 12:07 AM   #14
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by knudlf
Redhat is a propitiatory OS.
Packages are available only, when you have a paid account.
I don't use Red-hat, but does your statement mean that I can't install rpm packages downloaded from some other sites in red-hat ?
 
Old 02-11-2010, 12:14 AM   #15
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by gry911
I still couldn't find the packages for RHEL. Is it OK to use a package for distribution other than RHEL? Thanks again.
All I know about Red-hat is that, it uses RPMs, that's why I pointed you to that link.

I use Suse, it also uses RPMs, I usually download them from some site and get them installed, it works fine with me.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Want to download RHEL 5 austinramsay Red Hat 30 06-10-2011 08:48 AM
[SOLVED] Want to download RHEL PARAMANANDAM Linux - Newbie 5 06-20-2009 12:36 AM
update RHEL ES 4 Packages shibu_sp Linux - Newbie 1 03-04-2009 09:24 AM
how to show up all available packages in system-config-packages (RHEL 5) sean_zhang Linux - Newbie 1 03-10-2008 05:05 AM
Download RHEL 4 austinramsay Linux - Enterprise 1 07-10-2007 05:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration