Why is yum not installing my softwares on RHEL 6 ?

25,420

So does that package even exist? Try typing

yum search avr-gcc

You also should take a look in your /etc/yum.repos.d directory and look at your .repo setup.

In its simplest form it should look like this:

[base]
name=base repo
baseurl=http://mirror.centos.org/centos/$releasever/os/$basesearch
gpgcheck=0
Share:
25,420

Related videos on Youtube

gpuguy
Author by

gpuguy

Updated on September 18, 2022

Comments

  • gpuguy
    gpuguy almost 2 years

    I am trying to install avr-gcc using yum on a RHEL 6.

    But I get this error.

    [root@xilinx etc]# yum install avr-gcc
    Loaded plugins: refresh-packagekit, rhnplugin
    There was an error parsing the RHN proxy settings.
    RHN support will be disabled.
    Setting up Install Process
    No package avr-gcc available.
    Error: Nothing to do
    

    I am getting this error for even yum update

    What is the altertnative then ?

    • jamespo
      jamespo about 10 years
      what does "grep -i prox /etc/yum.conf /etc/yum.repos.d/*" output?
  • slm
    slm over 10 years
    Read the OP's Q. He' having issues with yum on RHEL. This adds nothing new to this thread and should be deleted.
  • gpuguy
    gpuguy over 10 years
    In this directory I have many .repo files, which one should I modify ?
  • Jay
    Jay over 10 years
    Post the listing of that directory...