LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to update Packages in Oracle Enterprise Linux(OEL).... (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-update-packages-in-oracle-enterprise-linux-oel-4175429896/)

kazi9822 10-01-2012 10:15 AM

How to update Packages in Oracle Enterprise Linux(OEL)....
 
Hello,
I want to update the package gcc-4.1.1 to gcc-4.1.2, Please let me know easy method to do this......

TB0ne 10-01-2012 10:40 AM

Quote:

Originally Posted by kazi9822 (Post 4794074)
Hello,
I want to update the package gcc-4.1.1 to gcc-4.1.2, Please let me know easy method to do this......

Have you tried to search the Oracle knowledgebase???? You can type in "yum update gcc".

kazi9822 10-02-2012 04:24 AM

Quote:

Originally Posted by TB0ne (Post 4794103)
Have you tried to search the Oracle knowledgebase???? You can type in "yum update gcc".

[root@localhost oracle]# yum update gcc
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
Could not find update match for gcc
No Packages marked for Update/Obsoletion
[root@localhost oracle]#


its not working.... please help me out..

chrism01 10-02-2012 05:05 AM

Try
Code:

yum repolist
Also, show
Code:

cat /etc/*release*

uname -a

You should know that OEL is a paid for distro and you need to register it with Oracle to get updates.
If you are not prepared to pay, replace with Centos.

TB0ne 10-02-2012 10:49 AM

Quote:

Originally Posted by kazi9822 (Post 4794708)
[root@localhost oracle]# yum update gcc
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
Could not find update match for gcc
No Packages marked for Update/Obsoletion
[root@localhost oracle]#


its not working.... please help me out..

Right....as you were told in two of your other threads, if you're not going to PAY FOR RHEL or Oracle, then you SHOULD NOT BE USING IT, since you WILL NOT GET UPDATES AND ACCESS TO THE REPOSITORIES. That hasn't changed. Pay for Oracle and you'll have access to these things...pay for Red Hat, and you'll have access. Use it and don't pay for it, you WON'T get them...simple.

Chrism01 hit it on the head...if you're not going to pay, load CentOS. You STILL have to pay for the Oracle database software, or IT will then be left without support too.


All times are GMT -5. The time now is 02:14 PM.